summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_sequence.sgml
diff options
context:
space:
mode:
authorTom Lane2005-01-04 00:39:53 +0000
committerTom Lane2005-01-04 00:39:53 +0000
commit4e94ea9fc92abff333a8d3cd99e7b667ab364442 (patch)
tree85a6e5ced69104c73dd0c52fb142ba68bd4dcbd4 /doc/src/sgml/ref/drop_sequence.sgml
parent246be304a50db42fae2f7c70329049442211b324 (diff)
More minor updates and copy-editing.
Diffstat (limited to 'doc/src/sgml/ref/drop_sequence.sgml')
-rw-r--r--doc/src/sgml/ref/drop_sequence.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml
index f519ebedee7..8a7bb893eb2 100644
--- a/doc/src/sgml/ref/drop_sequence.sgml
+++ b/doc/src/sgml/ref/drop_sequence.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.21 2004/11/27 21:27:07 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.22 2005/01/04 00:39:53 tgl Exp $
PostgreSQL documentation
-->
@@ -82,7 +82,9 @@ DROP SEQUENCE serial;
<title>Compatibility</title>
<para>
- <command>DROP SEQUENCE</command> conforms with <acronym>SQL:2003</acronym>.
+ <command>DROP SEQUENCE</command> conforms with
+ <acronym>SQL:2003</acronym>, except that the standard only allows one
+ sequence to be dropped per command.
</para>
</refsect1>