Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ae7d63

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 buildfailure for the 9.3beta2 A4 PDF docs, and future-proofs this particularpara against causing similar problems in future. (Perhaps somebody willfix this issue in the SGML/TeX documentation tool chain someday, but I'mnot holding my breath.)Back-patch to all supported branches, since the same problem could rise upto bite us in future updates if anyone changes anything earlier than thisin func.sgml.
1 parent8356d94 commit0ae7d63

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
@@ -9623,12 +9623,11 @@ table2-mapping
96239623
</indexterm>
96249624

96259625
<para>
9626-
This section describes <productname>PostgreSQL</productname>'s
9627-
functions for operating on <firstterm>sequence objects</firstterm>.
9628-
Sequence objects (also called sequence generators or just
9629-
sequences) are special single-row tables created with <xref
9626+
This section describes functions for operating on <firstterm>sequence
9627+
objects</firstterm>, also called sequence generators or just sequences.
9628+
Sequence objects are special single-row tables created with <xref
96309629
linkend="sql-createsequence">.
9631-
A sequence object is usually used to generate unique identifiers
9630+
Sequence objects are commonly used to generate unique identifiers
96329631
for rows of a table. The sequence functions, listed in <xref
96339632
linkend="functions-sequence-table">, provide simple, multiuser-safe
96349633
methods for obtaining successive sequence values from sequence

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp