Update COMPAT.md

This commit is contained in:
Pekka Enberg
2025-01-29 19:57:04 +02:00
parent 06edf33878
commit f086c1b32f

View File

@@ -365,7 +365,7 @@ Modifiers:
| jsonb_insert(json,path,value,...) | | |
| json_object(label1,value1,...) | Yes | When keys are duplicated, only the last one processed is returned. This differs from sqlite, where the keys in the output can be duplicated |
| jsonb_object(label1,value1,...) | | |
| json_patch(json1,json2) | | |
| json_patch(json1,json2) | Yes | |
| jsonb_patch(json1,json2) | | |
| json_pretty(json) | | |
| json_remove(json,path,...) | | |