mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix typo in comment
The function was renamed in 908e23473
, but the comment never learned
about it.
This commit is contained in:
parent
9ca7b0bf01
commit
c99f876e9a
@ -3554,7 +3554,7 @@ jsonb_set(PG_FUNCTION_ARGS)
|
||||
|
||||
|
||||
/*
|
||||
* SQL function jsonb_delete(jsonb, text[])
|
||||
* SQL function jsonb_delete_path(jsonb, text[])
|
||||
*/
|
||||
Datum
|
||||
jsonb_delete_path(PG_FUNCTION_ARGS)
|
||||
|
Loading…
Reference in New Issue
Block a user