You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ Please refer to the change log for a full list of changes.
24
24
### Libraries
25
25
26
26
### Postgres databases
27
+
To switch to the more efficient data type `jsonb` instead of `json`, use the following SQL statement. Data is preserved. JSONB also has more query and data manipulation features than plain JSON.
0 commit comments