pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning
Date: 2022-04-09 19:09:50
Message-ID: E1ndGSz-0014o2-Ho@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-04-10 13:19:45 pgsql: Add timestamp and elapsed time decorations to TAP test logs
Previous Message Peter Eisentraut 2022-04-09 15:25:15 pgsql: Add missing serial commas