Re: json functions

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Jayadevan M <jayadevan(dot)maymala(at)ibsplc(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "maymala(dot)jayadevan(at)gmail(dot)com" <maymala(dot)jayadevan(at)gmail(dot)com>
Subject: Re: json functions
Date: 2013-06-19 05:08:19
Message-ID: CAB7nPqRV7v_W77JMyR7FnFp4qU9CX4uPCnjm4soFsyBDv=Ux7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 19, 2013 at 2:00 PM, Jayadevan M
<jayadevan(dot)maymala(at)ibsplc(dot)com> wrote:
> I have PostgreSQL 9.2.1. I can see a few json functions under pg_catalog,
> json_send, for example. But I can’t find any documentation. Am I missing
> something?
I am sure you are looking for that:
http://www.postgresql.org/docs/9.2/static/datatype-json.html
http://www.postgresql.org/docs/9.2/static/functions-json.html

Note that 9.3 has far more features related to json:
http://www.postgresql.org/docs/9.3/static/functions-json.html
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Crawley 2013-06-19 05:25:14 Finding the synchronous slave after a master crash
Previous Message Jayadevan M 2013-06-19 05:00:50 json functions