mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
doc: fix JSON function prototype variable label
from_jsonb -> from_json, for consistency Patch by rudolf (private report)
This commit is contained in:
parent
1a4174a498
commit
19c9da1d96
1 changed files with 1 additions and 1 deletions
|
|
@ -10519,7 +10519,7 @@ table2-mapping
|
|||
</row>
|
||||
<row>
|
||||
<entry><para><literal>json_extract_path(from_json json, VARIADIC path_elems text[])</literal>
|
||||
</para><para><literal>jsonb_extract_path(from_jsonb jsonb, VARIADIC path_elems text[])</literal>
|
||||
</para><para><literal>jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[])</literal>
|
||||
</para></entry>
|
||||
<entry><para><type>json</type></para><para><type>jsonb</type>
|
||||
</para></entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue