Commit eab86897 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix ALTER TABLE doc examples.

Patch by Yugo Nagata <nagata@sraoss.co.jp>.  Confirmed by Amit
Langote, who is the original author of the document part.
parent 51893985
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment