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: E1aR1gN-0000z9-1n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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_5_STABLE

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

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.