go-ipam icon indicating copy to clipboard operation
go-ipam copied to clipboard

Check if jsonb subscription available since postgresql 14 help improve performance

Open majst01 opened this issue 2 years ago • 0 comments

https://www.postgresql.org/docs/14/datatype-json.html

Example

SELECT jsonb_column['key'] FROM table;
UPDATE table SET jsonb_column['key'] = '"value"';

majst01 avatar Dec 04 '21 09:12 majst01