{ "settings": { "version": "2", "engine": "postgresql", "schema": [ "_examples/schema.sql" ], "queries": [ "_examples/query.sql" ], "rename": {}, "overrides": [], "codegen": { "out": "", "plugin": "", "options": "", "env": [], "process": null, "wasm": null } }, "catalog": { "comment": "", "default_schema": "public", "name": "", "schemas": [ { "comment": "", "name": "public", "tables": [ { "rel": { "catalog": "", "schema": "", "name": "authors" }, "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" } ], "enums": [], "composite_types": [] }, { "comment": "", "name": "pg_temp", "tables": [], "enums": [], "composite_types": [] }, { "comment": "", "name": "pg_catalog", "tables": [ { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggfnoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggkind", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggnumdirectargs", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggtransfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggfinalfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggcombinefn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggserialfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggdeserialfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmtransfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggminvtransfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmfinalfn", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggfinalextra", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmfinalextra", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggfinalmodify", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmfinalmodify", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggsortop", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggtranstype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggtransspace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmtranstype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggmtransspace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "agginitval", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "aggminitval", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_aggregate" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amhandler", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_am" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amopfamily", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amoplefttype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amoprighttype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amopstrategy", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amoppurpose", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amopopr", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amopmethod", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amopsortfamily", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amop" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amprocfamily", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amproclefttype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amprocrighttype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amprocnum", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "amproc", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_amproc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "adrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "adnum", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "adbin", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attrdef" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "atttypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attstattarget", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attlen", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attnum", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attndims", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attcacheoff", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "atttypmod", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attbyval", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attalign", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attstorage", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attcompression", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attnotnull", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "atthasdef", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "atthasmissing", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attidentity", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attgenerated", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attisdropped", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attislocal", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attinhcount", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attcollation", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attfdwoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attmissingval", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_attribute" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "roleid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "member", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantor", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "admin_option", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_auth_members" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolsuper", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolinherit", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcreaterole", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcreatedb", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcanlogin", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolreplication", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolbypassrls", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolconnlimit", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolpassword", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolvaliduntil", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_authid" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "installed", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "superuser", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trusted", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relocatable", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "requires", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comment", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extension_versions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extensions" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extensions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extensions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "installed_version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extensions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comment", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_available_extensions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ident", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parent", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "level", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_nblocks", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "free_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "free_chunks", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "used_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_backend_memory_contexts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "castsource", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "casttarget", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "castfunc", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "castcontext", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "castmethod", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cast" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reltype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reloftype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relam", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relfilenode", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reltablespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relpages", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reltuples", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relallvisible", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reltoastrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relhasindex", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relisshared", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relpersistence", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relkind", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relnatts", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relchecks", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relhasrules", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relhastriggers", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relhassubclass", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relrowsecurity", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relforcerowsecurity", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relispopulated", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relreplident", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relispartition", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relrewrite", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relfrozenxid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relminmxid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reloptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relpartbound", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_class" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collprovider", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collisdeterministic", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collencoding", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collcollate", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collctype", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "colliculocale", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collversion", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_collation" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_config" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setting", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "connamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "contype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "condeferrable", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "condeferred", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "convalidated", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "contypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conindid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conparentid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confupdtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confdeltype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confmatchtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conislocal", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "coninhcount", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "connoinherit", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conkey", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confkey", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conpfeqop", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conppeqop", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conffeqop", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confdelsetcols", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conexclop", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conbin", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_constraint" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "connamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conforencoding", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "contoencoding", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conproc", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "condefault", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_conversion" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statement", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_holdable", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_binary", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_scrollable", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "creation_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_cursors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datdba", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "encoding", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datlocprovider", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datistemplate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datallowconn", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datconnlimit", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datfrozenxid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datminmxid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dattablespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datcollate", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datctype", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "daticulocale", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datcollversion", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setdatabase", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setrole", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_db_role_setting" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "defaclrole", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "defaclnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "defaclobjtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "defaclacl", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_default_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "refclassid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "refobjid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "refobjsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "deptype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_depend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "description", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_description" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "enumtypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "enumsortorder", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "enumlabel", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_enum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evtname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evtevent", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evtowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evtfoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evtenabled", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "evttags", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_event_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extrelocatable", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extversion", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extcondition", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_extension" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "columns": [ { "name": "sourcefile", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sourceline", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqno", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setting", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "applied", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "error", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_file_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwhandler", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwvalidator", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_data_wrapper" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvfdw", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvtype", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvversion", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_server" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ftrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ftserver", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ftoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_foreign_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_group" }, "columns": [ { "name": "groname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_group" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grosysid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_group" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grolist", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_group" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "columns": [ { "name": "line_number", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "database", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_name", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "address", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "netmask", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "auth_method", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "options", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "error", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_hba_file_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "columns": [ { "name": "line_number", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "map_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sys_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pg_username", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "error", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ident_file_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indnatts", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indnkeyatts", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisunique", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indnullsnotdistinct", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisprimary", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisexclusion", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indimmediate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisclustered", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisvalid", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indcheckxmin", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisready", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indislive", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indisreplident", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indkey", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indcollation", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oidvector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indclass", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oidvector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indoption", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexprs", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indpred", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablespace", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexdef", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inhrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inhparent", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inhseqno", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inhdetachpending", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_inherits" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "initprivs", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_init_privs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanispl", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanpltrusted", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanplcallfoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "laninline", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanvalidator", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lanacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_language" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "loid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pageno", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bytea" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lomowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lomacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_largeobject_metadata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "columns": [ { "name": "locktype", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "database", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relation", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "page", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tuple", "not_null": false, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "virtualxid", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "transactionid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": false, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "virtualtransaction", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "mode", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "granted", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fastpath", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "waitstart", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_locks" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "matviewname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "matviewowner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablespace", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "hasindexes", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ispopulated", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "definition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_matviews" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "nspname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "nspowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "nspacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcmethod", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcfamily", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcintype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opcdefault", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opckeytype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opclass" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprkind", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprcanmerge", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprcanhash", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprleft", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprright", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprresult", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprcom", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprnegate", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprcode", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprrest", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oprjoin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_operator" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opfmethod", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opfname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opfnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "opfowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_opfamily" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parname", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "paracl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_parameter_acl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partstrat", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partnatts", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partdefid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partattrs", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partclass", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oidvector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partcollation", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oidvector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partexprs", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_partitioned_table" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "policyname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "permissive", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "roles", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmd", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "qual", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "with_check", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policies" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polcmd", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polpermissive", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polroles", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polqual", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "polwithcheck", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_policy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statement", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prepare_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parameter_types", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_regtype" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "from_sql", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "generic_plans", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "custom_plans", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_statements" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "columns": [ { "name": "transaction", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "gid", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prepared", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "owner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "database", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_prepared_xacts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pronamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prolang", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "procost", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prorows", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "provariadic", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prosupport", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prokind", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prosecdef", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proleakproof", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proisstrict", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proretset", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "provolatile", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proparallel", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pronargs", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pronargdefaults", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prorettype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proargtypes", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oidvector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proallargtypes", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proargmodes", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proargnames", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proargdefaults", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "protrftypes", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prosrc", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "probin", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prosqlbody", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "proacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_proc" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "puballtables", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubinsert", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubupdate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubdelete", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubtruncate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pubviaroot", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pnpubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pnnspid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_namespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prpubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prqual", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prattrs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "columns": [ { "name": "pubname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attnames", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rowfilter", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_publication_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngtypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngsubtype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngmultitypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngcollation", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngsubopc", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngcanonical", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rngsubdiff", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_range" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "roident", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "roname", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin_status" }, "columns": [ { "name": "local_id", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin_status" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "external_id", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin_status" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "remote_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin_status" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "local_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_origin_status" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "columns": [ { "name": "slot_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "plugin", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "slot_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datoid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "database", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "temporary", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "active", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "active_pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "catalog_xmin", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "restart_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confirmed_flush_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_status", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "safe_wal_size", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "two_phase", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rulename", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ev_class", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ev_type", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ev_enabled", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_instead", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ev_qual", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ev_action", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rewrite" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "columns": [ { "name": "rolname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolsuper", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolinherit", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcreaterole", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcreatedb", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolcanlogin", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolreplication", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolconnlimit", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolpassword", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolvaliduntil", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolbypassrls", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rolconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rules" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rulename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "definition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_rules" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "provider", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "label", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "columns": [ { "name": "objoid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objtype", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objnamespace", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objname", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "provider", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "label", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_seclabels" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqtypid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqstart", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqincrement", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqmax", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqmin", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqcache", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seqcycle", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequence" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequencename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequenceowner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regtype" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "start_value", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "min_value", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "max_value", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "increment_by", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cycle", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cache_size", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_value", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "setting", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "unit", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "category", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "short_desc", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "extra_desc", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "context", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "vartype", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "source", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "min_val", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "max_val", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "enumvals", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "boot_val", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reset_val", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sourcefile", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sourceline", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pending_restart", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_settings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "columns": [ { "name": "usename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesysid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usecreatedb", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesuper", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "userepl", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usebypassrls", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "passwd", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "valuntil", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "useconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shadow" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dbid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "refclassid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "refobjid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "deptype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdepend" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "description", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shdescription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shmem_allocations" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shmem_allocations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "off", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shmem_allocations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "size", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shmem_allocations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "allocated_size", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shmem_allocations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "objoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "classoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "provider", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "label", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_shseclabel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "columns": [ { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "leader_pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesysid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "application_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_addr", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "inet" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_hostname", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_port", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_start", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xact_start", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "query_start", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "state_change", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wait_event_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wait_event", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "state", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_xid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_xmin", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "query_id", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "query", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_activity" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_live_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_dead_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_mod_since_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_ins_since_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autovacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autoanalyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "vacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autovacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "analyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autoanalyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "columns": [ { "name": "archived_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_archived_wal", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_archived_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "failed_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_failed_wal", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_failed_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_archiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "columns": [ { "name": "checkpoints_timed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "checkpoints_req", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "checkpoint_write_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "checkpoint_sync_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "buffers_checkpoint", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "buffers_clean", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maxwritten_clean", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "buffers_backend", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "buffers_backend_fsync", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "buffers_alloc", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_bgwriter" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "columns": [ { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numbackends", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xact_commit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xact_rollback", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tup_returned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tup_fetched", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tup_inserted", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tup_updated", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tup_deleted", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conflicts", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "temp_files", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "temp_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "deadlocks", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "checksum_failures", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "checksum_last_failure", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blk_read_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blk_write_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "session_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "active_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idle_in_transaction_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sessions", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sessions_abandoned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sessions_fatal", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sessions_killed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "columns": [ { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confl_tablespace", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confl_lock", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confl_snapshot", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confl_bufferpin", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "confl_deadlock", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_database_conflicts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_gssapi" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_gssapi" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "gss_authenticated", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_gssapi" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "principal", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_gssapi" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "encrypted", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_gssapi" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "phase", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sample_blks_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sample_blks_scanned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ext_stats_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ext_stats_computed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "child_tables_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "child_tables_done", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "current_child_table_relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_analyze" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "phase", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backup_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backup_streamed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablespaces_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablespaces_streamed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_basebackup" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "command", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "phase", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cluster_index_relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_tuples_scanned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_tuples_written", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_scanned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "index_rebuild_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_cluster" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "command", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "bytes_processed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "bytes_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tuples_processed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tuples_excluded", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_copy" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "index_relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "command", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "phase", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lockers_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "lockers_done", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "current_locker_pid", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blocks_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blocks_done", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tuples_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tuples_done", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partitions_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "partitions_done", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_create_index" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "phase", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_total", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_scanned", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_vacuumed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "index_vacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "max_dead_tuples", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "num_dead_tuples", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_progress_vacuum" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "columns": [ { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prefetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "skip_init", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "skip_new", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "skip_fpw", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "skip_rep", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_distance", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "block_distance", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "io_depth", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_recovery_prefetch" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesysid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "application_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_addr", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "inet" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_hostname", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_port", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_start", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "backend_xmin", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "state", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sent_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "write_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "flush_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "replay_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "write_lag", "not_null": false, "is_array": false, "comment": "", "length": 16, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "interval" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "flush_lag", "not_null": false, "is_array": false, "comment": "", "length": 16, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "interval" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "replay_lag", "not_null": false, "is_array": false, "comment": "", "length": 16, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "interval" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sync_priority", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sync_state", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reply_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "columns": [ { "name": "slot_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spill_txns", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spill_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spill_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stream_txns", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stream_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stream_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_txns", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_bytes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_replication_slots" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_zeroed", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_written", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_exists", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "flushes", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "truncates", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_slru" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ssl", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cipher", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "bits", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_dn", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "client_serial", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "numeric" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "issuer_dn", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_ssl" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "columns": [ { "name": "subid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "received_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_msg_send_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_msg_receipt_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "latest_end_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "latest_end_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "columns": [ { "name": "subid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "apply_error_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sync_error_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_subscription_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_live_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_dead_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_mod_since_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_ins_since_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autovacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autoanalyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "vacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autovacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "analyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autoanalyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "columns": [ { "name": "funcid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "funcname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "calls", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "self_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_live_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_dead_tup", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_mod_since_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_ins_since_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_vacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autovacuum", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_analyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_autoanalyze", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "vacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autovacuum_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "analyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "autoanalyze_count", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "columns": [ { "name": "wal_records", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_fpi", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_bytes", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "numeric" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_buffers_full", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_write", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_sync", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_write_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "wal_sync_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stats_reset", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "columns": [ { "name": "pid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "status", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "receive_start_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "receive_start_tli", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "written_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "flushed_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "received_tli", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_msg_send_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_msg_receipt_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "latest_end_lsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "latest_end_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "slot_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sender_host", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sender_port", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "conninfo", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_wal_receiver" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "columns": [ { "name": "funcid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "funcname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "calls", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "total_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "self_time", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_functions" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "seq_tup_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_scan", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_tup_fetch", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_ins", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_del", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_tup_hot_upd", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stat_xact_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_all_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_sys_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "indexrelname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_indexes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "columns": [ { "name": "relid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "heap_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "idx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "toast_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_read", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tidx_blks_hit", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statio_user_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "starelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staattnum", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stainherit", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanullfrac", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stawidth", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stadistinct", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stakind1", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stakind2", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stakind3", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stakind4", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stakind5", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staop1", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staop2", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staop3", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staop4", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "staop5", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stacoll1", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stacoll2", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stacoll3", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stacoll4", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stacoll5", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanumbers1", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanumbers2", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanumbers3", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanumbers4", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stanumbers5", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stavalues1", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stavalues2", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stavalues3", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stavalues4", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stavalues5", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxstattarget", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxkeys", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxkind", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxexprs", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxdinherit", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxdndistinct", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_ndistinct" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxddependencies", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_dependencies" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxdmcv", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_mcv_list" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "stxdexpr", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_statistic_ext_data" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_pg_statistic" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inherited", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "null_frac", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "avg_width", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_distinct", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_vals", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "histogram_bounds", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "correlation", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_elems", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_elem_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "elem_count_histogram", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_owner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attnames", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "exprs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "kinds", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inherited", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_distinct", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_ndistinct" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dependencies", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_dependencies" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_vals", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_val_nulls", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_base_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float8" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "statistics_owner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "expr", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "inherited", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "null_frac", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "avg_width", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "n_distinct", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_vals", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "histogram_bounds", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "correlation", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_elems", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "anyarray" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "most_common_elem_freqs", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "elem_count_histogram", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_stats_ext_exprs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_float4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subdbid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subskiplsn", "not_null": true, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subenabled", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subbinary", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "substream", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subtwophasestate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subdisableonerr", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subconninfo", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subslotname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subsynccommit", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "subpublications", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srsubid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srsubstate", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srsublsn", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_subscription_rel" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_lsn" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tableowner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tablespace", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "hasindexes", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "hasrules", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "hastriggers", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "rowsecurity", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spcname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spcowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spcacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "spcoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_tablespace" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_abbrevs" }, "columns": [ { "name": "abbrev", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_abbrevs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "utc_offset", "not_null": false, "is_array": false, "comment": "", "length": 16, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_abbrevs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "interval" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_dst", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_abbrevs" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_names" }, "columns": [ { "name": "name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_names" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "abbrev", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_names" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "utc_offset", "not_null": false, "is_array": false, "comment": "", "length": 16, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_names" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "interval" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_dst", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_timezone_names" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trftype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trflang", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trffromsql", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trftosql", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_transform" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgparentid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgfoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgtype", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgenabled", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgisinternal", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgconstrrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgconstrindid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgconstraint", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgdeferrable", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tginitdeferred", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgnargs", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgattr", "not_null": true, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2vector" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgargs", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bytea" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgqual", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgoldtable", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tgnewtable", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_trigger" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cfgname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cfgnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cfgowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cfgparser", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "mapcfg", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maptokentype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "mapseqno", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "mapdict", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_config_map" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dictname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dictnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dictowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dicttemplate", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dictinitoption", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_dict" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prsname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prsnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prsstart", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prstoken", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prsend", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prsheadline", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "prslextype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_parser" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tmplname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tmplnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tmplinit", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "tmpllexize", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_ts_template" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typname", "not_null": true, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typnamespace", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typowner", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typlen", "not_null": true, "is_array": false, "comment": "", "length": 2, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int2" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typbyval", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typtype", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typcategory", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typispreferred", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typisdefined", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typdelim", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typrelid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typsubscript", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typelem", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typarray", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typinput", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typoutput", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typreceive", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typsend", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typmodin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typmodout", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typanalyze", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "regproc" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typalign", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typstorage", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "char" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typnotnull", "not_null": true, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typbasetype", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typtypmod", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typndims", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typcollation", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typdefaultbin", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_node_tree" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typdefault", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "typacl", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_type" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_aclitem" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "columns": [ { "name": "usename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesysid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usecreatedb", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usesuper", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "userepl", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usebypassrls", "not_null": false, "is_array": false, "comment": "", "length": 1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "passwd", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "valuntil", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "timestamptz" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "useconfig", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "oid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umuser", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umserver", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mapping" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "columns": [ { "name": "umid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umuser", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "usename", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_views" }, "columns": [ { "name": "schemaname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "viewname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "viewowner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "definition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "pg_catalog", "name": "pg_views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" } ], "enums": [], "composite_types": [] }, { "comment": "", "name": "information_schema", "tables": [ { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "columns": [ { "name": "oid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwowner", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "fdwoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_language", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "columns": [ { "name": "oid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_table_columns" }, "columns": [ { "name": "nspname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_table_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "relname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_table_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attname", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_table_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "name" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attfdwoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_table_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "columns": [ { "name": "foreign_table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ftoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "columns": [ { "name": "oid", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umoptions", "not_null": false, "is_array": true, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "_text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "umuser", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "srvowner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "_pg_user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "administrable_role_authorizations" }, "columns": [ { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "administrable_role_authorizations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "role_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "administrable_role_authorizations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "administrable_role_authorizations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "applicable_roles" }, "columns": [ { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "applicable_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "role_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "applicable_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "applicable_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "columns": [ { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attribute_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordinal_position", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attribute_default", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_nullable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attribute_udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attribute_udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "attribute_udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_derived_reference_attribute", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "attributes" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "columns": [ { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_repertoire", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "form_of_use", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_collate_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_collate_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_collate_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "character_sets" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraint_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraints" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "check_clause", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "check_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "columns": [ { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collation_character_set_applicability" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collations" }, "columns": [ { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "pad_attribute", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "collations" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dependent_column", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "columns": [ { "name": "domain_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_domain_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "columns": [ { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "column_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordinal_position", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_default", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_nullable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_self_referencing", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_identity", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_generation", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_start", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_increment", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_maximum", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_minimum", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "identity_cycle", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_generated", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "generation_expression", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_updatable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "constraint_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "columns": [ { "name": "object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "data_type_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_deferrable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "initially_deferred", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "columns": [ { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domain_udt_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "columns": [ { "name": "domain_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_default", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "domains" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "columns": [ { "name": "object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collection_type_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "domain_default", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "element_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "enabled_roles" }, "columns": [ { "name": "role_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "enabled_roles" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrapper_options" }, "columns": [ { "name": "foreign_data_wrapper_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrapper_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrapper_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrapper_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrapper_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "columns": [ { "name": "foreign_data_wrapper_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "library_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_language", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_data_wrappers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_server_options" }, "columns": [ { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_server_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_server_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_server_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_server_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "columns": [ { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_data_wrapper_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_version", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_servers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "columns": [ { "name": "foreign_table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_table_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "columns": [ { "name": "foreign_table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "foreign_tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "information_schema_catalog_name" }, "columns": [ { "name": "catalog_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "information_schema_catalog_name" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordinal_position", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "position_in_unique_constraint", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "key_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordinal_position", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parameter_mode", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_result", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "as_locator", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parameter_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parameter_default", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "parameters" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "unique_constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "unique_constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "unique_constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "match_option", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "update_rule", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "delete_rule", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "referential_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_column_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_routine_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "with_hierarchy", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_table_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_udt_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "role_usage_grants" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequence_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequence_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequence_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_sequence_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routine_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "columns": [ { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "module_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "module_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "module_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "type_udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "type_udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "type_udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_body", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "routine_definition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "external_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "external_language", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "parameter_style", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_deterministic", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sql_data_access", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_null_call", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sql_path", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schema_level_routine", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "max_dynamic_result_sets", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_user_defined_cast", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_implicitly_invocable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "security_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "to_sql_specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "to_sql_specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "to_sql_specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "as_locator", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "created", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "time_stamp" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "last_altered", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "time_stamp" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "new_savepoint_level", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_udt_dependent", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_from_data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_as_locator", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_char_max_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_char_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_char_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_char_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_char_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_type_udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_type_udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_type_udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_scope_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_scope_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_scope_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_maximum_cardinality", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "result_cast_dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "routines" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "columns": [ { "name": "catalog_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schema_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "schema_owner", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "default_character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sql_path", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "schemata" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "columns": [ { "name": "sequence_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequence_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sequence_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "start_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "minimum_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "maximum_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "increment", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cycle_option", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sequences" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "feature_id", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "feature_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sub_feature_id", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sub_feature_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_supported", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_verified_by", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comments", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_features" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "implementation_info_id", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "implementation_info_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "integer_value", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comments", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_implementation_info" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "feature_id", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "feature_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_supported", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_verified_by", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comments", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_parts" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "columns": [ { "name": "tableoid", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "oid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmax", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "cmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "xmin", "not_null": true, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "xid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ctid", "not_null": true, "is_array": false, "comment": "", "length": 6, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "tid" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sizing_id", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "sizing_name", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "supported_value", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "comments", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "sql_sizing" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "columns": [ { "name": "constraint_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "constraint_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_deferrable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "initially_deferred", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "enforced", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "nulls_distinct", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_constraints" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "with_hierarchy", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "table_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "self_referencing_column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reference_generation", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_insertable_into", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_typed", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "commit_action", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "tables" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "columns": [ { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "group_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "transform_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "transforms" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "columns": [ { "name": "trigger_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trigger_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trigger_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_table", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_column", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggered_update_columns" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "columns": [ { "name": "trigger_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trigger_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "trigger_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_manipulation", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "event_object_table", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_order", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_condition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_statement", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_orientation", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_timing", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_reference_old_table", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_reference_new_table", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_reference_old_row", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "action_reference_new_row", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "created", "not_null": false, "is_array": false, "comment": "", "length": 8, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "triggers" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "time_stamp" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "udt_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "udt_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "columns": [ { "name": "grantor", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "grantee", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "object_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "privilege_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_grantable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "usage_privileges" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "columns": [ { "name": "user_defined_type_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "user_defined_type_category", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_instantiable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_final", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordering_form", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordering_category", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordering_routine_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordering_routine_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ordering_routine_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "reference_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "data_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_maximum_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_octet_length", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "character_set_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "collation_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_precision_radix", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "numeric_scale", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "datetime_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_type", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "interval_precision", "not_null": false, "is_array": false, "comment": "", "length": 4, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "cardinal_number" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "source_dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "ref_dtd_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_defined_types" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "columns": [ { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "option_value", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mapping_options" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mappings" }, "columns": [ { "name": "authorization_identifier", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "foreign_server_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "user_mappings" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "columns": [ { "name": "view_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "view_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "view_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "column_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_column_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "specific_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_routine_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "columns": [ { "name": "view_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "view_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "view_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "view_table_usage" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" }, { "rel": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "columns": [ { "name": "table_catalog", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_schema", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "table_name", "not_null": false, "is_array": false, "comment": "", "length": 64, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "sql_identifier" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "view_definition", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "check_option", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "character_data" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_updatable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_insertable_into", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_trigger_updatable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_trigger_deletable", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 }, { "name": "is_trigger_insertable_into", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "pg_catalog", "schema": "information_schema", "name": "views" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "yes_or_no" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "", "unsigned": false, "array_dims": 0 } ], "comment": "" } ], "enums": [], "composite_types": [] } ] }, "queries": [ { "text": "select id, name, age, bio, is_active from authors\nwhere id = $1 LIMIT 1", "name": "GetAuthor", "cmd": ":one", "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "is_active", "unsigned": false, "array_dims": 0 } ], "params": [ { "number": 1, "column": { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 } } ], "comments": [], "filename": "query.sql", "insert_into_table": null }, { "text": "select id, name, age, bio, is_active from authors\nwhere id = $1 LIMIT 1 FOR UPDATE NOWAIT", "name": "LockAuthor", "cmd": ":one", "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "is_active", "unsigned": false, "array_dims": 0 } ], "params": [ { "number": 1, "column": { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 } } ], "comments": [], "filename": "query.sql", "insert_into_table": null }, { "text": "select id, name, age, bio, is_active from authors\norder by name", "name": "ListAuthors", "cmd": ":many", "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "is_active", "unsigned": false, "array_dims": 0 } ], "params": [], "comments": [], "filename": "query.sql", "insert_into_table": null }, { "text": "insert into authors (\n\tname, bio, age\n) values (\n\t$1, $2, $3\n)\nreturning id, name, age, bio, is_active", "name": "CreateAuthor", "cmd": ":one", "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "is_active", "unsigned": false, "array_dims": 0 } ], "params": [ { "number": 1, "column": { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 } }, { "number": 2, "column": { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 } }, { "number": 3, "column": { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_catalog.int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 } } ], "comments": [], "filename": "query.sql", "insert_into_table": { "catalog": "", "schema": "", "name": "authors" } }, { "text": "update authors\n\tset name = $2,\n\tbio = $3,\n\tage = $4\nwhere id = $1\nreturning id, name, age, bio, is_active", "name": "UpdateAuthor", "cmd": ":one", "columns": [ { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 }, { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 }, { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 }, { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 }, { "name": "is_active", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "pg_catalog", "name": "bool" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "is_active", "unsigned": false, "array_dims": 0 } ], "params": [ { "number": 1, "column": { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 } }, { "number": 2, "column": { "name": "name", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "name", "unsigned": false, "array_dims": 0 } }, { "number": 3, "column": { "name": "bio", "not_null": false, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "text" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "bio", "unsigned": false, "array_dims": 0 } }, { "number": 4, "column": { "name": "age", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "public", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "pg_catalog.int4" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "age", "unsigned": false, "array_dims": 0 } } ], "comments": [], "filename": "query.sql", "insert_into_table": null }, { "text": "delete from authors\nwhere id = $1", "name": "DeleteAuthor", "cmd": ":exec", "columns": [], "params": [ { "number": 1, "column": { "name": "id", "not_null": true, "is_array": false, "comment": "", "length": -1, "is_named_param": false, "is_func_call": false, "scope": "", "table": { "catalog": "", "schema": "", "name": "authors" }, "table_alias": "", "type": { "catalog": "", "schema": "", "name": "bigserial" }, "is_sqlc_slice": false, "embed_table": null, "original_name": "id", "unsigned": false, "array_dims": 0 } } ], "comments": [], "filename": "query.sql", "insert_into_table": null } ], "sqlc_version": "v1.23.0", "plugin_options": "eyJvdXQiOiIuIn0=" }