Fix typo in JSON function document.

This commit is contained in:
Fujii Masao 2014-05-19 20:41:41 +09:00
parent 4e92f78012
commit f097d70b72

View File

@ -10531,7 +10531,7 @@ table2-mapping
</row> </row>
<row> <row>
<entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal> <entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
</para><para><literal>json_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal> </para><para><literal>jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
</para></entry> </para></entry>
<entry><type>text</type></entry> <entry><type>text</type></entry>
<entry> <entry>