Commit 19c9da1d authored by Bruce Momjian's avatar Bruce Momjian

doc: fix JSON function prototype variable label

from_jsonb -> from_json, for consistency

Patch by rudolf (private report)
parent 1a4174a4
...@@ -10519,7 +10519,7 @@ table2-mapping ...@@ -10519,7 +10519,7 @@ table2-mapping
</row> </row>
<row> <row>
<entry><para><literal>json_extract_path(from_json json, VARIADIC path_elems text[])</literal> <entry><para><literal>json_extract_path(from_json json, VARIADIC path_elems text[])</literal>
</para><para><literal>jsonb_extract_path(from_jsonb jsonb, VARIADIC path_elems text[])</literal> </para><para><literal>jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[])</literal>
</para></entry> </para></entry>
<entry><para><type>json</type></para><para><type>jsonb</type> <entry><para><type>json</type></para><para><type>jsonb</type>
</para></entry> </para></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment