Skip to content

Commit a03ae56

Browse files
committed
Tweak wording in sequence-function docs to avoid PDF build failures.
Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for the 9.3beta2 A4 PDF docs, and future-proofs this particular para against causing similar problems in future. (Perhaps somebody will fix this issue in the SGML/TeX documentation tool chain someday, but I'm not holding my breath.) Back-patch to all supported branches, since the same problem could rise up to bite us in future updates if anyone changes anything earlier than this in func.sgml.
1 parent 1908511 commit a03ae56

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/func.sgml

+4-5
Original file line numberDiff line numberDiff line change
@@ -10205,12 +10205,11 @@ table2-mapping
1020510205
</indexterm>
1020610206

1020710207
<para>
10208-
This section describes <productname>PostgreSQL</productname>'s
10209-
functions for operating on <firstterm>sequence objects</firstterm>.
10210-
Sequence objects (also called sequence generators or just
10211-
sequences) are special single-row tables created with <xref
10208+
This section describes functions for operating on <firstterm>sequence
10209+
objects</firstterm>, also called sequence generators or just sequences.
10210+
Sequence objects are special single-row tables created with <xref
1021210211
linkend="sql-createsequence">.
10213-
A sequence object is usually used to generate unique identifiers
10212+
Sequence objects are commonly used to generate unique identifiers
1021410213
for rows of a table. The sequence functions, listed in <xref
1021510214
linkend="functions-sequence-table">, provide simple, multiuser-safe
1021610215
methods for obtaining successive sequence values from sequence

0 commit comments

Comments
 (0)