From 60d7edb835c11f15c1d88f8985795ec4abc480f4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 27 Jun 2013 00:23:37 -0400 Subject: [PATCH] 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. --- doc/src/sgml/func.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 14a1c770a1..f0af9d3238 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9702,12 +9702,11 @@ 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 sequence + objects, also called sequence generators or just sequences. + Sequence objects are special single-row tables created with . - A sequence object is usually used to generate unique identifiers + Sequence objects are commonly 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 -- 2.40.0