diff options
| author | Tom Lane | 2005-11-01 21:09:51 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-11-01 21:09:51 +0000 |
| commit | b524cb36ac2526049fe7978cadc28fca647f9b70 (patch) | |
| tree | bcf62e8144f037d97f533b7be740ba0f1bb0a8c6 /doc/src/sgml/ref/drop_sequence.sgml | |
| parent | cad0e824a0eacab21210901a394e7f322fc0508a (diff) | |
Make an editorial pass over the reference pages.
Diffstat (limited to 'doc/src/sgml/ref/drop_sequence.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_sequence.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index 8a7bb893eb2..11f60b268a8 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.22 2005/01/04 00:39:53 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.23 2005/11/01 21:09:50 tgl Exp $ PostgreSQL documentation --> @@ -82,8 +82,8 @@ DROP SEQUENCE serial; <title>Compatibility</title> <para> - <command>DROP SEQUENCE</command> conforms with - <acronym>SQL:2003</acronym>, except that the standard only allows one + <command>DROP SEQUENCE</command> conforms to the <acronym>SQL</acronym> + standard, except that the standard only allows one sequence to be dropped per command. </para> </refsect1> |
