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:
parent
4180934651
commit
ed4a26260c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user