pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning
Date
Msg-id E1ndGSz-0014o2-Ho@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning.

There's no particular reason why this example has to use a
3-element array rather than 2-element.  Shortening it makes
the result bytea narrow enough to not cause a margin overrun
in A4 format.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b735f8b52ad4ccf742c29dc41e3d049bdffe2fa

Modified Files
--------------
doc/src/sgml/func.sgml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing serial commas
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix pgperlsyncheck following SSL TAP test refactoring