aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-05-07 02:03:58 +0000
committerNeil Conway <neilc@samurai.com>2007-05-07 02:03:58 +0000
commit3a96742ad20531e73a66334ea5ce4508c00e521a (patch)
tree19f0cd5320b5a1e765cebe18d121c229bb3e66a8
parent343a9a27a9c29c87b4f31ec19947826d12f9102d (diff)
downloadpostgresql-3a96742ad20531e73a66334ea5ce4508c00e521a.tar.gz
postgresql-3a96742ad20531e73a66334ea5ce4508c00e521a.zip
Doc tweak: add an xref.
-rw-r--r--doc/src/sgml/func.sgml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index b7023dde4a1..18d06eded98 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $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">
<title>Functions and Operators</title>
@@ -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">