Commit ed4a2626 authored by Bruce Momjian's avatar Bruce Momjian

doc: fix json_extract_path_text() typo by adding jsonb

Report from rudolf <stu3.1@eq.cz>
parent 41809346
...@@ -10536,7 +10536,7 @@ table2-mapping ...@@ -10536,7 +10536,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 json, VARIADIC path_elems text[])</literal> </para><para><literal>json_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>
......
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