You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<command>CREATE SEQUENCE</command> is is specified in <acronym>SQL:2003</acronym>.
301
-
<productname>PostgreSQL</productname> conforms with the standard, with the following exceptions:
300
+
<command>CREATE SEQUENCE</command> conforms to the <acronym>SQL</acronym>
301
+
standard, with the following exceptions:
302
302
<itemizedlist>
303
303
<listitem><para>The standard's <literal>AS <data type></literal> expression is not supported.</para></listitem>
304
304
<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>
0 commit comments