summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg_catalog/system_columns.sql
blob: d3388c8cade4296af402c766e9b519bfa635d951 (plain) (blame)
1
2
3
--!syntax_pg
select oid,tableoid,xmin,cmin,xmax,cmax,ctid from pg_type where typname = 'text';