1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

doc: fix json_extract_path_text() typo by adding jsonb

Report from rudolf <stu3.1@eq.cz>
This commit is contained in:
Bruce Momjian 2014-04-16 11:24:38 -04:00
parent 4180934651
commit ed4a26260c

View File

@ -10536,7 +10536,7 @@ table2-mapping
</row>
<row>
<entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
</para><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></entry>
<entry><type>text</type></entry>
<entry>