From 3a96742ad20531e73a66334ea5ce4508c00e521a Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 7 May 2007 02:03:58 +0000 Subject: [PATCH] Doc tweak: add an xref. --- doc/src/sgml/func.sgml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b7023dde4a..18d06eded9 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -8189,15 +8189,16 @@ table2-mapping - This section describes PostgreSQL's functions - for operating on sequence objects. - Sequence objects (also called sequence generators or - just sequences) are special single-row tables created with - CREATE SEQUENCE. A sequence object is usually used to - generate unique identifiers for rows of a table. The sequence functions, - listed in , - provide simple, multiuser-safe methods for obtaining successive - sequence values from sequence objects. + This section describes PostgreSQL's + functions for operating on sequence objects. + Sequence objects (also called sequence generators or just + sequences) are special single-row tables created with . + A sequence object is usually used to generate unique identifiers + for rows of a table. The sequence functions, listed in , provide simple, multiuser-safe + methods for obtaining successive sequence values from sequence + objects. -- 2.40.0