A postgresql function for selecting a subset of a fields in a json (jsonb) document. (Is "projection" a better term than "selection"?) Tested with postgres 9, 10, 11 ...
The way jOOQ currently tries to find out the primary key of a newly inserted record in PostgreSQL has a few problems and it looks like PostgreSQL offers a better way to solve this. Currently, jOOQ on ...