pgsql: doc: fix JSON function prototype variable label

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: fix JSON function prototype variable label
Date: 2014-06-02 20:18:48
Message-ID: E1WrYgy-0004EA-PU@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: fix JSON function prototype variable label

from_jsonb -> from_json, for consistency

Patch by rudolf (private report)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/19c9da1d9654cbfd95bae26caff497d78277fb6e

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-03 10:19:45 pgsql: Use unaligned output in another regression test query to reduce
Previous Message Andrew Dunstan 2014-06-01 23:13:12 pgsql: Improve the efficiency of certain jsonb get operations.