Skip to content

Commit 153c331

Browse files
committed
chore: update readme
1 parent 8039b26 commit 153c331

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PostgreSQL implementation of JSON Patch
22

3+
(tested on Postgres 14+)
4+
35
[https://datatracker.ietf.org/doc/html/rfc6902]
46

57
```sql
@@ -13,6 +15,5 @@ select jsonb_patch(
1315
(1 row)
1416
```
1517

16-
Compatible (I think) with PostgreSQL 14+.
17-
See [./test.sql](./test.sql) for more examples.
1818
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

Comments
 (0)