pgsql: Fix typos in descriptions of json_object functions.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typos in descriptions of json_object functions.
Date: 2014-09-24 15:25:44
Message-ID: E1XWoRs-0000sd-Q5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in descriptions of json_object functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b1a52872ae68ce7fe9558a75295200a0d10d1f56

Modified Files
--------------
src/include/catalog/pg_proc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-09-24 19:59:44 pgsql: Fix bogus variable-mangling in security_barrier_replace_vars().
Previous Message Tom Lane 2014-09-24 00:26:32 pgsql: Fix incorrect search for "x?" style matches in creviterdissect()