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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7b735f8b52ad4ccf742c29dc41e3d049bdffe2fa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-04-09T19:09:38Z
Releases: 15.0
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.

Files

PathChange+/−
doc/src/sgml/func.sgml modified +4 −5

Documentation touched