Closed das7pad closed 2 years ago
This PR is adding support for handling json[] via a generated JSONArray type.
json[]
JSONArray
The OID for json[] is 199, per https://github.com/postgres/postgres/blob/be39d88934331c47c43d8c51500305e928f06240/src/include/catalog/pg_type.dat#L138
199
I've copied the jsonb[] tests and adjusted the references accordingly.
jsonb[]
Thanks!
This PR is adding support for handling
json[]
via a generatedJSONArray
type.The OID for
json[]
is199
, per https://github.com/postgres/postgres/blob/be39d88934331c47c43d8c51500305e928f06240/src/include/catalog/pg_type.dat#L138I've copied the
jsonb[]
tests and adjusted the references accordingly.