doc: add examples for array_length() and jsonb_array_length()

Bruce Momjian <bruce@momjian.us>

Commit: 6763b2525cdae1b1424d8df7fcf2c669325e34eb
Author: Bruce Momjian <bruce@momjian.us>
Date: 2022-07-09T00:23:35Z
Releases: 15.0
doc:  add examples for array_length() and jsonb_array_length()

The examples show the output of array_length() and jsonb_array_length()
for empty arrays.

Discussion: https://postgr.es/m/CAKFQuwaoBmRuWdMLzLHDCFDJDX3wvfQ7egAF0bpik_BFgG1KWg@mail.gmail.com

Author: David G. Johnston

Backpatch-through: 13

Files

PathChange+/−
doc/src/sgml/func.sgml modified +13 −0

Documentation touched