Postgres system column support
Opened this issue · 0 comments
jennifersp commented
DataGrip runs a query that uses xmin
Postgres system column during connection.
Simplified repro:
select oid::bigint as id, xmin as state_number, nspname as name from pg_catalog.pg_namespace;