pgsql: Fix documented return type of json_array_elements_text.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documented return type of json_array_elements_text.
Date: 2014-01-31 14:40:38
Message-ID: E1W9FGo-0007lB-35@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix documented return type of json_array_elements_text.

Per gripe from hubert depesz lubaczewski.

Also improve examples for this and json_array_elements so they match the
example results.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-01-31 16:05:57 pgsql: entab: add new options
Previous Message hubert depesz lubaczewski 2014-01-31 13:49:16 Re: pgsql: Add json_array_elements_text function.