We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8039b26 commit 153c331Copy full SHA for 153c331
README.md
@@ -1,5 +1,7 @@
1
# PostgreSQL implementation of JSON Patch
2
3
+(tested on Postgres 14+)
4
+
5
[https://datatracker.ietf.org/doc/html/rfc6902]
6
7
```sql
@@ -13,6 +15,5 @@ select jsonb_patch(
13
15
(1 row)
14
16
```
17
-Compatible (I think) with PostgreSQL 14+.
-See [./test.sql](./test.sql) for more examples.
18
I have not yet written tests for A.11-A.15 from the RFC.
19
+See [./test.sql](./test.sql) for more examples.
0 commit comments