mirror of
https://github.com/postgres/postgres.git
synced 2026-04-03 00:05:41 -04:00
Fix typo in JSON function document.
This commit is contained in:
parent
4e92f78012
commit
f097d70b72
1 changed files with 1 additions and 1 deletions
|
|
@ -10531,7 +10531,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 jsonb, VARIADIC path_elems text[])</literal>
|
||||
</para><para><literal>jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
|
||||
</para></entry>
|
||||
<entry><type>text</type></entry>
|
||||
<entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue