diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-01 21:09:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-01 21:09:51 +0000 |
commit | b524cb36ac2526049fe7978cadc28fca647f9b70 (patch) | |
tree | bcf62e8144f037d97f533b7be740ba0f1bb0a8c6 /doc/src/sgml/ref/create_sequence.sgml | |
parent | cad0e824a0eacab21210901a394e7f322fc0508a (diff) | |
download | postgresql-b524cb36ac2526049fe7978cadc28fca647f9b70.tar.gz postgresql-b524cb36ac2526049fe7978cadc28fca647f9b70.zip |
Make an editorial pass over the reference pages.
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 1afaa0ba295..7a094f6ef23 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.42 2004/11/27 21:27:07 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.43 2005/11/01 21:09:50 tgl Exp $ PostgreSQL documentation --> @@ -297,8 +297,8 @@ END; <title>Compatibility</title> <para> - <command>CREATE SEQUENCE</command> is is specified in <acronym>SQL:2003</acronym>. - <productname>PostgreSQL</productname> conforms with the standard, with the following exceptions: + <command>CREATE SEQUENCE</command> conforms to the <acronym>SQL</acronym> + standard, with the following exceptions: <itemizedlist> <listitem><para>The standard's <literal>AS <data type></literal> expression is not supported.</para></listitem> <listitem><para>Obtaining the next value is done using the <function>nextval()</> function instead of the standard's <command>NEXT VALUE FOR</command> expression.</para></listitem> |