Doc tweak: add an xref.
authorNeil Conway <neilc@samurai.com>
Mon, 7 May 2007 02:03:58 +0000 (02:03 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 7 May 2007 02:03:58 +0000 (02:03 +0000)
doc/src/sgml/func.sgml

index 3191054ee06c9742c692b91bd306b97dd7b28c9e..f2939b1e5920a30acbe35aa8119345c1d290e956 100644 (file)
@@ -8189,15 +8189,16 @@ table2-mapping
   </indexterm>
 
   <para>
-   This section describes <productname>PostgreSQL</productname>'s functions
-   for operating on <firstterm>sequence objects</firstterm>.
-   Sequence objects (also called sequence generators or
-   just sequences) are special single-row tables created with
-   <command>CREATE SEQUENCE</command>.  A sequence object is usually used to
-   generate unique identifiers for rows of a table.  The sequence functions,
-   listed in <xref linkend="functions-sequence-table">,
-   provide simple, multiuser-safe methods for obtaining successive
-   sequence values from sequence objects.
+   This section describes <productname>PostgreSQL</productname>'s
+   functions for operating on <firstterm>sequence objects</firstterm>.
+   Sequence objects (also called sequence generators or just
+   sequences) are special single-row tables created with <xref
+   linkend="sql-createsequence" endterm="sql-createsequence-title">.
+   A sequence object is usually used to generate unique identifiers
+   for rows of a table.  The sequence functions, listed in <xref
+   linkend="functions-sequence-table">, provide simple, multiuser-safe
+   methods for obtaining successive sequence values from sequence
+   objects.
   </para>
 
    <table id="functions-sequence-table">