Commit c99f876e authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

The function was renamed in 908e2347, but the comment never learned
about it.
parent 9ca7b0bf
...@@ -3554,7 +3554,7 @@ jsonb_set(PG_FUNCTION_ARGS) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment