mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix typo in comment
The function was renamed in 908e23473, but the comment never learned about it.
This commit is contained in:
parent
cd2ec8aaa1
commit
7fcaec032f
@ -3554,7 +3554,7 @@ jsonb_set(PG_FUNCTION_ARGS)
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SQL function jsonb_delete(jsonb, text[])
|
* SQL function jsonb_delete_path(jsonb, text[])
|
||||||
*/
|
*/
|
||||||
Datum
|
Datum
|
||||||
jsonb_delete_path(PG_FUNCTION_ARGS)
|
jsonb_delete_path(PG_FUNCTION_ARGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user