Fix typo in comment

The function was renamed in 908e23473, but the comment never learned
about it.
This commit is contained in:
Magnus Hagander 2016-11-14 17:31:35 +01:00
parent f16159ce15
commit 60de884be7

View File

@ -3553,7 +3553,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)