summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2017-06-12 05:49:25 +0000
committerTatsuo Ishii2017-06-12 05:49:25 +0000
commiteab86897bd8cbeb21ae8959ca9a095ce7cb663df (patch)
tree6e5f3cd848d62d7684071e19ec1a6e8cda871cda
parent51893985d3bcf27304283f7fa67f17e017d2dafd (diff)
Fix ALTER TABLE doc examples.
Patch by Yugo Nagata <[email protected]>. Confirmed by Amit Langote, who is the original author of the document part.
-rw-r--r--doc/src/sgml/ref/alter_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 56ea830d41..4c61c44265 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1398,7 +1398,7 @@ ALTER TABLE cities
<para>
Detach a partition from partitioned table:
<programlisting>
-ALTER TABLE cities
+ALTER TABLE measurement
DETACH PARTITION measurement_y2015m12;
</programlisting></para>