pgsql: Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore docu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore docu
Date: 2016-02-03 17:57:35
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.

These were never documented anywhere user-visible. Tut tut.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
doc/src/sgml/hstore.sgml | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-03 19:31:40 pgsql: Extend sortsupport for text to more opclasses.
Previous Message Robert Haas 2016-02-03 17:53:34 pgsql: Allow parallel custom and foreign scans.