diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_sequence.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_sequence.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index 6d8d4084a22..f519ebedee7 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.20 2003/11/29 19:51:38 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.21 2004/11/27 21:27:07 petere Exp $ PostgreSQL documentation --> @@ -82,7 +82,7 @@ DROP SEQUENCE serial; <title>Compatibility</title> <para> - There is no <command>DROP SEQUENCE</command> statement in the SQL standard. + <command>DROP SEQUENCE</command> conforms with <acronym>SQL:2003</acronym>. </para> </refsect1> |
