8000 Tweak wording in sequence-function docs to avoid PDF build failures. · sqlparser/postgres@57a2155 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57a2155

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 d5ce393 commit 57a2155

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8786,12 +8786,11 @@ table2-mapping
87868786
</indexterm>
87878787

87888788
<para>
8789-
This section describes <productname>PostgreSQL</productname>'s
8790-
functions for operating on <firstterm>sequence objects</firstterm>.
8791-
Sequence objects (also called sequence genera 7034 tors or just
8792-
sequences) are special single-row tables created with <xref
8789+
This section describes functions for operating on <firstterm>sequence
8790+
objects</firstterm>, also called sequence generators or just sequences.
8791+
Sequence objects are special single-row tables created with <xref
87938792
linkend="sql-createsequence" endterm="sql-createsequence-title">.
8794-
A sequence object is usually used to generate unique identifiers
8793+
Sequence objects are commonly used to generate unique identifiers
87958794
for rows of a table. The sequence functions, listed in <xref
87968795
linkend="functions-sequence-table">, provide simple, multiuser-safe
87978796
methods for obtaining successive sequence values from sequence

0 commit comments

Comments
 (0)
0