mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
doc: fix json_extract_path_text() typo by adding jsonb
Report from rudolf <stu3.1@eq.cz>
This commit is contained in:
parent
4180934651
commit
ed4a26260c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user