Commit 3a96742a authored by Neil Conway's avatar Neil Conway

Doc tweak: add an xref.

parent 343a9a27
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.377 2007/04/07 03:58:08 neilc Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.378 2007/05/07 02:03:58 neilc Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -8189,15 +8189,16 @@ table2-mapping ...@@ -8189,15 +8189,16 @@ table2-mapping
</indexterm> </indexterm>
<para> <para>
This section describes <productname>PostgreSQL</productname>'s functions This section describes <productname>PostgreSQL</productname>'s
for operating on <firstterm>sequence objects</firstterm>. functions for operating on <firstterm>sequence objects</firstterm>.
Sequence objects (also called sequence generators or Sequence objects (also called sequence generators or just
just sequences) are special single-row tables created with sequences) are special single-row tables created with <xref
<command>CREATE SEQUENCE</command>. A sequence object is usually used to linkend="sql-createsequence" endterm="sql-createsequence-title">.
generate unique identifiers for rows of a table. The sequence functions, A sequence object is usually used to generate unique identifiers
listed in <xref linkend="functions-sequence-table">, for rows of a table. The sequence functions, listed in <xref
provide simple, multiuser-safe methods for obtaining successive linkend="functions-sequence-table">, provide simple, multiuser-safe
sequence values from sequence objects. methods for obtaining successive sequence values from sequence
objects.
</para> </para>
<table id="functions-sequence-table"> <table id="functions-sequence-table">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment