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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add examples for array_length() and jsonb_array_length()
Date: 2022-07-09 00:24:00
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f1c779e2b9e48eab05ad471e4111eb17e7e6ad3a

Modified Files
--------------
doc/src/sgml/func.sgml | 13 +++++++++++++
1 file changed, 13 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-09 07:03:31 pgsql: Automatically generate node support functions
Previous Message Bruce Momjian 2022-07-08 22:36:53 pgsql: doc: add pg_prewarm example