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-0000z7-1g@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/24a26c9f5448b24943df4c9bcf154bfd9f8197a6

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.