From e39fed96e8b16d34020b1879d0ce5985ac5b3cbe Mon Sep 17 00:00:00 2001 From: Eric Harmeling Date: Wed, 8 Mar 2023 18:26:43 -0500 Subject: [PATCH] release-22.1: sql: add crdb_internal views for system statistics tables Backport of commit 4557dd0 (#98261). This commit adds two new crdb_internal views: - crdb_internal.statement_statistics_persisted, which surfaces the system.statement_statistics table - crdb_internal.transaction_statistics_persisted, which surfaces the system.transaction_statistics table Epic: none Release note: Added two views to the crdb_internal catalog: crdb_internal.statement_statistics_persisted, which surfaces data in the persisted system.statement_statistics table, and crdb_internal.transaction_statistics_persisted, which surfaces the system.transaction_statistics table. --- .../testdata/logic_test/crdb_internal_tenant | 142 +- pkg/cli/zip_test.go | 2 + pkg/sql/catalog/catconstants/constants.go | 2 + pkg/sql/crdb_internal.go | 62 + .../testdata/logic_test/crdb_internal | 142 +- .../testdata/logic_test/create_statements | 6652 +---------------- .../logictest/testdata/logic_test/grant_table | 2 + .../testdata/logic_test/information_schema | 11 + .../logictest/testdata/logic_test/pg_builtins | 72 +- .../logictest/testdata/logic_test/pg_catalog | 2958 ++++---- pkg/sql/logictest/testdata/logic_test/table | 2 + .../testdata/sql_statistics_persisted | 74 + 12 files changed, 1823 insertions(+), 8298 deletions(-) create mode 100644 pkg/sql/opt/exec/execbuilder/testdata/sql_statistics_persisted diff --git a/pkg/ccl/logictestccl/testdata/logic_test/crdb_internal_tenant b/pkg/ccl/logictestccl/testdata/logic_test/crdb_internal_tenant index ef3c76fb8680..b5638ab0fece 100644 --- a/pkg/ccl/logictestccl/testdata/logic_test/crdb_internal_tenant +++ b/pkg/ccl/logictestccl/testdata/logic_test/crdb_internal_tenant @@ -33,76 +33,78 @@ DROP DATABASE crdb_internal query TTTTIT SHOW TABLES FROM crdb_internal ---- -crdb_internal active_range_feeds table NULL NULL NULL -crdb_internal backward_dependencies table NULL NULL NULL -crdb_internal builtin_functions table NULL NULL NULL -crdb_internal cluster_contended_indexes view NULL NULL NULL -crdb_internal cluster_contended_keys view NULL NULL NULL -crdb_internal cluster_contended_tables view NULL NULL NULL -crdb_internal cluster_contention_events table NULL NULL NULL -crdb_internal cluster_database_privileges table NULL NULL NULL -crdb_internal cluster_distsql_flows table NULL NULL NULL -crdb_internal cluster_inflight_traces table NULL NULL NULL -crdb_internal cluster_locks table NULL NULL NULL -crdb_internal cluster_queries table NULL NULL NULL -crdb_internal cluster_sessions table NULL NULL NULL -crdb_internal cluster_settings table NULL NULL NULL -crdb_internal cluster_statement_statistics table NULL NULL NULL -crdb_internal cluster_transaction_statistics table NULL NULL NULL -crdb_internal cluster_transactions table NULL NULL NULL -crdb_internal create_schema_statements table NULL NULL NULL -crdb_internal create_statements table NULL NULL NULL -crdb_internal create_type_statements table NULL NULL NULL -crdb_internal cross_db_references table NULL NULL NULL -crdb_internal databases table NULL NULL NULL -crdb_internal default_privileges table NULL NULL NULL -crdb_internal feature_usage table NULL NULL NULL -crdb_internal forward_dependencies table NULL NULL NULL -crdb_internal gossip_alerts table NULL NULL NULL -crdb_internal gossip_liveness table NULL NULL NULL -crdb_internal gossip_network table NULL NULL NULL -crdb_internal gossip_nodes table NULL NULL NULL -crdb_internal index_columns table NULL NULL NULL -crdb_internal index_usage_statistics table NULL NULL NULL -crdb_internal invalid_objects table NULL NULL NULL -crdb_internal jobs table NULL NULL NULL -crdb_internal kv_node_liveness table NULL NULL NULL -crdb_internal kv_node_status table NULL NULL NULL -crdb_internal kv_store_status table NULL NULL NULL -crdb_internal leases table NULL NULL NULL -crdb_internal lost_descriptors_with_data table NULL NULL NULL -crdb_internal node_build_info table NULL NULL NULL -crdb_internal node_contention_events table NULL NULL NULL -crdb_internal node_distsql_flows table NULL NULL NULL -crdb_internal node_inflight_trace_spans table NULL NULL NULL -crdb_internal node_memory_monitors table NULL NULL NULL -crdb_internal node_metrics table NULL NULL NULL -crdb_internal node_queries table NULL NULL NULL -crdb_internal node_runtime_info table NULL NULL NULL -crdb_internal node_sessions table NULL NULL NULL -crdb_internal node_statement_statistics table NULL NULL NULL -crdb_internal node_transaction_statistics table NULL NULL NULL -crdb_internal node_transactions table NULL NULL NULL -crdb_internal node_txn_stats table NULL NULL NULL -crdb_internal partitions table NULL NULL NULL -crdb_internal pg_catalog_table_is_implemented table NULL NULL NULL -crdb_internal predefined_comments table NULL NULL NULL -crdb_internal ranges view NULL NULL NULL -crdb_internal ranges_no_leases table NULL NULL NULL -crdb_internal regions table NULL NULL NULL -crdb_internal schema_changes table NULL NULL NULL -crdb_internal session_trace table NULL NULL NULL -crdb_internal session_variables table NULL NULL NULL -crdb_internal statement_statistics view NULL NULL NULL -crdb_internal super_regions table NULL NULL NULL -crdb_internal table_columns table NULL NULL NULL -crdb_internal table_indexes table NULL NULL NULL -crdb_internal table_row_statistics table NULL NULL NULL -crdb_internal tables table NULL NULL NULL -crdb_internal tenant_usage_details view NULL NULL NULL -crdb_internal transaction_contention_events table NULL NULL NULL -crdb_internal transaction_statistics view NULL NULL NULL -crdb_internal zones table NULL NULL NULL +crdb_internal active_range_feeds table NULL NULL NULL +crdb_internal backward_dependencies table NULL NULL NULL +crdb_internal builtin_functions table NULL NULL NULL +crdb_internal cluster_contended_indexes view NULL NULL NULL +crdb_internal cluster_contended_keys view NULL NULL NULL +crdb_internal cluster_contended_tables view NULL NULL NULL +crdb_internal cluster_contention_events table NULL NULL NULL +crdb_internal cluster_database_privileges table NULL NULL NULL +crdb_internal cluster_distsql_flows table NULL NULL NULL +crdb_internal cluster_inflight_traces table NULL NULL NULL +crdb_internal cluster_locks table NULL NULL NULL +crdb_internal cluster_queries table NULL NULL NULL +crdb_internal cluster_sessions table NULL NULL NULL +crdb_internal cluster_settings table NULL NULL NULL +crdb_internal cluster_statement_statistics table NULL NULL NULL +crdb_internal cluster_transaction_statistics table NULL NULL NULL +crdb_internal cluster_transactions table NULL NULL NULL +crdb_internal create_schema_statements table NULL NULL NULL +crdb_internal create_statements table NULL NULL NULL +crdb_internal create_type_statements table NULL NULL NULL +crdb_internal cross_db_references table NULL NULL NULL +crdb_internal databases table NULL NULL NULL +crdb_internal default_privileges table NULL NULL NULL +crdb_internal feature_usage table NULL NULL NULL +crdb_internal forward_dependencies table NULL NULL NULL +crdb_internal gossip_alerts table NULL NULL NULL +crdb_internal gossip_liveness table NULL NULL NULL +crdb_internal gossip_network table NULL NULL NULL +crdb_internal gossip_nodes table NULL NULL NULL +crdb_internal index_columns table NULL NULL NULL +crdb_internal index_usage_statistics table NULL NULL NULL +crdb_internal invalid_objects table NULL NULL NULL +crdb_internal jobs table NULL NULL NULL +crdb_internal kv_node_liveness table NULL NULL NULL +crdb_internal kv_node_status table NULL NULL NULL +crdb_internal kv_store_status table NULL NULL NULL +crdb_internal leases table NULL NULL NULL +crdb_internal lost_descriptors_with_data table NULL NULL NULL +crdb_internal node_build_info table NULL NULL NULL +crdb_internal node_contention_events table NULL NULL NULL +crdb_internal node_distsql_flows table NULL NULL NULL +crdb_internal node_inflight_trace_spans table NULL NULL NULL +crdb_internal node_memory_monitors table NULL NULL NULL +crdb_internal node_metrics table NULL NULL NULL +crdb_internal node_queries table NULL NULL NULL +crdb_internal node_runtime_info table NULL NULL NULL +crdb_internal node_sessions table NULL NULL NULL +crdb_internal node_statement_statistics table NULL NULL NULL +crdb_internal node_transaction_statistics table NULL NULL NULL +crdb_internal node_transactions table NULL NULL NULL +crdb_internal node_txn_stats table NULL NULL NULL +crdb_internal partitions table NULL NULL NULL +crdb_internal pg_catalog_table_is_implemented table NULL NULL NULL +crdb_internal predefined_comments table NULL NULL NULL +crdb_internal ranges view NULL NULL NULL +crdb_internal ranges_no_leases table NULL NULL NULL +crdb_internal regions table NULL NULL NULL +crdb_internal schema_changes table NULL NULL NULL +crdb_internal session_trace table NULL NULL NULL +crdb_internal session_variables table NULL NULL NULL +crdb_internal statement_statistics view NULL NULL NULL +crdb_internal statement_statistics_persisted view NULL NULL NULL +crdb_internal super_regions table NULL NULL NULL +crdb_internal table_columns table NULL NULL NULL +crdb_internal table_indexes table NULL NULL NULL +crdb_internal table_row_statistics table NULL NULL NULL +crdb_internal tables table NULL NULL NULL +crdb_internal tenant_usage_details view NULL NULL NULL +crdb_internal transaction_contention_events table NULL NULL NULL +crdb_internal transaction_statistics view NULL NULL NULL +crdb_internal transaction_statistics_persisted view NULL NULL NULL +crdb_internal zones table NULL NULL NULL statement ok CREATE DATABASE testdb; CREATE TABLE testdb.foo(x INT) diff --git a/pkg/cli/zip_test.go b/pkg/cli/zip_test.go index 697aae0b33eb..d202d9a13a6f 100644 --- a/pkg/cli/zip_test.go +++ b/pkg/cli/zip_test.go @@ -86,8 +86,10 @@ table_name NOT IN ( 'session_variables', 'tables', 'cluster_statement_statistics', + 'statement_statistics_persisted', 'cluster_transaction_statistics', 'statement_statistics', + 'transaction_statistics_persisted', 'transaction_statistics', 'tenant_usage_details', 'pg_catalog_table_is_implemented' diff --git a/pkg/sql/catalog/catconstants/constants.go b/pkg/sql/catalog/catconstants/constants.go index 10bfb146659c..5b24779f8758 100644 --- a/pkg/sql/catalog/catconstants/constants.go +++ b/pkg/sql/catalog/catconstants/constants.go @@ -142,12 +142,14 @@ const ( CrdbInternalSessionTraceTableID CrdbInternalSessionVariablesTableID CrdbInternalStmtStatsTableID + CrdbInternalStmtStatsPersistedTableID CrdbInternalTableColumnsTableID CrdbInternalTableIndexesTableID CrdbInternalTablesTableID CrdbInternalTablesTableLastStatsID CrdbInternalTransactionStatsTableID CrdbInternalTxnStatsTableID + CrdbInternalTxnStatsPersistedTableID CrdbInternalZonesTableID CrdbInternalInvalidDescriptorsTableID CrdbInternalClusterDatabasePrivilegesTableID diff --git a/pkg/sql/crdb_internal.go b/pkg/sql/crdb_internal.go index 44fa8e0a83dd..888fc580c202 100644 --- a/pkg/sql/crdb_internal.go +++ b/pkg/sql/crdb_internal.go @@ -148,12 +148,14 @@ var crdbInternal = virtualSchema{ catconstants.CrdbInternalSessionTraceTableID: crdbInternalSessionTraceTable, catconstants.CrdbInternalSessionVariablesTableID: crdbInternalSessionVariablesTable, catconstants.CrdbInternalStmtStatsTableID: crdbInternalStmtStatsView, + catconstants.CrdbInternalStmtStatsPersistedTableID: crdbInternalStmtStatsPersistedView, catconstants.CrdbInternalTableColumnsTableID: crdbInternalTableColumnsTable, catconstants.CrdbInternalTableIndexesTableID: crdbInternalTableIndexesTable, catconstants.CrdbInternalTablesTableLastStatsID: crdbInternalTablesTableLastStats, catconstants.CrdbInternalTablesTableID: crdbInternalTablesTable, catconstants.CrdbInternalClusterTxnStatsTableID: crdbInternalClusterTxnStatsTable, catconstants.CrdbInternalTxnStatsTableID: crdbInternalTxnStatsView, + catconstants.CrdbInternalTxnStatsPersistedTableID: crdbInternalTxnStatsPersistedView, catconstants.CrdbInternalTransactionStatsTableID: crdbInternalTransactionStatisticsTable, catconstants.CrdbInternalZonesTableID: crdbInternalZonesTable, catconstants.CrdbInternalInvalidDescriptorsTableID: crdbInternalInvalidDescriptorsTable, @@ -5522,6 +5524,39 @@ GROUP BY }, } +// crdb_internal.statement_statistics_persisted view selects persisted statement +// statistics from the system table. This view is primarily used to query statement +// stats info by date range. +var crdbInternalStmtStatsPersistedView = virtualSchemaView{ + schema: ` +CREATE VIEW crdb_internal.statement_statistics_persisted AS + SELECT + aggregated_ts, + fingerprint_id, + transaction_fingerprint_id, + plan_hash, + app_name, + node_id, + agg_interval, + metadata, + statistics, + plan + FROM + system.statement_statistics`, + resultColumns: colinfo.ResultColumns{ + {Name: "aggregated_ts", Typ: types.TimestampTZ}, + {Name: "fingerprint_id", Typ: types.Bytes}, + {Name: "transaction_fingerprint_id", Typ: types.Bytes}, + {Name: "plan_hash", Typ: types.Bytes}, + {Name: "app_name", Typ: types.String}, + {Name: "node_id", Typ: types.Int}, + {Name: "agg_interval", Typ: types.Interval}, + {Name: "metadata", Typ: types.Jsonb}, + {Name: "statistics", Typ: types.Jsonb}, + {Name: "plan", Typ: types.Jsonb}, + }, +} + var crdbInternalActiveRangeFeedsTable = virtualSchemaTable{ comment: `node-level table listing all currently running range feeds`, schema: ` @@ -5719,6 +5754,33 @@ GROUP BY }, } +// crdb_internal.transaction_statistics_persisted view selects persisted transaction +// statistics from the system table. This view is primarily used to query transaction +// stats info by date range. +var crdbInternalTxnStatsPersistedView = virtualSchemaView{ + schema: ` +CREATE VIEW crdb_internal.transaction_statistics_persisted AS + SELECT + aggregated_ts, + fingerprint_id, + app_name, + node_id, + agg_interval, + metadata, + statistics + FROM + system.transaction_statistics`, + resultColumns: colinfo.ResultColumns{ + {Name: "aggregated_ts", Typ: types.TimestampTZ}, + {Name: "fingerprint_id", Typ: types.Bytes}, + {Name: "app_name", Typ: types.String}, + {Name: "node_id", Typ: types.Int}, + {Name: "agg_interval", Typ: types.Interval}, + {Name: "metadata", Typ: types.Jsonb}, + {Name: "statistics", Typ: types.Jsonb}, + }, +} + // crdbInternalTenantUsageDetailsView, exposes system ranges. var crdbInternalTenantUsageDetailsView = virtualSchemaView{ schema: ` diff --git a/pkg/sql/logictest/testdata/logic_test/crdb_internal b/pkg/sql/logictest/testdata/logic_test/crdb_internal index e983bf673212..b93fca056b6c 100644 --- a/pkg/sql/logictest/testdata/logic_test/crdb_internal +++ b/pkg/sql/logictest/testdata/logic_test/crdb_internal @@ -14,76 +14,78 @@ DROP DATABASE crdb_internal query TTTTIT SHOW TABLES FROM crdb_internal ---- -crdb_internal active_range_feeds table NULL NULL NULL -crdb_internal backward_dependencies table NULL NULL NULL -crdb_internal builtin_functions table NULL NULL NULL -crdb_internal cluster_contended_indexes view NULL NULL NULL -crdb_internal cluster_contended_keys view NULL NULL NULL -crdb_internal cluster_contended_tables view NULL NULL NULL -crdb_internal cluster_contention_events table NULL NULL NULL -crdb_internal cluster_database_privileges table NULL NULL NULL -crdb_internal cluster_distsql_flows table NULL NULL NULL -crdb_internal cluster_inflight_traces table NULL NULL NULL -crdb_internal cluster_locks table NULL NULL NULL -crdb_internal cluster_queries table NULL NULL NULL -crdb_internal cluster_sessions table NULL NULL NULL -crdb_internal cluster_settings table NULL NULL NULL -crdb_internal cluster_statement_statistics table NULL NULL NULL -crdb_internal cluster_transaction_statistics table NULL NULL NULL -crdb_internal cluster_transactions table NULL NULL NULL -crdb_internal create_schema_statements table NULL NULL NULL -crdb_internal create_statements table NULL NULL NULL -crdb_internal create_type_statements table NULL NULL NULL -crdb_internal cross_db_references table NULL NULL NULL -crdb_internal databases table NULL NULL NULL -crdb_internal default_privileges table NULL NULL NULL -crdb_internal feature_usage table NULL NULL NULL -crdb_internal forward_dependencies table NULL NULL NULL -crdb_internal gossip_alerts table NULL NULL NULL -crdb_internal gossip_liveness table NULL NULL NULL -crdb_internal gossip_network table NULL NULL NULL -crdb_internal gossip_nodes table NULL NULL NULL -crdb_internal index_columns table NULL NULL NULL -crdb_internal index_usage_statistics table NULL NULL NULL -crdb_internal invalid_objects table NULL NULL NULL -crdb_internal jobs table NULL NULL NULL -crdb_internal kv_node_liveness table NULL NULL NULL -crdb_internal kv_node_status table NULL NULL NULL -crdb_internal kv_store_status table NULL NULL NULL -crdb_internal leases table NULL NULL NULL -crdb_internal lost_descriptors_with_data table NULL NULL NULL -crdb_internal node_build_info table NULL NULL NULL -crdb_internal node_contention_events table NULL NULL NULL -crdb_internal node_distsql_flows table NULL NULL NULL -crdb_internal node_inflight_trace_spans table NULL NULL NULL -crdb_internal node_memory_monitors table NULL NULL NULL -crdb_internal node_metrics table NULL NULL NULL -crdb_internal node_queries table NULL NULL NULL -crdb_internal node_runtime_info table NULL NULL NULL -crdb_internal node_sessions table NULL NULL NULL -crdb_internal node_statement_statistics table NULL NULL NULL -crdb_internal node_transaction_statistics table NULL NULL NULL -crdb_internal node_transactions table NULL NULL NULL -crdb_internal node_txn_stats table NULL NULL NULL -crdb_internal partitions table NULL NULL NULL -crdb_internal pg_catalog_table_is_implemented table NULL NULL NULL -crdb_internal predefined_comments table NULL NULL NULL -crdb_internal ranges view NULL NULL NULL -crdb_internal ranges_no_leases table NULL NULL NULL -crdb_internal regions table NULL NULL NULL -crdb_internal schema_changes table NULL NULL NULL -crdb_internal session_trace table NULL NULL NULL -crdb_internal session_variables table NULL NULL NULL -crdb_internal statement_statistics view NULL NULL NULL -crdb_internal super_regions table NULL NULL NULL -crdb_internal table_columns table NULL NULL NULL -crdb_internal table_indexes table NULL NULL NULL -crdb_internal table_row_statistics table NULL NULL NULL -crdb_internal tables table NULL NULL NULL -crdb_internal tenant_usage_details view NULL NULL NULL -crdb_internal transaction_contention_events table NULL NULL NULL -crdb_internal transaction_statistics view NULL NULL NULL -crdb_internal zones table NULL NULL NULL +crdb_internal active_range_feeds table NULL NULL NULL +crdb_internal backward_dependencies table NULL NULL NULL +crdb_internal builtin_functions table NULL NULL NULL +crdb_internal cluster_contended_indexes view NULL NULL NULL +crdb_internal cluster_contended_keys view NULL NULL NULL +crdb_internal cluster_contended_tables view NULL NULL NULL +crdb_internal cluster_contention_events table NULL NULL NULL +crdb_internal cluster_database_privileges table NULL NULL NULL +crdb_internal cluster_distsql_flows table NULL NULL NULL +crdb_internal cluster_inflight_traces table NULL NULL NULL +crdb_internal cluster_locks table NULL NULL NULL +crdb_internal cluster_queries table NULL NULL NULL +crdb_internal cluster_sessions table NULL NULL NULL +crdb_internal cluster_settings table NULL NULL NULL +crdb_internal cluster_statement_statistics table NULL NULL NULL +crdb_internal cluster_transaction_statistics table NULL NULL NULL +crdb_internal cluster_transactions table NULL NULL NULL +crdb_internal create_schema_statements table NULL NULL NULL +crdb_internal create_statements table NULL NULL NULL +crdb_internal create_type_statements table NULL NULL NULL +crdb_internal cross_db_references table NULL NULL NULL +crdb_internal databases table NULL NULL NULL +crdb_internal default_privileges table NULL NULL NULL +crdb_internal feature_usage table NULL NULL NULL +crdb_internal forward_dependencies table NULL NULL NULL +crdb_internal gossip_alerts table NULL NULL NULL +crdb_internal gossip_liveness table NULL NULL NULL +crdb_internal gossip_network table NULL NULL NULL +crdb_internal gossip_nodes table NULL NULL NULL +crdb_internal index_columns table NULL NULL NULL +crdb_internal index_usage_statistics table NULL NULL NULL +crdb_internal invalid_objects table NULL NULL NULL +crdb_internal jobs table NULL NULL NULL +crdb_internal kv_node_liveness table NULL NULL NULL +crdb_internal kv_node_status table NULL NULL NULL +crdb_internal kv_store_status table NULL NULL NULL +crdb_internal leases table NULL NULL NULL +crdb_internal lost_descriptors_with_data table NULL NULL NULL +crdb_internal node_build_info table NULL NULL NULL +crdb_internal node_contention_events table NULL NULL NULL +crdb_internal node_distsql_flows table NULL NULL NULL +crdb_internal node_inflight_trace_spans table NULL NULL NULL +crdb_internal node_memory_monitors table NULL NULL NULL +crdb_internal node_metrics table NULL NULL NULL +crdb_internal node_queries table NULL NULL NULL +crdb_internal node_runtime_info table NULL NULL NULL +crdb_internal node_sessions table NULL NULL NULL +crdb_internal node_statement_statistics table NULL NULL NULL +crdb_internal node_transaction_statistics table NULL NULL NULL +crdb_internal node_transactions table NULL NULL NULL +crdb_internal node_txn_stats table NULL NULL NULL +crdb_internal partitions table NULL NULL NULL +crdb_internal pg_catalog_table_is_implemented table NULL NULL NULL +crdb_internal predefined_comments table NULL NULL NULL +crdb_internal ranges view NULL NULL NULL +crdb_internal ranges_no_leases table NULL NULL NULL +crdb_internal regions table NULL NULL NULL +crdb_internal schema_changes table NULL NULL NULL +crdb_internal session_trace table NULL NULL NULL +crdb_internal session_variables table NULL NULL NULL +crdb_internal statement_statistics view NULL NULL NULL +crdb_internal statement_statistics_persisted view NULL NULL NULL +crdb_internal super_regions table NULL NULL NULL +crdb_internal table_columns table NULL NULL NULL +crdb_internal table_indexes table NULL NULL NULL +crdb_internal table_row_statistics table NULL NULL NULL +crdb_internal tables table NULL NULL NULL +crdb_internal tenant_usage_details view NULL NULL NULL +crdb_internal transaction_contention_events table NULL NULL NULL +crdb_internal transaction_statistics view NULL NULL NULL +crdb_internal transaction_statistics_persisted view NULL NULL NULL +crdb_internal zones table NULL NULL NULL statement ok CREATE DATABASE testdb; CREATE TABLE testdb.foo(x INT) diff --git a/pkg/sql/logictest/testdata/logic_test/create_statements b/pkg/sql/logictest/testdata/logic_test/create_statements index 7678f47c3128..bf9badd5cb9b 100644 --- a/pkg/sql/logictest/testdata/logic_test/create_statements +++ b/pkg/sql/logictest/testdata/logic_test/create_statements @@ -28,6654 +28,10 @@ COMMENT ON COLUMN c.a IS 'column' statement ok COMMENT ON INDEX c_a_b_idx IS 'index' -query TTTT colnames -SELECT create_statement, create_nofks, alter_statements, validate_statements FROM crdb_internal.create_statements WHERE database_name = 'test' ----- -create_statement create_nofks alter_statements validate_statements -CREATE TABLE crdb_internal.active_range_feeds ( - id INT8 NULL, - tags STRING NULL, - startts STRING NULL, - diff BOOL NULL, - node_id INT8 NULL, - range_id INT8 NULL, - created INT8 NULL, - range_start STRING NULL, - range_end STRING NULL, - resolved STRING NULL, - last_event_utc INT8 NULL, - num_errs INT8 NULL, - last_err STRING NULL -) CREATE TABLE crdb_internal.active_range_feeds ( - id INT8 NULL, - tags STRING NULL, - startts STRING NULL, - diff BOOL NULL, - node_id INT8 NULL, - range_id INT8 NULL, - created INT8 NULL, - range_start STRING NULL, - range_end STRING NULL, - resolved STRING NULL, - last_event_utc INT8 NULL, - num_errs INT8 NULL, - last_err STRING NULL -) {} {} -CREATE TABLE crdb_internal.backward_dependencies ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NULL, - column_id INT8 NULL, - dependson_id INT8 NOT NULL, - dependson_type STRING NOT NULL, - dependson_index_id INT8 NULL, - dependson_name STRING NULL, - dependson_details STRING NULL -) CREATE TABLE crdb_internal.backward_dependencies ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NULL, - column_id INT8 NULL, - dependson_id INT8 NOT NULL, - dependson_type STRING NOT NULL, - dependson_index_id INT8 NULL, - dependson_name STRING NULL, - dependson_details STRING NULL -) {} {} -CREATE TABLE crdb_internal.builtin_functions ( - function STRING NOT NULL, - signature STRING NOT NULL, - category STRING NOT NULL, - details STRING NOT NULL -) CREATE TABLE crdb_internal.builtin_functions ( - function STRING NOT NULL, - signature STRING NOT NULL, - category STRING NOT NULL, - details STRING NOT NULL -) {} {} -CREATE VIEW crdb_internal.cluster_contended_indexes ( - database_name, - schema_name, - table_name, - index_name, - num_contention_events -) AS SELECT - DISTINCT database_name, schema_name, name, index_name, num_contention_events - FROM - crdb_internal.cluster_contention_events, crdb_internal.tables, crdb_internal.table_indexes - WHERE - ( - crdb_internal.cluster_contention_events.index_id = crdb_internal.table_indexes.index_id - AND crdb_internal.cluster_contention_events.table_id - = crdb_internal.table_indexes.descriptor_id - ) - AND crdb_internal.cluster_contention_events.table_id = crdb_internal.tables.table_id - ORDER BY - num_contention_events DESC CREATE VIEW crdb_internal.cluster_contended_indexes ( - database_name, - schema_name, - table_name, - index_name, - num_contention_events -) AS SELECT - DISTINCT database_name, schema_name, name, index_name, num_contention_events - FROM - crdb_internal.cluster_contention_events, crdb_internal.tables, crdb_internal.table_indexes - WHERE - ( - crdb_internal.cluster_contention_events.index_id = crdb_internal.table_indexes.index_id - AND crdb_internal.cluster_contention_events.table_id - = crdb_internal.table_indexes.descriptor_id - ) - AND crdb_internal.cluster_contention_events.table_id = crdb_internal.tables.table_id - ORDER BY - num_contention_events DESC {} {} -CREATE VIEW crdb_internal.cluster_contended_keys ( - database_name, - schema_name, - table_name, - index_name, - key, - num_contention_events -) AS SELECT - database_name, schema_name, name, index_name, crdb_internal.pretty_key(key, 0), sum(count) - FROM - crdb_internal.cluster_contention_events, crdb_internal.tables, crdb_internal.table_indexes - WHERE - ( - crdb_internal.cluster_contention_events.index_id = crdb_internal.table_indexes.index_id - AND crdb_internal.cluster_contention_events.table_id - = crdb_internal.table_indexes.descriptor_id - ) - AND crdb_internal.cluster_contention_events.table_id = crdb_internal.tables.table_id - GROUP BY - database_name, schema_name, name, index_name, key CREATE VIEW crdb_internal.cluster_contended_keys ( - database_name, - schema_name, - table_name, - index_name, - key, - num_contention_events -) AS SELECT - database_name, schema_name, name, index_name, crdb_internal.pretty_key(key, 0), sum(count) - FROM - crdb_internal.cluster_contention_events, crdb_internal.tables, crdb_internal.table_indexes - WHERE - ( - crdb_internal.cluster_contention_events.index_id = crdb_internal.table_indexes.index_id - AND crdb_internal.cluster_contention_events.table_id - = crdb_internal.table_indexes.descriptor_id - ) - AND crdb_internal.cluster_contention_events.table_id = crdb_internal.tables.table_id - GROUP BY - database_name, schema_name, name, index_name, key {} {} -CREATE VIEW crdb_internal.cluster_contended_tables ( - database_name, - schema_name, - table_name, - num_contention_events -) AS SELECT - database_name, schema_name, name, sum(num_contention_events) - FROM - ( - SELECT - DISTINCT database_name, schema_name, name, index_id, num_contention_events - FROM - crdb_internal.cluster_contention_events - JOIN crdb_internal.tables ON - crdb_internal.cluster_contention_events.table_id - = crdb_internal.tables.table_id - ) - GROUP BY - database_name, schema_name, name CREATE VIEW crdb_internal.cluster_contended_tables ( - database_name, - schema_name, - table_name, - num_contention_events -) AS SELECT - database_name, schema_name, name, sum(num_contention_events) - FROM - ( - SELECT - DISTINCT database_name, schema_name, name, index_id, num_contention_events - FROM - crdb_internal.cluster_contention_events - JOIN crdb_internal.tables ON - crdb_internal.cluster_contention_events.table_id - = crdb_internal.tables.table_id - ) - GROUP BY - database_name, schema_name, name {} {} -CREATE TABLE crdb_internal.cluster_contention_events ( - table_id INT8 NULL, - index_id INT8 NULL, - num_contention_events INT8 NOT NULL, - cumulative_contention_time INTERVAL NOT NULL, - key BYTES NOT NULL, - txn_id UUID NOT NULL, - count INT8 NOT NULL -) CREATE TABLE crdb_internal.cluster_contention_events ( - table_id INT8 NULL, - index_id INT8 NULL, - num_contention_events INT8 NOT NULL, - cumulative_contention_time INTERVAL NOT NULL, - key BYTES NOT NULL, - txn_id UUID NOT NULL, - count INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.cluster_database_privileges ( - database_name STRING NOT NULL, - grantee STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) CREATE TABLE crdb_internal.cluster_database_privileges ( - database_name STRING NOT NULL, - grantee STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE crdb_internal.cluster_distsql_flows ( - flow_id UUID NOT NULL, - node_id INT8 NOT NULL, - stmt STRING NULL, - since TIMESTAMPTZ NOT NULL, - status STRING NOT NULL -) CREATE TABLE crdb_internal.cluster_distsql_flows ( - flow_id UUID NOT NULL, - node_id INT8 NOT NULL, - stmt STRING NULL, - since TIMESTAMPTZ NOT NULL, - status STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.cluster_inflight_traces ( - trace_id INT8 NOT NULL, - node_id INT8 NOT NULL, - root_op_name STRING NOT NULL, - trace_str STRING NULL, - jaeger_json STRING NULL, - INDEX cluster_inflight_traces_trace_id_idx (trace_id ASC) STORING (node_id, root_op_name, trace_str, jaeger_json) -) CREATE TABLE crdb_internal.cluster_inflight_traces ( - trace_id INT8 NOT NULL, - node_id INT8 NOT NULL, - root_op_name STRING NOT NULL, - trace_str STRING NULL, - jaeger_json STRING NULL, - INDEX cluster_inflight_traces_trace_id_idx (trace_id ASC) STORING (node_id, root_op_name, trace_str, jaeger_json) -) {} {} -CREATE TABLE crdb_internal.cluster_locks ( - range_id INT8 NOT NULL, - table_id INT8 NOT NULL, - database_name STRING NOT NULL, - schema_name STRING NULL, - table_name STRING NOT NULL, - index_name STRING NULL, - lock_key BYTES NOT NULL, - lock_key_pretty STRING NOT NULL, - txn_id UUID NULL, - ts TIMESTAMP NULL, - lock_strength STRING NULL, - durability STRING NULL, - granted BOOL NULL, - contended BOOL NOT NULL, - duration INTERVAL NULL, - INDEX cluster_locks_table_id_idx (table_id ASC) STORING (range_id, database_name, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_database_name_idx (database_name ASC) STORING (range_id, table_id, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_table_name_idx (table_name ASC) STORING (range_id, table_id, database_name, schema_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_contended_idx (contended ASC) STORING (range_id, table_id, database_name, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, duration) -) CREATE TABLE crdb_internal.cluster_locks ( - range_id INT8 NOT NULL, - table_id INT8 NOT NULL, - database_name STRING NOT NULL, - schema_name STRING NULL, - table_name STRING NOT NULL, - index_name STRING NULL, - lock_key BYTES NOT NULL, - lock_key_pretty STRING NOT NULL, - txn_id UUID NULL, - ts TIMESTAMP NULL, - lock_strength STRING NULL, - durability STRING NULL, - granted BOOL NULL, - contended BOOL NOT NULL, - duration INTERVAL NULL, - INDEX cluster_locks_table_id_idx (table_id ASC) STORING (range_id, database_name, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_database_name_idx (database_name ASC) STORING (range_id, table_id, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_table_name_idx (table_name ASC) STORING (range_id, table_id, database_name, schema_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, contended, duration), - INDEX cluster_locks_contended_idx (contended ASC) STORING (range_id, table_id, database_name, schema_name, table_name, index_name, lock_key, lock_key_pretty, txn_id, ts, lock_strength, durability, granted, duration) -) {} {} -CREATE TABLE crdb_internal.cluster_queries ( - query_id STRING NULL, - txn_id UUID NULL, - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - start TIMESTAMP NULL, - query STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - distributed BOOL NULL, - phase STRING NULL -) CREATE TABLE crdb_internal.cluster_queries ( - query_id STRING NULL, - txn_id UUID NULL, - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - start TIMESTAMP NULL, - query STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - distributed BOOL NULL, - phase STRING NULL -) {} {} -CREATE TABLE crdb_internal.cluster_sessions ( - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - active_queries STRING NULL, - last_active_query STRING NULL, - session_start TIMESTAMP NULL, - oldest_query_start TIMESTAMP NULL, - kv_txn STRING NULL, - alloc_bytes INT8 NULL, - max_alloc_bytes INT8 NULL -) CREATE TABLE crdb_internal.cluster_sessions ( - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - active_queries STRING NULL, - last_active_query STRING NULL, - session_start TIMESTAMP NULL, - oldest_query_start TIMESTAMP NULL, - kv_txn STRING NULL, - alloc_bytes INT8 NULL, - max_alloc_bytes INT8 NULL -) {} {} -CREATE TABLE crdb_internal.cluster_settings ( - variable STRING NOT NULL, - value STRING NOT NULL, - type STRING NOT NULL, - public BOOL NOT NULL, - description STRING NOT NULL -) CREATE TABLE crdb_internal.cluster_settings ( - variable STRING NOT NULL, - value STRING NOT NULL, - type STRING NOT NULL, - public BOOL NOT NULL, - description STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.cluster_statement_statistics ( - aggregated_ts TIMESTAMPTZ NOT NULL, - fingerprint_id BYTES NOT NULL, - transaction_fingerprint_id BYTES NOT NULL, - plan_hash BYTES NOT NULL, - app_name STRING NOT NULL, - metadata JSONB NOT NULL, - statistics JSONB NOT NULL, - sampled_plan JSONB NOT NULL, - aggregation_interval INTERVAL NOT NULL -) CREATE TABLE crdb_internal.cluster_statement_statistics ( - aggregated_ts TIMESTAMPTZ NOT NULL, - fingerprint_id BYTES NOT NULL, - transaction_fingerprint_id BYTES NOT NULL, - plan_hash BYTES NOT NULL, - app_name STRING NOT NULL, - metadata JSONB NOT NULL, - statistics JSONB NOT NULL, - sampled_plan JSONB NOT NULL, - aggregation_interval INTERVAL NOT NULL -) {} {} -CREATE TABLE crdb_internal.cluster_transaction_statistics ( - aggregated_ts TIMESTAMPTZ NOT NULL, - fingerprint_id BYTES NOT NULL, - app_name STRING NOT NULL, - metadata JSONB NOT NULL, - statistics JSONB NOT NULL, - aggregation_interval INTERVAL NOT NULL -) CREATE TABLE crdb_internal.cluster_transaction_statistics ( - aggregated_ts TIMESTAMPTZ NOT NULL, - fingerprint_id BYTES NOT NULL, - app_name STRING NOT NULL, - metadata JSONB NOT NULL, - statistics JSONB NOT NULL, - aggregation_interval INTERVAL NOT NULL -) {} {} -CREATE TABLE crdb_internal.cluster_transactions ( - id UUID NULL, - node_id INT8 NULL, - session_id STRING NULL, - start TIMESTAMP NULL, - txn_string STRING NULL, - application_name STRING NULL, - num_stmts INT8 NULL, - num_retries INT8 NULL, - num_auto_retries INT8 NULL -) CREATE TABLE crdb_internal.cluster_transactions ( - id UUID NULL, - node_id INT8 NULL, - session_id STRING NULL, - start TIMESTAMP NULL, - txn_string STRING NULL, - application_name STRING NULL, - num_stmts INT8 NULL, - num_retries INT8 NULL, - num_auto_retries INT8 NULL -) {} {} -CREATE TABLE crdb_internal.create_schema_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - descriptor_id INT8 NULL, - create_statement STRING NULL -) CREATE TABLE crdb_internal.create_schema_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - descriptor_id INT8 NULL, - create_statement STRING NULL -) {} {} -CREATE TABLE crdb_internal.create_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NOT NULL, - descriptor_id INT8 NULL, - descriptor_type STRING NOT NULL, - descriptor_name STRING NOT NULL, - create_statement STRING NOT NULL, - state STRING NOT NULL, - create_nofks STRING NOT NULL, - alter_statements STRING[] NOT NULL, - validate_statements STRING[] NOT NULL, - has_partitions BOOL NOT NULL, - is_multi_region BOOL NOT NULL, - is_virtual BOOL NOT NULL, - is_temporary BOOL NOT NULL, - INDEX create_statements_descriptor_id_idx (descriptor_id ASC) STORING (database_id, database_name, schema_name, descriptor_type, descriptor_name, create_statement, state, create_nofks, alter_statements, validate_statements, has_partitions, is_multi_region, is_virtual, is_temporary) -) CREATE TABLE crdb_internal.create_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NOT NULL, - descriptor_id INT8 NULL, - descriptor_type STRING NOT NULL, - descriptor_name STRING NOT NULL, - create_statement STRING NOT NULL, - state STRING NOT NULL, - create_nofks STRING NOT NULL, - alter_statements STRING[] NOT NULL, - validate_statements STRING[] NOT NULL, - has_partitions BOOL NOT NULL, - is_multi_region BOOL NOT NULL, - is_virtual BOOL NOT NULL, - is_temporary BOOL NOT NULL, - INDEX create_statements_descriptor_id_idx (descriptor_id ASC) STORING (database_id, database_name, schema_name, descriptor_type, descriptor_name, create_statement, state, create_nofks, alter_statements, validate_statements, has_partitions, is_multi_region, is_virtual, is_temporary) -) {} {} -CREATE TABLE crdb_internal.create_type_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - descriptor_id INT8 NULL, - descriptor_name STRING NULL, - create_statement STRING NULL, - enum_members STRING[] NULL, - INDEX create_type_statements_descriptor_id_idx (descriptor_id ASC) STORING (database_id, database_name, schema_name, descriptor_name, create_statement, enum_members) -) CREATE TABLE crdb_internal.create_type_statements ( - database_id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - descriptor_id INT8 NULL, - descriptor_name STRING NULL, - create_statement STRING NULL, - enum_members STRING[] NULL, - INDEX create_type_statements_descriptor_id_idx (descriptor_id ASC) STORING (database_id, database_name, schema_name, descriptor_name, create_statement, enum_members) -) {} {} -CREATE TABLE crdb_internal.cross_db_references ( - object_database STRING NOT NULL, - object_schema STRING NOT NULL, - object_name STRING NOT NULL, - referenced_object_database STRING NOT NULL, - referenced_object_schema STRING NOT NULL, - referenced_object_name STRING NOT NULL, - cross_database_reference_description STRING NOT NULL -) CREATE TABLE crdb_internal.cross_db_references ( - object_database STRING NOT NULL, - object_schema STRING NOT NULL, - object_name STRING NOT NULL, - referenced_object_database STRING NOT NULL, - referenced_object_schema STRING NOT NULL, - referenced_object_name STRING NOT NULL, - cross_database_reference_description STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.databases ( - id INT8 NOT NULL, - name STRING NOT NULL, - owner NAME NOT NULL, - primary_region STRING NULL, - regions STRING[] NULL, - survival_goal STRING NULL, - placement_policy STRING NULL, - create_statement STRING NOT NULL -) CREATE TABLE crdb_internal.databases ( - id INT8 NOT NULL, - name STRING NOT NULL, - owner NAME NOT NULL, - primary_region STRING NULL, - regions STRING[] NULL, - survival_goal STRING NULL, - placement_policy STRING NULL, - create_statement STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.default_privileges ( - database_name STRING NOT NULL, - schema_name STRING NULL, - "role" STRING NULL, - for_all_roles BOOL NULL, - object_type STRING NOT NULL, - grantee STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable BOOL NULL -) CREATE TABLE crdb_internal.default_privileges ( - database_name STRING NOT NULL, - schema_name STRING NULL, - "role" STRING NULL, - for_all_roles BOOL NULL, - object_type STRING NOT NULL, - grantee STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable BOOL NULL -) {} {} -CREATE TABLE crdb_internal.feature_usage ( - feature_name STRING NOT NULL, - usage_count INT8 NOT NULL -) CREATE TABLE crdb_internal.feature_usage ( - feature_name STRING NOT NULL, - usage_count INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.forward_dependencies ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NULL, - dependedonby_id INT8 NOT NULL, - dependedonby_type STRING NOT NULL, - dependedonby_index_id INT8 NULL, - dependedonby_name STRING NULL, - dependedonby_details STRING NULL -) CREATE TABLE crdb_internal.forward_dependencies ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NULL, - dependedonby_id INT8 NOT NULL, - dependedonby_type STRING NOT NULL, - dependedonby_index_id INT8 NULL, - dependedonby_name STRING NULL, - dependedonby_details STRING NULL -) {} {} -CREATE TABLE crdb_internal.gossip_alerts ( - node_id INT8 NOT NULL, - store_id INT8 NULL, - category STRING NOT NULL, - description STRING NOT NULL, - value FLOAT8 NOT NULL -) CREATE TABLE crdb_internal.gossip_alerts ( - node_id INT8 NOT NULL, - store_id INT8 NULL, - category STRING NOT NULL, - description STRING NOT NULL, - value FLOAT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.gossip_liveness ( - node_id INT8 NOT NULL, - epoch INT8 NOT NULL, - expiration STRING NOT NULL, - draining BOOL NOT NULL, - decommissioning BOOL NOT NULL, - membership STRING NOT NULL, - updated_at TIMESTAMP NULL -) CREATE TABLE crdb_internal.gossip_liveness ( - node_id INT8 NOT NULL, - epoch INT8 NOT NULL, - expiration STRING NOT NULL, - draining BOOL NOT NULL, - decommissioning BOOL NOT NULL, - membership STRING NOT NULL, - updated_at TIMESTAMP NULL -) {} {} -CREATE TABLE crdb_internal.gossip_network ( - source_id INT8 NOT NULL, - target_id INT8 NOT NULL -) CREATE TABLE crdb_internal.gossip_network ( - source_id INT8 NOT NULL, - target_id INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.gossip_nodes ( - node_id INT8 NOT NULL, - network STRING NOT NULL, - address STRING NOT NULL, - advertise_address STRING NOT NULL, - sql_network STRING NOT NULL, - sql_address STRING NOT NULL, - advertise_sql_address STRING NOT NULL, - attrs JSONB NOT NULL, - locality STRING NOT NULL, - cluster_name STRING NOT NULL, - server_version STRING NOT NULL, - build_tag STRING NOT NULL, - started_at TIMESTAMP NOT NULL, - is_live BOOL NOT NULL, - ranges INT8 NOT NULL, - leases INT8 NOT NULL -) CREATE TABLE crdb_internal.gossip_nodes ( - node_id INT8 NOT NULL, - network STRING NOT NULL, - address STRING NOT NULL, - advertise_address STRING NOT NULL, - sql_network STRING NOT NULL, - sql_address STRING NOT NULL, - advertise_sql_address STRING NOT NULL, - attrs JSONB NOT NULL, - locality STRING NOT NULL, - cluster_name STRING NOT NULL, - server_version STRING NOT NULL, - build_tag STRING NOT NULL, - started_at TIMESTAMP NOT NULL, - is_live BOOL NOT NULL, - ranges INT8 NOT NULL, - leases INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.index_columns ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NOT NULL, - index_name STRING NOT NULL, - column_type STRING NOT NULL, - column_id INT8 NOT NULL, - column_name STRING NULL, - column_direction STRING NULL, - implicit BOOL NULL -) CREATE TABLE crdb_internal.index_columns ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NOT NULL, - index_name STRING NOT NULL, - column_type STRING NOT NULL, - column_id INT8 NOT NULL, - column_name STRING NULL, - column_direction STRING NULL, - implicit BOOL NULL -) {} {} -CREATE TABLE crdb_internal.index_usage_statistics ( - table_id INT8 NOT NULL, - index_id INT8 NOT NULL, - total_reads INT8 NOT NULL, - last_read TIMESTAMPTZ NULL -) CREATE TABLE crdb_internal.index_usage_statistics ( - table_id INT8 NOT NULL, - index_id INT8 NOT NULL, - total_reads INT8 NOT NULL, - last_read TIMESTAMPTZ NULL -) {} {} -CREATE TABLE crdb_internal.invalid_objects ( - id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - obj_name STRING NULL, - error STRING NULL -) CREATE TABLE crdb_internal.invalid_objects ( - id INT8 NULL, - database_name STRING NULL, - schema_name STRING NULL, - obj_name STRING NULL, - error STRING NULL -) {} {} -CREATE TABLE crdb_internal.jobs ( - job_id INT8 NULL, - job_type STRING NULL, - description STRING NULL, - statement STRING NULL, - user_name STRING NULL, - descriptor_ids INT8[] NULL, - status STRING NULL, - running_status STRING NULL, - created TIMESTAMP NULL, - started TIMESTAMP NULL, - finished TIMESTAMP NULL, - modified TIMESTAMP NULL, - fraction_completed FLOAT8 NULL, - high_water_timestamp DECIMAL NULL, - error STRING NULL, - coordinator_id INT8 NULL, - trace_id INT8 NULL, - last_run TIMESTAMP NULL, - next_run TIMESTAMP NULL, - num_runs INT8 NULL, - execution_errors STRING[] NULL, - execution_events JSONB NULL -) CREATE TABLE crdb_internal.jobs ( - job_id INT8 NULL, - job_type STRING NULL, - description STRING NULL, - statement STRING NULL, - user_name STRING NULL, - descriptor_ids INT8[] NULL, - status STRING NULL, - running_status STRING NULL, - created TIMESTAMP NULL, - started TIMESTAMP NULL, - finished TIMESTAMP NULL, - modified TIMESTAMP NULL, - fraction_completed FLOAT8 NULL, - high_water_timestamp DECIMAL NULL, - error STRING NULL, - coordinator_id INT8 NULL, - trace_id INT8 NULL, - last_run TIMESTAMP NULL, - next_run TIMESTAMP NULL, - num_runs INT8 NULL, - execution_errors STRING[] NULL, - execution_events JSONB NULL -) {} {} -CREATE TABLE crdb_internal.kv_node_liveness ( - node_id INT8 NOT NULL, - epoch INT8 NOT NULL, - expiration STRING NOT NULL, - draining BOOL NOT NULL, - membership STRING NOT NULL -) CREATE TABLE crdb_internal.kv_node_liveness ( - node_id INT8 NOT NULL, - epoch INT8 NOT NULL, - expiration STRING NOT NULL, - draining BOOL NOT NULL, - membership STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.kv_node_status ( - node_id INT8 NOT NULL, - network STRING NOT NULL, - address STRING NOT NULL, - attrs JSONB NOT NULL, - locality STRING NOT NULL, - server_version STRING NOT NULL, - go_version STRING NOT NULL, - tag STRING NOT NULL, - "time" STRING NOT NULL, - revision STRING NOT NULL, - cgo_compiler STRING NOT NULL, - platform STRING NOT NULL, - distribution STRING NOT NULL, - type STRING NOT NULL, - dependencies STRING NOT NULL, - started_at TIMESTAMP NOT NULL, - updated_at TIMESTAMP NOT NULL, - metrics JSONB NOT NULL, - args JSONB NOT NULL, - env JSONB NOT NULL, - activity JSONB NOT NULL -) CREATE TABLE crdb_internal.kv_node_status ( - node_id INT8 NOT NULL, - network STRING NOT NULL, - address STRING NOT NULL, - attrs JSONB NOT NULL, - locality STRING NOT NULL, - server_version STRING NOT NULL, - go_version STRING NOT NULL, - tag STRING NOT NULL, - "time" STRING NOT NULL, - revision STRING NOT NULL, - cgo_compiler STRING NOT NULL, - platform STRING NOT NULL, - distribution STRING NOT NULL, - type STRING NOT NULL, - dependencies STRING NOT NULL, - started_at TIMESTAMP NOT NULL, - updated_at TIMESTAMP NOT NULL, - metrics JSONB NOT NULL, - args JSONB NOT NULL, - env JSONB NOT NULL, - activity JSONB NOT NULL -) {} {} -CREATE TABLE crdb_internal.kv_store_status ( - node_id INT8 NOT NULL, - store_id INT8 NOT NULL, - attrs JSONB NOT NULL, - capacity INT8 NOT NULL, - available INT8 NOT NULL, - used INT8 NOT NULL, - logical_bytes INT8 NOT NULL, - range_count INT8 NOT NULL, - lease_count INT8 NOT NULL, - writes_per_second FLOAT8 NOT NULL, - bytes_per_replica JSONB NOT NULL, - writes_per_replica JSONB NOT NULL, - metrics JSONB NOT NULL, - properties JSONB NOT NULL -) CREATE TABLE crdb_internal.kv_store_status ( - node_id INT8 NOT NULL, - store_id INT8 NOT NULL, - attrs JSONB NOT NULL, - capacity INT8 NOT NULL, - available INT8 NOT NULL, - used INT8 NOT NULL, - logical_bytes INT8 NOT NULL, - range_count INT8 NOT NULL, - lease_count INT8 NOT NULL, - writes_per_second FLOAT8 NOT NULL, - bytes_per_replica JSONB NOT NULL, - writes_per_replica JSONB NOT NULL, - metrics JSONB NOT NULL, - properties JSONB NOT NULL -) {} {} -CREATE TABLE crdb_internal.leases ( - node_id INT8 NOT NULL, - table_id INT8 NOT NULL, - name STRING NOT NULL, - parent_id INT8 NOT NULL, - expiration TIMESTAMP NOT NULL, - deleted BOOL NOT NULL -) CREATE TABLE crdb_internal.leases ( - node_id INT8 NOT NULL, - table_id INT8 NOT NULL, - name STRING NOT NULL, - parent_id INT8 NOT NULL, - expiration TIMESTAMP NOT NULL, - deleted BOOL NOT NULL -) {} {} -CREATE TABLE crdb_internal.lost_descriptors_with_data ( - descid INT8 NOT NULL -) CREATE TABLE crdb_internal.lost_descriptors_with_data ( - descid INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_build_info ( - node_id INT8 NOT NULL, - field STRING NOT NULL, - value STRING NOT NULL -) CREATE TABLE crdb_internal.node_build_info ( - node_id INT8 NOT NULL, - field STRING NOT NULL, - value STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_contention_events ( - table_id INT8 NULL, - index_id INT8 NULL, - num_contention_events INT8 NOT NULL, - cumulative_contention_time INTERVAL NOT NULL, - key BYTES NOT NULL, - txn_id UUID NOT NULL, - count INT8 NOT NULL -) CREATE TABLE crdb_internal.node_contention_events ( - table_id INT8 NULL, - index_id INT8 NULL, - num_contention_events INT8 NOT NULL, - cumulative_contention_time INTERVAL NOT NULL, - key BYTES NOT NULL, - txn_id UUID NOT NULL, - count INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_distsql_flows ( - flow_id UUID NOT NULL, - node_id INT8 NOT NULL, - stmt STRING NULL, - since TIMESTAMPTZ NOT NULL, - status STRING NOT NULL -) CREATE TABLE crdb_internal.node_distsql_flows ( - flow_id UUID NOT NULL, - node_id INT8 NOT NULL, - stmt STRING NULL, - since TIMESTAMPTZ NOT NULL, - status STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_inflight_trace_spans ( - trace_id INT8 NOT NULL, - parent_span_id INT8 NOT NULL, - span_id INT8 NOT NULL, - goroutine_id INT8 NOT NULL, - finished BOOL NOT NULL, - start_time TIMESTAMPTZ NULL, - duration INTERVAL NULL, - operation STRING NULL -) CREATE TABLE crdb_internal.node_inflight_trace_spans ( - trace_id INT8 NOT NULL, - parent_span_id INT8 NOT NULL, - span_id INT8 NOT NULL, - goroutine_id INT8 NOT NULL, - finished BOOL NOT NULL, - start_time TIMESTAMPTZ NULL, - duration INTERVAL NULL, - operation STRING NULL -) {} {} -CREATE TABLE crdb_internal.node_memory_monitors ( - level INT8 NULL, - name STRING NULL, - id INT8 NULL, - parent_id INT8 NULL, - used INT8 NULL, - reserved_used INT8 NULL, - reserved_reserved INT8 NULL -) CREATE TABLE crdb_internal.node_memory_monitors ( - level INT8 NULL, - name STRING NULL, - id INT8 NULL, - parent_id INT8 NULL, - used INT8 NULL, - reserved_used INT8 NULL, - reserved_reserved INT8 NULL -) {} {} -CREATE TABLE crdb_internal.node_metrics ( - store_id INT8 NULL, - name STRING NOT NULL, - value FLOAT8 NOT NULL -) CREATE TABLE crdb_internal.node_metrics ( - store_id INT8 NULL, - name STRING NOT NULL, - value FLOAT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_queries ( - query_id STRING NULL, - txn_id UUID NULL, - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - start TIMESTAMP NULL, - query STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - distributed BOOL NULL, - phase STRING NULL -) CREATE TABLE crdb_internal.node_queries ( - query_id STRING NULL, - txn_id UUID NULL, - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - start TIMESTAMP NULL, - query STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - distributed BOOL NULL, - phase STRING NULL -) {} {} -CREATE TABLE crdb_internal.node_runtime_info ( - node_id INT8 NOT NULL, - component STRING NOT NULL, - field STRING NOT NULL, - value STRING NOT NULL -) CREATE TABLE crdb_internal.node_runtime_info ( - node_id INT8 NOT NULL, - component STRING NOT NULL, - field STRING NOT NULL, - value STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.node_sessions ( - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - active_queries STRING NULL, - last_active_query STRING NULL, - session_start TIMESTAMP NULL, - oldest_query_start TIMESTAMP NULL, - kv_txn STRING NULL, - alloc_bytes INT8 NULL, - max_alloc_bytes INT8 NULL -) CREATE TABLE crdb_internal.node_sessions ( - node_id INT8 NOT NULL, - session_id STRING NULL, - user_name STRING NULL, - client_address STRING NULL, - application_name STRING NULL, - active_queries STRING NULL, - last_active_query STRING NULL, - session_start TIMESTAMP NULL, - oldest_query_start TIMESTAMP NULL, - kv_txn STRING NULL, - alloc_bytes INT8 NULL, - max_alloc_bytes INT8 NULL -) {} {} -CREATE TABLE crdb_internal.node_statement_statistics ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - flags STRING NOT NULL, - statement_id STRING NOT NULL, - key STRING NOT NULL, - anonymized STRING NULL, - count INT8 NOT NULL, - first_attempt_count INT8 NOT NULL, - max_retries INT8 NOT NULL, - last_error STRING NULL, - rows_avg FLOAT8 NOT NULL, - rows_var FLOAT8 NOT NULL, - parse_lat_avg FLOAT8 NOT NULL, - parse_lat_var FLOAT8 NOT NULL, - plan_lat_avg FLOAT8 NOT NULL, - plan_lat_var FLOAT8 NOT NULL, - run_lat_avg FLOAT8 NOT NULL, - run_lat_var FLOAT8 NOT NULL, - service_lat_avg FLOAT8 NOT NULL, - service_lat_var FLOAT8 NOT NULL, - overhead_lat_avg FLOAT8 NOT NULL, - overhead_lat_var FLOAT8 NOT NULL, - bytes_read_avg FLOAT8 NOT NULL, - bytes_read_var FLOAT8 NOT NULL, - rows_read_avg FLOAT8 NOT NULL, - rows_read_var FLOAT8 NOT NULL, - rows_written_avg FLOAT8 NOT NULL, - rows_written_var FLOAT8 NOT NULL, - network_bytes_avg FLOAT8 NULL, - network_bytes_var FLOAT8 NULL, - network_msgs_avg FLOAT8 NULL, - network_msgs_var FLOAT8 NULL, - max_mem_usage_avg FLOAT8 NULL, - max_mem_usage_var FLOAT8 NULL, - max_disk_usage_avg FLOAT8 NULL, - max_disk_usage_var FLOAT8 NULL, - contention_time_avg FLOAT8 NULL, - contention_time_var FLOAT8 NULL, - implicit_txn BOOL NOT NULL, - full_scan BOOL NOT NULL, - sample_plan JSONB NULL, - database_name STRING NOT NULL, - exec_node_ids INT8[] NOT NULL, - txn_fingerprint_id STRING NULL -) CREATE TABLE crdb_internal.node_statement_statistics ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - flags STRING NOT NULL, - statement_id STRING NOT NULL, - key STRING NOT NULL, - anonymized STRING NULL, - count INT8 NOT NULL, - first_attempt_count INT8 NOT NULL, - max_retries INT8 NOT NULL, - last_error STRING NULL, - rows_avg FLOAT8 NOT NULL, - rows_var FLOAT8 NOT NULL, - parse_lat_avg FLOAT8 NOT NULL, - parse_lat_var FLOAT8 NOT NULL, - plan_lat_avg FLOAT8 NOT NULL, - plan_lat_var FLOAT8 NOT NULL, - run_lat_avg FLOAT8 NOT NULL, - run_lat_var FLOAT8 NOT NULL, - service_lat_avg FLOAT8 NOT NULL, - service_lat_var FLOAT8 NOT NULL, - overhead_lat_avg FLOAT8 NOT NULL, - overhead_lat_var FLOAT8 NOT NULL, - bytes_read_avg FLOAT8 NOT NULL, - bytes_read_var FLOAT8 NOT NULL, - rows_read_avg FLOAT8 NOT NULL, - rows_read_var FLOAT8 NOT NULL, - rows_written_avg FLOAT8 NOT NULL, - rows_written_var FLOAT8 NOT NULL, - network_bytes_avg FLOAT8 NULL, - network_bytes_var FLOAT8 NULL, - network_msgs_avg FLOAT8 NULL, - network_msgs_var FLOAT8 NULL, - max_mem_usage_avg FLOAT8 NULL, - max_mem_usage_var FLOAT8 NULL, - max_disk_usage_avg FLOAT8 NULL, - max_disk_usage_var FLOAT8 NULL, - contention_time_avg FLOAT8 NULL, - contention_time_var FLOAT8 NULL, - implicit_txn BOOL NOT NULL, - full_scan BOOL NOT NULL, - sample_plan JSONB NULL, - database_name STRING NOT NULL, - exec_node_ids INT8[] NOT NULL, - txn_fingerprint_id STRING NULL -) {} {} -CREATE TABLE crdb_internal.node_transaction_statistics ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - key STRING NULL, - statement_ids STRING[] NULL, - count INT8 NULL, - max_retries INT8 NULL, - service_lat_avg FLOAT8 NOT NULL, - service_lat_var FLOAT8 NOT NULL, - retry_lat_avg FLOAT8 NOT NULL, - retry_lat_var FLOAT8 NOT NULL, - commit_lat_avg FLOAT8 NOT NULL, - commit_lat_var FLOAT8 NOT NULL, - rows_read_avg FLOAT8 NOT NULL, - rows_read_var FLOAT8 NOT NULL, - network_bytes_avg FLOAT8 NULL, - network_bytes_var FLOAT8 NULL, - network_msgs_avg FLOAT8 NULL, - network_msgs_var FLOAT8 NULL, - max_mem_usage_avg FLOAT8 NULL, - max_mem_usage_var FLOAT8 NULL, - max_disk_usage_avg FLOAT8 NULL, - max_disk_usage_var FLOAT8 NULL, - contention_time_avg FLOAT8 NULL, - contention_time_var FLOAT8 NULL -) CREATE TABLE crdb_internal.node_transaction_statistics ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - key STRING NULL, - statement_ids STRING[] NULL, - count INT8 NULL, - max_retries INT8 NULL, - service_lat_avg FLOAT8 NOT NULL, - service_lat_var FLOAT8 NOT NULL, - retry_lat_avg FLOAT8 NOT NULL, - retry_lat_var FLOAT8 NOT NULL, - commit_lat_avg FLOAT8 NOT NULL, - commit_lat_var FLOAT8 NOT NULL, - rows_read_avg FLOAT8 NOT NULL, - rows_read_var FLOAT8 NOT NULL, - network_bytes_avg FLOAT8 NULL, - network_bytes_var FLOAT8 NULL, - network_msgs_avg FLOAT8 NULL, - network_msgs_var FLOAT8 NULL, - max_mem_usage_avg FLOAT8 NULL, - max_mem_usage_var FLOAT8 NULL, - max_disk_usage_avg FLOAT8 NULL, - max_disk_usage_var FLOAT8 NULL, - contention_time_avg FLOAT8 NULL, - contention_time_var FLOAT8 NULL -) {} {} -CREATE TABLE crdb_internal.node_transactions ( - id UUID NULL, - node_id INT8 NULL, - session_id STRING NULL, - start TIMESTAMP NULL, - txn_string STRING NULL, - application_name STRING NULL, - num_stmts INT8 NULL, - num_retries INT8 NULL, - num_auto_retries INT8 NULL -) CREATE TABLE crdb_internal.node_transactions ( - id UUID NULL, - node_id INT8 NULL, - session_id STRING NULL, - start TIMESTAMP NULL, - txn_string STRING NULL, - application_name STRING NULL, - num_stmts INT8 NULL, - num_retries INT8 NULL, - num_auto_retries INT8 NULL -) {} {} -CREATE TABLE crdb_internal.node_txn_stats ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - txn_count INT8 NOT NULL, - txn_time_avg_sec FLOAT8 NOT NULL, - txn_time_var_sec FLOAT8 NOT NULL, - committed_count INT8 NOT NULL, - implicit_count INT8 NOT NULL -) CREATE TABLE crdb_internal.node_txn_stats ( - node_id INT8 NOT NULL, - application_name STRING NOT NULL, - txn_count INT8 NOT NULL, - txn_time_avg_sec FLOAT8 NOT NULL, - txn_time_var_sec FLOAT8 NOT NULL, - committed_count INT8 NOT NULL, - implicit_count INT8 NOT NULL -) {} {} -CREATE TABLE crdb_internal.partitions ( - table_id INT8 NOT NULL, - index_id INT8 NOT NULL, - parent_name STRING NULL, - name STRING NOT NULL, - columns INT8 NOT NULL, - column_names STRING NULL, - list_value STRING NULL, - range_value STRING NULL, - zone_id INT8 NULL, - subzone_id INT8 NULL -) CREATE TABLE crdb_internal.partitions ( - table_id INT8 NOT NULL, - index_id INT8 NOT NULL, - parent_name STRING NULL, - name STRING NOT NULL, - columns INT8 NOT NULL, - column_names STRING NULL, - list_value STRING NULL, - range_value STRING NULL, - zone_id INT8 NULL, - subzone_id INT8 NULL -) {} {} -CREATE TABLE crdb_internal.pg_catalog_table_is_implemented ( - name STRING NOT NULL, - implemented BOOL NULL -) CREATE TABLE crdb_internal.pg_catalog_table_is_implemented ( - name STRING NOT NULL, - implemented BOOL NULL -) {} {} -CREATE TABLE crdb_internal.predefined_comments ( - type INT8 NULL, - object_id INT8 NULL, - sub_id INT8 NULL, - comment STRING NULL -) CREATE TABLE crdb_internal.predefined_comments ( - type INT8 NULL, - object_id INT8 NULL, - sub_id INT8 NULL, - comment STRING NULL -) {} {} -CREATE VIEW crdb_internal.ranges ( - range_id, - start_key, - start_pretty, - end_key, - end_pretty, - table_id, - database_name, - schema_name, - table_name, - index_name, - replicas, - replica_localities, - voting_replicas, - non_voting_replicas, - learner_replicas, - split_enforced_until, - lease_holder, - range_size -) AS SELECT - range_id, - start_key, - start_pretty, - end_key, - end_pretty, - table_id, - database_name, - schema_name, - table_name, - index_name, - replicas, - replica_localities, - voting_replicas, - non_voting_replicas, - learner_replicas, - split_enforced_until, - crdb_internal.lease_holder(start_key) AS lease_holder, - (crdb_internal.range_stats(start_key)->>'key_bytes')::INT8 - + (crdb_internal.range_stats(start_key)->>'val_bytes')::INT8 - AS range_size - FROM - crdb_internal.ranges_no_leases CREATE VIEW crdb_internal.ranges ( - range_id, - start_key, - start_pretty, - end_key, - end_pretty, - table_id, - database_name, - schema_name, - table_name, - index_name, - replicas, - replica_localities, - voting_replicas, - non_voting_replicas, - learner_replicas, - split_enforced_until, - lease_holder, - range_size -) AS SELECT - range_id, - start_key, - start_pretty, - end_key, - end_pretty, - table_id, - database_name, - schema_name, - table_name, - index_name, - replicas, - replica_localities, - voting_replicas, - non_voting_replicas, - learner_replicas, - split_enforced_until, - crdb_internal.lease_holder(start_key) AS lease_holder, - (crdb_internal.range_stats(start_key)->>'key_bytes')::INT8 - + (crdb_internal.range_stats(start_key)->>'val_bytes')::INT8 - AS range_size - FROM - crdb_internal.ranges_no_leases {} {} -CREATE TABLE crdb_internal.ranges_no_leases ( - range_id INT8 NOT NULL, - start_key BYTES NOT NULL, - start_pretty STRING NOT NULL, - end_key BYTES NOT NULL, - end_pretty STRING NOT NULL, - table_id INT8 NOT NULL, - database_name STRING NOT NULL, - schema_name STRING NOT NULL, - table_name STRING NOT NULL, - index_name STRING NOT NULL, - replicas INT8[] NOT NULL, - replica_localities STRING[] NOT NULL, - voting_replicas INT8[] NOT NULL, - non_voting_replicas INT8[] NOT NULL, - learner_replicas INT8[] NOT NULL, - split_enforced_until TIMESTAMP NULL -) CREATE TABLE crdb_internal.ranges_no_leases ( - range_id INT8 NOT NULL, - start_key BYTES NOT NULL, - start_pretty STRING NOT NULL, - end_key BYTES NOT NULL, - end_pretty STRING NOT NULL, - table_id INT8 NOT NULL, - database_name STRING NOT NULL, - schema_name STRING NOT NULL, - table_name STRING NOT NULL, - index_name STRING NOT NULL, - replicas INT8[] NOT NULL, - replica_localities STRING[] NOT NULL, - voting_replicas INT8[] NOT NULL, - non_voting_replicas INT8[] NOT NULL, - learner_replicas INT8[] NOT NULL, - split_enforced_until TIMESTAMP NULL -) {} {} -CREATE TABLE crdb_internal.regions ( - region STRING NOT NULL, - zones STRING[] NOT NULL -) CREATE TABLE crdb_internal.regions ( - region STRING NOT NULL, - zones STRING[] NOT NULL -) {} {} -CREATE TABLE crdb_internal.schema_changes ( - table_id INT8 NOT NULL, - parent_id INT8 NOT NULL, - name STRING NOT NULL, - type STRING NOT NULL, - target_id INT8 NULL, - target_name STRING NULL, - state STRING NOT NULL, - direction STRING NOT NULL -) CREATE TABLE crdb_internal.schema_changes ( - table_id INT8 NOT NULL, - parent_id INT8 NOT NULL, - name STRING NOT NULL, - type STRING NOT NULL, - target_id INT8 NULL, - target_name STRING NULL, - state STRING NOT NULL, - direction STRING NOT NULL -) {} {} -CREATE TABLE crdb_internal.session_trace ( - span_idx INT8 NOT NULL, - message_idx INT8 NOT NULL, - "timestamp" TIMESTAMPTZ NOT NULL, - duration INTERVAL NULL, - operation STRING NULL, - loc STRING NOT NULL, - tag STRING NOT NULL, - message STRING NOT NULL, - age INTERVAL NOT NULL -) CREATE TABLE crdb_internal.session_trace ( - span_idx INT8 NOT NULL, - message_idx INT8 NOT NULL, - "timestamp" TIMESTAMPTZ NOT NULL, - duration INTERVAL NULL, - operation STRING NULL, - loc STRING NOT NULL, - tag STRING NOT NULL, - message STRING NOT NULL, - age INTERVAL NOT NULL -) {} {} -CREATE TABLE crdb_internal.session_variables ( - variable STRING NOT NULL, - value STRING NOT NULL, - hidden BOOL NOT NULL -) CREATE TABLE crdb_internal.session_variables ( - variable STRING NOT NULL, - value STRING NOT NULL, - hidden BOOL NOT NULL -) {} {} -CREATE VIEW crdb_internal.statement_statistics ( - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - sampled_plan, - aggregation_interval -) AS SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - max(metadata) AS metadata, - crdb_internal.merge_statement_stats(array_agg(statistics)), - max(sampled_plan), - aggregation_interval - FROM - ( - SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - sampled_plan, - aggregation_interval - FROM - crdb_internal.cluster_statement_statistics - UNION ALL - SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - plan, - agg_interval - FROM - system.statement_statistics - ) - GROUP BY - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - aggregation_interval CREATE VIEW crdb_internal.statement_statistics ( - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - sampled_plan, - aggregation_interval -) AS SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - max(metadata) AS metadata, - crdb_internal.merge_statement_stats(array_agg(statistics)), - max(sampled_plan), - aggregation_interval - FROM - ( - SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - sampled_plan, - aggregation_interval - FROM - crdb_internal.cluster_statement_statistics - UNION ALL - SELECT - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - metadata, - statistics, - plan, - agg_interval - FROM - system.statement_statistics - ) - GROUP BY - aggregated_ts, - fingerprint_id, - transaction_fingerprint_id, - plan_hash, - app_name, - aggregation_interval {} {} -CREATE TABLE crdb_internal.super_regions ( - id INT8 NOT NULL, - database_name STRING NOT NULL, - super_region_name STRING NOT NULL, - regions STRING[] NULL -) CREATE TABLE crdb_internal.super_regions ( - id INT8 NOT NULL, - database_name STRING NOT NULL, - super_region_name STRING NOT NULL, - regions STRING[] NULL -) {} {} -CREATE TABLE crdb_internal.table_columns ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - column_id INT8 NOT NULL, - column_name STRING NOT NULL, - column_type STRING NOT NULL, - nullable BOOL NOT NULL, - default_expr STRING NULL, - hidden BOOL NOT NULL -) CREATE TABLE crdb_internal.table_columns ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - column_id INT8 NOT NULL, - column_name STRING NOT NULL, - column_type STRING NOT NULL, - nullable BOOL NOT NULL, - default_expr STRING NULL, - hidden BOOL NOT NULL -) {} {} -CREATE TABLE crdb_internal.table_indexes ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NOT NULL, - index_name STRING NOT NULL, - index_type STRING NOT NULL, - is_unique BOOL NOT NULL, - is_inverted BOOL NOT NULL, - is_sharded BOOL NOT NULL, - shard_bucket_count INT8 NULL, - created_at TIMESTAMP NULL -) CREATE TABLE crdb_internal.table_indexes ( - descriptor_id INT8 NULL, - descriptor_name STRING NOT NULL, - index_id INT8 NOT NULL, - index_name STRING NOT NULL, - index_type STRING NOT NULL, - is_unique BOOL NOT NULL, - is_inverted BOOL NOT NULL, - is_sharded BOOL NOT NULL, - shard_bucket_count INT8 NULL, - created_at TIMESTAMP NULL -) {} {} -CREATE TABLE crdb_internal.table_row_statistics ( - table_id INT8 NOT NULL, - table_name STRING NOT NULL, - estimated_row_count INT8 NULL -) CREATE TABLE crdb_internal.table_row_statistics ( - table_id INT8 NOT NULL, - table_name STRING NOT NULL, - estimated_row_count INT8 NULL -) {} {} -CREATE TABLE crdb_internal.tables ( - table_id INT8 NOT NULL, - parent_id INT8 NOT NULL, - name STRING NOT NULL, - database_name STRING NULL, - version INT8 NOT NULL, - mod_time TIMESTAMP NOT NULL, - mod_time_logical DECIMAL NOT NULL, - format_version STRING NOT NULL, - state STRING NOT NULL, - sc_lease_node_id INT8 NULL, - sc_lease_expiration_time TIMESTAMP NULL, - drop_time TIMESTAMP NULL, - audit_mode STRING NOT NULL, - schema_name STRING NOT NULL, - parent_schema_id INT8 NOT NULL, - locality STRING NULL -) CREATE TABLE crdb_internal.tables ( - table_id INT8 NOT NULL, - parent_id INT8 NOT NULL, - name STRING NOT NULL, - database_name STRING NULL, - version INT8 NOT NULL, - mod_time TIMESTAMP NOT NULL, - mod_time_logical DECIMAL NOT NULL, - format_version STRING NOT NULL, - state STRING NOT NULL, - sc_lease_node_id INT8 NULL, - sc_lease_expiration_time TIMESTAMP NULL, - drop_time TIMESTAMP NULL, - audit_mode STRING NOT NULL, - schema_name STRING NOT NULL, - parent_schema_id INT8 NOT NULL, - locality STRING NULL -) {} {} -CREATE VIEW crdb_internal.tenant_usage_details ( - tenant_id, - total_ru, - total_read_bytes, - total_read_requests, - total_write_bytes, - total_write_requests, - total_sql_pod_seconds, - total_pgwire_egress_bytes, - total_external_io_ingress_bytes, - total_external_io_egress_bytes -) AS SELECT - tenant_id, - (j->>'rU')::FLOAT8 AS total_ru, - (j->>'readBytes')::INT8 AS total_read_bytes, - (j->>'readRequests')::INT8 AS total_read_requests, - (j->>'writeBytes')::INT8 AS total_write_bytes, - (j->>'writeRequests')::INT8 AS total_write_requests, - (j->>'sqlPodsCpuSeconds')::FLOAT8 AS total_sql_pod_seconds, - (j->>'pgwireEgressBytes')::INT8 AS total_pgwire_egress_bytes, - (j->>'externalIOIngressBytes')::INT8 AS total_external_io_ingress_bytes, - (j->>'externalIOEgressBytes')::INT8 AS total_external_io_egress_bytes - FROM - ( - SELECT - tenant_id, - crdb_internal.pb_to_json('cockroach.roachpb.TenantConsumption', total_consumption) - AS j - FROM - system.tenant_usage - WHERE - instance_id = 0 - ) CREATE VIEW crdb_internal.tenant_usage_details ( - tenant_id, - total_ru, - total_read_bytes, - total_read_requests, - total_write_bytes, - total_write_requests, - total_sql_pod_seconds, - total_pgwire_egress_bytes, - total_external_io_ingress_bytes, - total_external_io_egress_bytes -) AS SELECT - tenant_id, - (j->>'rU')::FLOAT8 AS total_ru, - (j->>'readBytes')::INT8 AS total_read_bytes, - (j->>'readRequests')::INT8 AS total_read_requests, - (j->>'writeBytes')::INT8 AS total_write_bytes, - (j->>'writeRequests')::INT8 AS total_write_requests, - (j->>'sqlPodsCpuSeconds')::FLOAT8 AS total_sql_pod_seconds, - (j->>'pgwireEgressBytes')::INT8 AS total_pgwire_egress_bytes, - (j->>'externalIOIngressBytes')::INT8 AS total_external_io_ingress_bytes, - (j->>'externalIOEgressBytes')::INT8 AS total_external_io_egress_bytes - FROM - ( - SELECT - tenant_id, - crdb_internal.pb_to_json('cockroach.roachpb.TenantConsumption', total_consumption) - AS j - FROM - system.tenant_usage - WHERE - instance_id = 0 - ) {} {} -CREATE TABLE crdb_internal.transaction_contention_events ( - collection_ts TIMESTAMPTZ NOT NULL, - blocking_txn_id UUID NOT NULL, - blocking_txn_fingerprint_id BYTES NOT NULL, - waiting_txn_id UUID NOT NULL, - waiting_txn_fingerprint_id BYTES NOT NULL, - contention_duration INTERVAL NOT NULL, - contending_key BYTES NOT NULL -) CREATE TABLE crdb_internal.transaction_contention_events ( - collection_ts TIMESTAMPTZ NOT NULL, - blocking_txn_id UUID NOT NULL, - blocking_txn_fingerprint_id BYTES NOT NULL, - waiting_txn_id UUID NOT NULL, - waiting_txn_fingerprint_id BYTES NOT NULL, - contention_duration INTERVAL NOT NULL, - contending_key BYTES NOT NULL -) {} {} -CREATE VIEW crdb_internal.transaction_statistics ( - aggregated_ts, - fingerprint_id, - app_name, - metadata, - statistics, - aggregation_interval -) AS SELECT - aggregated_ts, - fingerprint_id, - app_name, - max(metadata), - crdb_internal.merge_transaction_stats(array_agg(statistics)), - aggregation_interval - FROM - ( - SELECT - aggregated_ts, fingerprint_id, app_name, metadata, statistics, aggregation_interval - FROM - crdb_internal.cluster_transaction_statistics - UNION ALL - SELECT - aggregated_ts, fingerprint_id, app_name, metadata, statistics, agg_interval - FROM - system.transaction_statistics - ) - GROUP BY - aggregated_ts, fingerprint_id, app_name, aggregation_interval CREATE VIEW crdb_internal.transaction_statistics ( - aggregated_ts, - fingerprint_id, - app_name, - metadata, - statistics, - aggregation_interval -) AS SELECT - aggregated_ts, - fingerprint_id, - app_name, - max(metadata), - crdb_internal.merge_transaction_stats(array_agg(statistics)), - aggregation_interval - FROM - ( - SELECT - aggregated_ts, fingerprint_id, app_name, metadata, statistics, aggregation_interval - FROM - crdb_internal.cluster_transaction_statistics - UNION ALL - SELECT - aggregated_ts, fingerprint_id, app_name, metadata, statistics, agg_interval - FROM - system.transaction_statistics - ) - GROUP BY - aggregated_ts, fingerprint_id, app_name, aggregation_interval {} {} -CREATE TABLE crdb_internal.zones ( - zone_id INT8 NOT NULL, - subzone_id INT8 NOT NULL, - target STRING NULL, - range_name STRING NULL, - database_name STRING NULL, - schema_name STRING NULL, - table_name STRING NULL, - index_name STRING NULL, - partition_name STRING NULL, - raw_config_yaml STRING NOT NULL, - raw_config_sql STRING NULL, - raw_config_protobuf BYTES NOT NULL, - full_config_yaml STRING NOT NULL, - full_config_sql STRING NULL -) CREATE TABLE crdb_internal.zones ( - zone_id INT8 NOT NULL, - subzone_id INT8 NOT NULL, - target STRING NULL, - range_name STRING NULL, - database_name STRING NULL, - schema_name STRING NULL, - table_name STRING NULL, - index_name STRING NULL, - partition_name STRING NULL, - raw_config_yaml STRING NOT NULL, - raw_config_sql STRING NULL, - raw_config_protobuf BYTES NOT NULL, - full_config_yaml STRING NOT NULL, - full_config_sql STRING NULL -) {} {} -CREATE TABLE information_schema.administrable_role_authorizations ( - grantee STRING NOT NULL, - role_name STRING NOT NULL, - is_grantable STRING NOT NULL -) CREATE TABLE information_schema.administrable_role_authorizations ( - grantee STRING NOT NULL, - role_name STRING NOT NULL, - is_grantable STRING NOT NULL -) {} {} -CREATE TABLE information_schema.applicable_roles ( - grantee STRING NOT NULL, - role_name STRING NOT NULL, - is_grantable STRING NOT NULL -) CREATE TABLE information_schema.applicable_roles ( - grantee STRING NOT NULL, - role_name STRING NOT NULL, - is_grantable STRING NOT NULL -) {} {} -CREATE TABLE information_schema.attributes ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - attribute_name STRING NULL, - ordinal_position INT8 NULL, - attribute_default STRING NULL, - is_nullable STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - attribute_udt_catalog STRING NULL, - attribute_udt_schema STRING NULL, - attribute_udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - is_derived_reference_attribute STRING NULL -) CREATE TABLE information_schema.attributes ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - attribute_name STRING NULL, - ordinal_position INT8 NULL, - attribute_default STRING NULL, - is_nullable STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - attribute_udt_catalog STRING NULL, - attribute_udt_schema STRING NULL, - attribute_udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - is_derived_reference_attribute STRING NULL -) {} {} -CREATE TABLE information_schema.character_sets ( - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NOT NULL, - character_repertoire STRING NOT NULL, - form_of_use STRING NOT NULL, - default_collate_catalog STRING NULL, - default_collate_schema STRING NULL, - default_collate_name STRING NULL -) CREATE TABLE information_schema.character_sets ( - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NOT NULL, - character_repertoire STRING NOT NULL, - form_of_use STRING NOT NULL, - default_collate_catalog STRING NULL, - default_collate_schema STRING NULL, - default_collate_name STRING NULL -) {} {} -CREATE TABLE information_schema.check_constraint_routine_usage ( - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL -) CREATE TABLE information_schema.check_constraint_routine_usage ( - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL -) {} {} -CREATE TABLE information_schema.check_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - check_clause STRING NOT NULL -) CREATE TABLE information_schema.check_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - check_clause STRING NOT NULL -) {} {} -CREATE TABLE information_schema.collation_character_set_applicability ( - collation_catalog STRING NOT NULL, - collation_schema STRING NOT NULL, - collation_name STRING NOT NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NOT NULL -) CREATE TABLE information_schema.collation_character_set_applicability ( - collation_catalog STRING NOT NULL, - collation_schema STRING NOT NULL, - collation_name STRING NOT NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NOT NULL -) {} {} -CREATE TABLE information_schema.collations ( - collation_catalog STRING NOT NULL, - collation_schema STRING NOT NULL, - collation_name STRING NOT NULL, - pad_attribute STRING NOT NULL -) CREATE TABLE information_schema.collations ( - collation_catalog STRING NOT NULL, - collation_schema STRING NOT NULL, - collation_name STRING NOT NULL, - pad_attribute STRING NOT NULL -) {} {} -CREATE TABLE information_schema.column_column_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - dependent_column STRING NULL -) CREATE TABLE information_schema.column_column_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - dependent_column STRING NULL -) {} {} -CREATE TABLE information_schema.column_domain_usage ( - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL -) CREATE TABLE information_schema.column_domain_usage ( - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL -) {} {} -CREATE TABLE information_schema.column_options ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) CREATE TABLE information_schema.column_options ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) {} {} -CREATE TABLE information_schema.column_privileges ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.column_privileges ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.column_statistics ( - column_name STRING NULL, - histogram STRING NULL, - schema_name STRING NULL, - table_name STRING NULL -) CREATE TABLE information_schema.column_statistics ( - column_name STRING NULL, - histogram STRING NULL, - schema_name STRING NULL, - table_name STRING NULL -) {} {} -CREATE TABLE information_schema.column_udt_usage ( - udt_catalog STRING NOT NULL, - udt_schema STRING NOT NULL, - udt_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL -) CREATE TABLE information_schema.column_udt_usage ( - udt_catalog STRING NOT NULL, - udt_schema STRING NOT NULL, - udt_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL -) {} {} -CREATE TABLE information_schema.columns ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - column_comment STRING NULL, - ordinal_position INT8 NOT NULL, - column_default STRING NULL, - is_nullable STRING NOT NULL, - data_type STRING NOT NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - is_self_referencing STRING NULL, - is_identity STRING NULL, - identity_generation STRING NULL, - identity_start STRING NULL, - identity_increment STRING NULL, - identity_maximum STRING NULL, - identity_minimum STRING NULL, - identity_cycle STRING NULL, - is_generated STRING NULL, - generation_expression STRING NULL, - is_updatable STRING NULL, - is_hidden STRING NOT NULL, - crdb_sql_type STRING NOT NULL -) CREATE TABLE information_schema.columns ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - column_comment STRING NULL, - ordinal_position INT8 NOT NULL, - column_default STRING NULL, - is_nullable STRING NOT NULL, - data_type STRING NOT NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - is_self_referencing STRING NULL, - is_identity STRING NULL, - identity_generation STRING NULL, - identity_start STRING NULL, - identity_increment STRING NULL, - identity_maximum STRING NULL, - identity_minimum STRING NULL, - identity_cycle STRING NULL, - is_generated STRING NULL, - generation_expression STRING NULL, - is_updatable STRING NULL, - is_hidden STRING NOT NULL, - crdb_sql_type STRING NOT NULL -) {} {} -CREATE TABLE information_schema.columns_extensions ( - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL, - column_name STRING NULL -) CREATE TABLE information_schema.columns_extensions ( - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL, - column_name STRING NULL -) {} {} -CREATE TABLE information_schema.constraint_column_usage ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL -) CREATE TABLE information_schema.constraint_column_usage ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL -) {} {} -CREATE TABLE information_schema.constraint_table_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL -) CREATE TABLE information_schema.constraint_table_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL -) {} {} -CREATE TABLE information_schema.data_type_privileges ( - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - dtd_identifier STRING NULL -) CREATE TABLE information_schema.data_type_privileges ( - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - dtd_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.domain_constraints ( - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - is_deferrable STRING NULL, - initially_deferred STRING NULL -) CREATE TABLE information_schema.domain_constraints ( - constraint_catalog STRING NULL, - constraint_schema STRING NULL, - constraint_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - is_deferrable STRING NULL, - initially_deferred STRING NULL -) {} {} -CREATE TABLE information_schema.domain_udt_usage ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL -) CREATE TABLE information_schema.domain_udt_usage ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL -) {} {} -CREATE TABLE information_schema.domains ( - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - domain_default STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL -) CREATE TABLE information_schema.domains ( - domain_catalog STRING NULL, - domain_schema STRING NULL, - domain_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - domain_default STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.element_types ( - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - collection_type_identifier STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - domain_default STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL -) CREATE TABLE information_schema.element_types ( - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - collection_type_identifier STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - domain_default STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.enabled_roles ( - role_name STRING NOT NULL -) CREATE TABLE information_schema.enabled_roles ( - role_name STRING NOT NULL -) {} {} -CREATE TABLE information_schema.engines ( - support STRING NULL, - transactions STRING NULL, - xa STRING NULL, - comment STRING NULL, - engine STRING NULL, - savepoints STRING NULL -) CREATE TABLE information_schema.engines ( - support STRING NULL, - transactions STRING NULL, - xa STRING NULL, - comment STRING NULL, - engine STRING NULL, - savepoints STRING NULL -) {} {} -CREATE TABLE information_schema.events ( - definer STRING NULL, - event_definition STRING NULL, - event_name STRING NULL, - interval_value STRING NULL, - last_altered TIMESTAMPTZ NULL, - on_completion STRING NULL, - originator INT8 NULL, - collation_connection STRING NULL, - database_collation STRING NULL, - event_body STRING NULL, - event_schema STRING NULL, - execute_at TIMESTAMPTZ NULL, - interval_field STRING NULL, - starts TIMESTAMPTZ NULL, - time_zone STRING NULL, - character_set_client STRING NULL, - ends TIMESTAMPTZ NULL, - event_catalog STRING NULL, - event_comment STRING NULL, - event_type STRING NULL, - last_executed TIMESTAMPTZ NULL, - sql_mode STRING[] NULL, - status STRING NULL, - created TIMESTAMPTZ NULL -) CREATE TABLE information_schema.events ( - definer STRING NULL, - event_definition STRING NULL, - event_name STRING NULL, - interval_value STRING NULL, - last_altered TIMESTAMPTZ NULL, - on_completion STRING NULL, - originator INT8 NULL, - collation_connection STRING NULL, - database_collation STRING NULL, - event_body STRING NULL, - event_schema STRING NULL, - execute_at TIMESTAMPTZ NULL, - interval_field STRING NULL, - starts TIMESTAMPTZ NULL, - time_zone STRING NULL, - character_set_client STRING NULL, - ends TIMESTAMPTZ NULL, - event_catalog STRING NULL, - event_comment STRING NULL, - event_type STRING NULL, - last_executed TIMESTAMPTZ NULL, - sql_mode STRING[] NULL, - status STRING NULL, - created TIMESTAMPTZ NULL -) {} {} -CREATE TABLE information_schema.files ( - last_update_time BYTES NULL, - table_rows BYTES NULL, - autoextend_size INT8 NULL, - check_time BYTES NULL, - checksum BYTES NULL, - extra STRING NULL, - file_id INT8 NULL, - table_name BYTES NULL, - avg_row_length BYTES NULL, - extent_size INT8 NULL, - file_name STRING NULL, - free_extents INT8 NULL, - max_data_length BYTES NULL, - table_schema BYTES NULL, - update_time BYTES NULL, - data_length BYTES NULL, - tablespace_name STRING NULL, - version INT8 NULL, - create_time BYTES NULL, - initial_size INT8 NULL, - logfile_group_name STRING NULL, - maximum_size INT8 NULL, - status STRING NULL, - update_count BYTES NULL, - creation_time BYTES NULL, - engine STRING NULL, - fulltext_keys BYTES NULL, - row_format STRING NULL, - total_extents INT8 NULL, - data_free INT8 NULL, - index_length BYTES NULL, - last_access_time BYTES NULL, - table_catalog STRING NULL, - transaction_counter BYTES NULL, - file_type STRING NULL, - logfile_group_number INT8 NULL, - recover_time BYTES NULL, - deleted_rows BYTES NULL -) CREATE TABLE information_schema.files ( - last_update_time BYTES NULL, - table_rows BYTES NULL, - autoextend_size INT8 NULL, - check_time BYTES NULL, - checksum BYTES NULL, - extra STRING NULL, - file_id INT8 NULL, - table_name BYTES NULL, - avg_row_length BYTES NULL, - extent_size INT8 NULL, - file_name STRING NULL, - free_extents INT8 NULL, - max_data_length BYTES NULL, - table_schema BYTES NULL, - update_time BYTES NULL, - data_length BYTES NULL, - tablespace_name STRING NULL, - version INT8 NULL, - create_time BYTES NULL, - initial_size INT8 NULL, - logfile_group_name STRING NULL, - maximum_size INT8 NULL, - status STRING NULL, - update_count BYTES NULL, - creation_time BYTES NULL, - engine STRING NULL, - fulltext_keys BYTES NULL, - row_format STRING NULL, - total_extents INT8 NULL, - data_free INT8 NULL, - index_length BYTES NULL, - last_access_time BYTES NULL, - table_catalog STRING NULL, - transaction_counter BYTES NULL, - file_type STRING NULL, - logfile_group_number INT8 NULL, - recover_time BYTES NULL, - deleted_rows BYTES NULL -) {} {} -CREATE TABLE information_schema.foreign_data_wrapper_options ( - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) CREATE TABLE information_schema.foreign_data_wrapper_options ( - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) {} {} -CREATE TABLE information_schema.foreign_data_wrappers ( - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - authorization_identifier STRING NULL, - library_name STRING NULL, - foreign_data_wrapper_language STRING NULL -) CREATE TABLE information_schema.foreign_data_wrappers ( - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - authorization_identifier STRING NULL, - library_name STRING NULL, - foreign_data_wrapper_language STRING NULL -) {} {} -CREATE TABLE information_schema.foreign_server_options ( - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) CREATE TABLE information_schema.foreign_server_options ( - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) {} {} -CREATE TABLE information_schema.foreign_servers ( - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - foreign_server_type STRING NULL, - foreign_server_version STRING NULL, - authorization_identifier STRING NULL -) CREATE TABLE information_schema.foreign_servers ( - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - foreign_data_wrapper_catalog STRING NULL, - foreign_data_wrapper_name STRING NULL, - foreign_server_type STRING NULL, - foreign_server_version STRING NULL, - authorization_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.foreign_table_options ( - foreign_table_catalog STRING NULL, - foreign_table_schema STRING NULL, - foreign_table_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) CREATE TABLE information_schema.foreign_table_options ( - foreign_table_catalog STRING NULL, - foreign_table_schema STRING NULL, - foreign_table_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) {} {} -CREATE TABLE information_schema.foreign_tables ( - foreign_table_catalog STRING NULL, - foreign_table_schema STRING NULL, - foreign_table_name STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL -) CREATE TABLE information_schema.foreign_tables ( - foreign_table_catalog STRING NULL, - foreign_table_schema STRING NULL, - foreign_table_name STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL -) {} {} -CREATE TABLE information_schema.information_schema_catalog_name ( - catalog_name STRING NULL -) CREATE TABLE information_schema.information_schema_catalog_name ( - catalog_name STRING NULL -) {} {} -CREATE TABLE information_schema.key_column_usage ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - ordinal_position INT8 NOT NULL, - position_in_unique_constraint INT8 NULL -) CREATE TABLE information_schema.key_column_usage ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - column_name STRING NOT NULL, - ordinal_position INT8 NOT NULL, - position_in_unique_constraint INT8 NULL -) {} {} -CREATE TABLE information_schema.keywords ( - word STRING NULL, - reserved INT8 NULL -) CREATE TABLE information_schema.keywords ( - word STRING NULL, - reserved INT8 NULL -) {} {} -CREATE TABLE information_schema.optimizer_trace ( - insufficient_privileges INT2 NULL, - missing_bytes_beyond_max_mem_size INT8 NULL, - query STRING NULL, - trace STRING NULL -) CREATE TABLE information_schema.optimizer_trace ( - insufficient_privileges INT2 NULL, - missing_bytes_beyond_max_mem_size INT8 NULL, - query STRING NULL, - trace STRING NULL -) {} {} -CREATE TABLE information_schema.parameters ( - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - ordinal_position INT8 NULL, - parameter_mode STRING NULL, - is_result STRING NULL, - as_locator STRING NULL, - parameter_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - parameter_default STRING NULL -) CREATE TABLE information_schema.parameters ( - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - ordinal_position INT8 NULL, - parameter_mode STRING NULL, - is_result STRING NULL, - as_locator STRING NULL, - parameter_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - scope_catalog STRING NULL, - scope_schema STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - parameter_default STRING NULL -) {} {} -CREATE TABLE information_schema.partitions ( - data_free INT8 NULL, - partition_name STRING NULL, - subpartition_expression STRING NULL, - table_name STRING NULL, - table_rows INT8 NULL, - avg_row_length INT8 NULL, - check_time TIMESTAMPTZ NULL, - create_time TIMESTAMPTZ NULL, - index_length INT8 NULL, - nodegroup STRING NULL, - partition_comment STRING NULL, - partition_description STRING NULL, - table_schema STRING NULL, - checksum INT8 NULL, - partition_expression STRING NULL, - partition_method STRING NULL, - subpartition_name STRING NULL, - tablespace_name STRING NULL, - update_time TIMESTAMPTZ NULL, - data_length INT8 NULL, - max_data_length INT8 NULL, - partition_ordinal_position INT8 NULL, - subpartition_method STRING NULL, - subpartition_ordinal_position INT8 NULL, - table_catalog STRING NULL -) CREATE TABLE information_schema.partitions ( - data_free INT8 NULL, - partition_name STRING NULL, - subpartition_expression STRING NULL, - table_name STRING NULL, - table_rows INT8 NULL, - avg_row_length INT8 NULL, - check_time TIMESTAMPTZ NULL, - create_time TIMESTAMPTZ NULL, - index_length INT8 NULL, - nodegroup STRING NULL, - partition_comment STRING NULL, - partition_description STRING NULL, - table_schema STRING NULL, - checksum INT8 NULL, - partition_expression STRING NULL, - partition_method STRING NULL, - subpartition_name STRING NULL, - tablespace_name STRING NULL, - update_time TIMESTAMPTZ NULL, - data_length INT8 NULL, - max_data_length INT8 NULL, - partition_ordinal_position INT8 NULL, - subpartition_method STRING NULL, - subpartition_ordinal_position INT8 NULL, - table_catalog STRING NULL -) {} {} -CREATE TABLE information_schema.plugins ( - plugin_version STRING NULL, - load_option STRING NULL, - plugin_description STRING NULL, - plugin_library_version STRING NULL, - plugin_status STRING NULL, - plugin_type STRING NULL, - plugin_type_version STRING NULL, - plugin_author STRING NULL, - plugin_library STRING NULL, - plugin_license STRING NULL, - plugin_name STRING NULL -) CREATE TABLE information_schema.plugins ( - plugin_version STRING NULL, - load_option STRING NULL, - plugin_description STRING NULL, - plugin_library_version STRING NULL, - plugin_status STRING NULL, - plugin_type STRING NULL, - plugin_type_version STRING NULL, - plugin_author STRING NULL, - plugin_library STRING NULL, - plugin_license STRING NULL, - plugin_name STRING NULL -) {} {} -CREATE TABLE information_schema.processlist ( - host STRING NULL, - id INT8 NULL, - info STRING NULL, - state STRING NULL, - "time" INT8 NULL, - "user" STRING NULL, - command STRING NULL, - db STRING NULL -) CREATE TABLE information_schema.processlist ( - host STRING NULL, - id INT8 NULL, - info STRING NULL, - state STRING NULL, - "time" INT8 NULL, - "user" STRING NULL, - command STRING NULL, - db STRING NULL -) {} {} -CREATE TABLE information_schema.profiling ( - cpu_system DECIMAL NULL, - messages_sent INT8 NULL, - swaps INT8 NULL, - block_ops_in INT8 NULL, - block_ops_out INT8 NULL, - context_voluntary INT8 NULL, - cpu_user DECIMAL NULL, - query_id INT8 NULL, - source_function STRING NULL, - context_involuntary INT8 NULL, - duration DECIMAL NULL, - page_faults_major INT8 NULL, - page_faults_minor INT8 NULL, - seq INT8 NULL, - source_file STRING NULL, - state STRING NULL, - messages_received INT8 NULL, - source_line INT8 NULL -) CREATE TABLE information_schema.profiling ( - cpu_system DECIMAL NULL, - messages_sent INT8 NULL, - swaps INT8 NULL, - block_ops_in INT8 NULL, - block_ops_out INT8 NULL, - context_voluntary INT8 NULL, - cpu_user DECIMAL NULL, - query_id INT8 NULL, - source_function STRING NULL, - context_involuntary INT8 NULL, - duration DECIMAL NULL, - page_faults_major INT8 NULL, - page_faults_minor INT8 NULL, - seq INT8 NULL, - source_file STRING NULL, - state STRING NULL, - messages_received INT8 NULL, - source_line INT8 NULL -) {} {} -CREATE TABLE information_schema.referential_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - unique_constraint_catalog STRING NOT NULL, - unique_constraint_schema STRING NOT NULL, - unique_constraint_name STRING NULL, - match_option STRING NOT NULL, - update_rule STRING NOT NULL, - delete_rule STRING NOT NULL, - table_name STRING NOT NULL, - referenced_table_name STRING NOT NULL -) CREATE TABLE information_schema.referential_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - unique_constraint_catalog STRING NOT NULL, - unique_constraint_schema STRING NOT NULL, - unique_constraint_name STRING NULL, - match_option STRING NOT NULL, - update_rule STRING NOT NULL, - delete_rule STRING NOT NULL, - table_name STRING NOT NULL, - referenced_table_name STRING NOT NULL -) {} {} -CREATE TABLE information_schema.resource_groups ( - resource_group_enabled INT2 NULL, - resource_group_name STRING NULL, - resource_group_type STRING NULL, - thread_priority INT8 NULL, - vcpu_ids BYTES NULL -) CREATE TABLE information_schema.resource_groups ( - resource_group_enabled INT2 NULL, - resource_group_name STRING NULL, - resource_group_type STRING NULL, - thread_priority INT8 NULL, - vcpu_ids BYTES NULL -) {} {} -CREATE TABLE information_schema.role_column_grants ( - grantor STRING NULL, - grantee STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.role_column_grants ( - grantor STRING NULL, - grantee STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.role_routine_grants ( - grantor STRING NULL, - grantee STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.role_routine_grants ( - grantor STRING NULL, - grantee STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.role_table_grants ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL, - with_hierarchy STRING NULL -) CREATE TABLE information_schema.role_table_grants ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL, - with_hierarchy STRING NULL -) {} {} -CREATE TABLE information_schema.role_udt_grants ( - grantor STRING NULL, - grantee STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.role_udt_grants ( - grantor STRING NULL, - grantee STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.role_usage_grants ( - grantor STRING NULL, - grantee STRING NULL, - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.role_usage_grants ( - grantor STRING NULL, - grantee STRING NULL, - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.routine_privileges ( - grantor STRING NULL, - grantee STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.routine_privileges ( - grantor STRING NULL, - grantee STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.routines ( - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - routine_type STRING NULL, - module_catalog STRING NULL, - module_schema STRING NULL, - module_name STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - type_udt_catalog STRING NULL, - type_udt_schema STRING NULL, - type_udt_name STRING NULL, - scope_catalog STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - routine_body STRING NULL, - routine_definition STRING NULL, - external_name STRING NULL, - external_language STRING NULL, - parameter_style STRING NULL, - is_deterministic STRING NULL, - sql_data_access STRING NULL, - is_null_call STRING NULL, - sql_path STRING NULL, - schema_level_routine STRING NULL, - max_dynamic_result_sets INT8 NULL, - is_user_defined_cast STRING NULL, - is_implicitly_invocable STRING NULL, - security_type STRING NULL, - to_sql_specific_catalog STRING NULL, - to_sql_specific_schema STRING NULL, - to_sql_specific_name STRING NULL, - as_locator STRING NULL, - created TIMESTAMPTZ NULL, - last_altered TIMESTAMPTZ NULL, - new_savepoint_level STRING NULL, - is_udt_dependent STRING NULL, - result_cast_from_data_type STRING NULL, - result_cast_as_locator STRING NULL, - result_cast_char_max_length INT8 NULL, - result_cast_char_octet_length INT8 NULL, - result_cast_char_set_catalog STRING NULL, - result_cast_char_set_schema STRING NULL, - result_cast_char_set_name STRING NULL, - result_cast_collation_catalog STRING NULL, - result_cast_collation_schema STRING NULL, - result_cast_collation_name STRING NULL, - result_cast_numeric_precision INT8 NULL, - result_cast_numeric_precision_radix INT8 NULL, - result_cast_numeric_scale INT8 NULL, - result_cast_datetime_precision INT8 NULL, - result_cast_interval_type STRING NULL, - result_cast_interval_precision INT8 NULL, - result_cast_type_udt_catalog STRING NULL, - result_cast_type_udt_schema STRING NULL, - result_cast_type_udt_name STRING NULL, - result_cast_scope_catalog STRING NULL, - result_cast_scope_schema STRING NULL, - result_cast_scope_name STRING NULL, - result_cast_maximum_cardinality INT8 NULL, - result_cast_dtd_identifier STRING NULL -) CREATE TABLE information_schema.routines ( - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - routine_catalog STRING NULL, - routine_schema STRING NULL, - routine_name STRING NULL, - routine_type STRING NULL, - module_catalog STRING NULL, - module_schema STRING NULL, - module_name STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - type_udt_catalog STRING NULL, - type_udt_schema STRING NULL, - type_udt_name STRING NULL, - scope_catalog STRING NULL, - scope_name STRING NULL, - maximum_cardinality INT8 NULL, - dtd_identifier STRING NULL, - routine_body STRING NULL, - routine_definition STRING NULL, - external_name STRING NULL, - external_language STRING NULL, - parameter_style STRING NULL, - is_deterministic STRING NULL, - sql_data_access STRING NULL, - is_null_call STRING NULL, - sql_path STRING NULL, - schema_level_routine STRING NULL, - max_dynamic_result_sets INT8 NULL, - is_user_defined_cast STRING NULL, - is_implicitly_invocable STRING NULL, - security_type STRING NULL, - to_sql_specific_catalog STRING NULL, - to_sql_specific_schema STRING NULL, - to_sql_specific_name STRING NULL, - as_locator STRING NULL, - created TIMESTAMPTZ NULL, - last_altered TIMESTAMPTZ NULL, - new_savepoint_level STRING NULL, - is_udt_dependent STRING NULL, - result_cast_from_data_type STRING NULL, - result_cast_as_locator STRING NULL, - result_cast_char_max_length INT8 NULL, - result_cast_char_octet_length INT8 NULL, - result_cast_char_set_catalog STRING NULL, - result_cast_char_set_schema STRING NULL, - result_cast_char_set_name STRING NULL, - result_cast_collation_catalog STRING NULL, - result_cast_collation_schema STRING NULL, - result_cast_collation_name STRING NULL, - result_cast_numeric_precision INT8 NULL, - result_cast_numeric_precision_radix INT8 NULL, - result_cast_numeric_scale INT8 NULL, - result_cast_datetime_precision INT8 NULL, - result_cast_interval_type STRING NULL, - result_cast_interval_precision INT8 NULL, - result_cast_type_udt_catalog STRING NULL, - result_cast_type_udt_schema STRING NULL, - result_cast_type_udt_name STRING NULL, - result_cast_scope_catalog STRING NULL, - result_cast_scope_schema STRING NULL, - result_cast_scope_name STRING NULL, - result_cast_maximum_cardinality INT8 NULL, - result_cast_dtd_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.schema_privileges ( - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.schema_privileges ( - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.schemata ( - catalog_name STRING NOT NULL, - schema_name STRING NOT NULL, - default_character_set_name STRING NULL, - sql_path STRING NULL, - crdb_is_user_defined STRING NULL -) CREATE TABLE information_schema.schemata ( - catalog_name STRING NOT NULL, - schema_name STRING NOT NULL, - default_character_set_name STRING NULL, - sql_path STRING NULL, - crdb_is_user_defined STRING NULL -) {} {} -CREATE TABLE information_schema.schemata_extensions ( - catalog_name STRING NULL, - options STRING NULL, - schema_name STRING NULL -) CREATE TABLE information_schema.schemata_extensions ( - catalog_name STRING NULL, - options STRING NULL, - schema_name STRING NULL -) {} {} -CREATE TABLE information_schema.sequences ( - sequence_catalog STRING NOT NULL, - sequence_schema STRING NOT NULL, - sequence_name STRING NOT NULL, - data_type STRING NOT NULL, - numeric_precision INT8 NOT NULL, - numeric_precision_radix INT8 NOT NULL, - numeric_scale INT8 NOT NULL, - start_value STRING NOT NULL, - minimum_value STRING NOT NULL, - maximum_value STRING NOT NULL, - increment STRING NOT NULL, - cycle_option STRING NOT NULL -) CREATE TABLE information_schema.sequences ( - sequence_catalog STRING NOT NULL, - sequence_schema STRING NOT NULL, - sequence_name STRING NOT NULL, - data_type STRING NOT NULL, - numeric_precision INT8 NOT NULL, - numeric_precision_radix INT8 NOT NULL, - numeric_scale INT8 NOT NULL, - start_value STRING NOT NULL, - minimum_value STRING NOT NULL, - maximum_value STRING NOT NULL, - increment STRING NOT NULL, - cycle_option STRING NOT NULL -) {} {} -CREATE TABLE information_schema.session_variables ( - variable STRING NOT NULL, - value STRING NOT NULL -) CREATE TABLE information_schema.session_variables ( - variable STRING NOT NULL, - value STRING NOT NULL -) {} {} -CREATE TABLE information_schema.sql_features ( - feature_id STRING NULL, - feature_name STRING NULL, - sub_feature_id STRING NULL, - sub_feature_name STRING NULL, - is_supported STRING NULL, - is_verified_by STRING NULL, - comments STRING NULL -) CREATE TABLE information_schema.sql_features ( - feature_id STRING NULL, - feature_name STRING NULL, - sub_feature_id STRING NULL, - sub_feature_name STRING NULL, - is_supported STRING NULL, - is_verified_by STRING NULL, - comments STRING NULL -) {} {} -CREATE TABLE information_schema.sql_implementation_info ( - implementation_info_id STRING NULL, - implementation_info_name STRING NULL, - integer_value INT8 NULL, - character_value STRING NULL, - comments STRING NULL -) CREATE TABLE information_schema.sql_implementation_info ( - implementation_info_id STRING NULL, - implementation_info_name STRING NULL, - integer_value INT8 NULL, - character_value STRING NULL, - comments STRING NULL -) {} {} -CREATE TABLE information_schema.sql_parts ( - feature_id STRING NULL, - feature_name STRING NULL, - is_supported STRING NULL, - is_verified_by STRING NULL, - comments STRING NULL -) CREATE TABLE information_schema.sql_parts ( - feature_id STRING NULL, - feature_name STRING NULL, - is_supported STRING NULL, - is_verified_by STRING NULL, - comments STRING NULL -) {} {} -CREATE TABLE information_schema.sql_sizing ( - sizing_id INT8 NULL, - sizing_name STRING NULL, - supported_value INT8 NULL, - comments STRING NULL -) CREATE TABLE information_schema.sql_sizing ( - sizing_id INT8 NULL, - sizing_name STRING NULL, - supported_value INT8 NULL, - comments STRING NULL -) {} {} -CREATE TABLE information_schema.st_geometry_columns ( - srs_id INT8 NULL, - srs_name STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL, - column_name STRING NULL, - geometry_type_name STRING NULL -) CREATE TABLE information_schema.st_geometry_columns ( - srs_id INT8 NULL, - srs_name STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL, - column_name STRING NULL, - geometry_type_name STRING NULL -) {} {} -CREATE TABLE information_schema.st_spatial_reference_systems ( - srs_id INT8 NULL, - srs_name STRING NULL, - definition STRING NULL, - description STRING NULL, - organization STRING NULL, - organization_coordsys_id INT8 NULL -) CREATE TABLE information_schema.st_spatial_reference_systems ( - srs_id INT8 NULL, - srs_name STRING NULL, - definition STRING NULL, - description STRING NULL, - organization STRING NULL, - organization_coordsys_id INT8 NULL -) {} {} -CREATE TABLE information_schema.st_units_of_measure ( - conversion_factor FLOAT8 NULL, - description STRING NULL, - unit_name STRING NULL, - unit_type STRING NULL -) CREATE TABLE information_schema.st_units_of_measure ( - conversion_factor FLOAT8 NULL, - description STRING NULL, - unit_name STRING NULL, - unit_type STRING NULL -) {} {} -CREATE TABLE information_schema.statistics ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - non_unique STRING NOT NULL, - index_schema STRING NOT NULL, - index_name STRING NOT NULL, - seq_in_index INT8 NOT NULL, - column_name STRING NOT NULL, - "COLLATION" STRING NULL, - cardinality INT8 NULL, - direction STRING NOT NULL, - storing STRING NOT NULL, - implicit STRING NOT NULL -) CREATE TABLE information_schema.statistics ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - non_unique STRING NOT NULL, - index_schema STRING NOT NULL, - index_name STRING NOT NULL, - seq_in_index INT8 NOT NULL, - column_name STRING NOT NULL, - "COLLATION" STRING NULL, - cardinality INT8 NULL, - direction STRING NOT NULL, - storing STRING NOT NULL, - implicit STRING NOT NULL -) {} {} -CREATE TABLE information_schema.table_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - constraint_type STRING NOT NULL, - is_deferrable STRING NOT NULL, - initially_deferred STRING NOT NULL -) CREATE TABLE information_schema.table_constraints ( - constraint_catalog STRING NOT NULL, - constraint_schema STRING NOT NULL, - constraint_name STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - constraint_type STRING NOT NULL, - is_deferrable STRING NOT NULL, - initially_deferred STRING NOT NULL -) {} {} -CREATE TABLE information_schema.table_constraints_extensions ( - constraint_catalog STRING NULL, - constraint_name STRING NULL, - constraint_schema STRING NULL, - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_name STRING NULL -) CREATE TABLE information_schema.table_constraints_extensions ( - constraint_catalog STRING NULL, - constraint_name STRING NULL, - constraint_schema STRING NULL, - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_name STRING NULL -) {} {} -CREATE TABLE information_schema.table_privileges ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL, - with_hierarchy STRING NOT NULL -) CREATE TABLE information_schema.table_privileges ( - grantor STRING NULL, - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL, - with_hierarchy STRING NOT NULL -) {} {} -CREATE TABLE information_schema.tables ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - table_type STRING NOT NULL, - is_insertable_into STRING NOT NULL, - version INT8 NULL -) CREATE TABLE information_schema.tables ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - table_type STRING NOT NULL, - is_insertable_into STRING NOT NULL, - version INT8 NULL -) {} {} -CREATE TABLE information_schema.tables_extensions ( - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL -) CREATE TABLE information_schema.tables_extensions ( - engine_attribute STRING NULL, - secondary_engine_attribute STRING NULL, - table_catalog STRING NULL, - table_name STRING NULL, - table_schema STRING NULL -) {} {} -CREATE TABLE information_schema.tablespaces ( - extent_size INT8 NULL, - logfile_group_name STRING NULL, - nodegroup_id INT8 NULL, - tablespace_type STRING NULL, - autoextend_size INT8 NULL, - engine STRING NULL, - maximum_size INT8 NULL, - tablespace_comment STRING NULL, - tablespace_name STRING NULL -) CREATE TABLE information_schema.tablespaces ( - extent_size INT8 NULL, - logfile_group_name STRING NULL, - nodegroup_id INT8 NULL, - tablespace_type STRING NULL, - autoextend_size INT8 NULL, - engine STRING NULL, - maximum_size INT8 NULL, - tablespace_comment STRING NULL, - tablespace_name STRING NULL -) {} {} -CREATE TABLE information_schema.tablespaces_extensions ( - engine_attribute STRING NULL, - tablespace_name STRING NULL -) CREATE TABLE information_schema.tablespaces_extensions ( - engine_attribute STRING NULL, - tablespace_name STRING NULL -) {} {} -CREATE TABLE information_schema.transforms ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - group_name STRING NULL, - transform_type STRING NULL -) CREATE TABLE information_schema.transforms ( - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL, - group_name STRING NULL, - transform_type STRING NULL -) {} {} -CREATE TABLE information_schema.triggered_update_columns ( - trigger_catalog STRING NULL, - trigger_schema STRING NULL, - trigger_name STRING NULL, - event_object_catalog STRING NULL, - event_object_schema STRING NULL, - event_object_table STRING NULL, - event_object_column STRING NULL -) CREATE TABLE information_schema.triggered_update_columns ( - trigger_catalog STRING NULL, - trigger_schema STRING NULL, - trigger_name STRING NULL, - event_object_catalog STRING NULL, - event_object_schema STRING NULL, - event_object_table STRING NULL, - event_object_column STRING NULL -) {} {} -CREATE TABLE information_schema.triggers ( - trigger_catalog STRING NULL, - trigger_schema STRING NULL, - trigger_name STRING NULL, - event_manipulation STRING NULL, - event_object_catalog STRING NULL, - event_object_schema STRING NULL, - event_object_table STRING NULL, - action_order INT8 NULL, - action_condition STRING NULL, - action_statement STRING NULL, - action_orientation STRING NULL, - action_timing STRING NULL, - action_reference_old_table STRING NULL, - action_reference_new_table STRING NULL, - action_reference_old_row STRING NULL, - action_reference_new_row STRING NULL, - created TIMESTAMPTZ NULL -) CREATE TABLE information_schema.triggers ( - trigger_catalog STRING NULL, - trigger_schema STRING NULL, - trigger_name STRING NULL, - event_manipulation STRING NULL, - event_object_catalog STRING NULL, - event_object_schema STRING NULL, - event_object_table STRING NULL, - action_order INT8 NULL, - action_condition STRING NULL, - action_statement STRING NULL, - action_orientation STRING NULL, - action_timing STRING NULL, - action_reference_old_table STRING NULL, - action_reference_new_table STRING NULL, - action_reference_old_row STRING NULL, - action_reference_new_row STRING NULL, - created TIMESTAMPTZ NULL -) {} {} -CREATE TABLE information_schema.type_privileges ( - grantee STRING NOT NULL, - type_catalog STRING NOT NULL, - type_schema STRING NOT NULL, - type_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.type_privileges ( - grantee STRING NOT NULL, - type_catalog STRING NOT NULL, - type_schema STRING NOT NULL, - type_name STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.udt_privileges ( - grantor STRING NULL, - grantee STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.udt_privileges ( - grantor STRING NULL, - grantee STRING NULL, - udt_catalog STRING NULL, - udt_schema STRING NULL, - udt_name STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.usage_privileges ( - grantor STRING NULL, - grantee STRING NULL, - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.usage_privileges ( - grantor STRING NULL, - grantee STRING NULL, - object_catalog STRING NULL, - object_schema STRING NULL, - object_name STRING NULL, - object_type STRING NULL, - privilege_type STRING NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.user_attributes ( - attribute STRING NULL, - host STRING NULL, - "user" STRING NULL -) CREATE TABLE information_schema.user_attributes ( - attribute STRING NULL, - host STRING NULL, - "user" STRING NULL -) {} {} -CREATE TABLE information_schema.user_defined_types ( - user_defined_type_catalog STRING NULL, - user_defined_type_schema STRING NULL, - user_defined_type_name STRING NULL, - user_defined_type_category STRING NULL, - is_instantiable STRING NULL, - is_final STRING NULL, - ordering_form STRING NULL, - ordering_category STRING NULL, - ordering_routine_catalog STRING NULL, - ordering_routine_schema STRING NULL, - ordering_routine_name STRING NULL, - reference_type STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - source_dtd_identifier STRING NULL, - ref_dtd_identifier STRING NULL -) CREATE TABLE information_schema.user_defined_types ( - user_defined_type_catalog STRING NULL, - user_defined_type_schema STRING NULL, - user_defined_type_name STRING NULL, - user_defined_type_category STRING NULL, - is_instantiable STRING NULL, - is_final STRING NULL, - ordering_form STRING NULL, - ordering_category STRING NULL, - ordering_routine_catalog STRING NULL, - ordering_routine_schema STRING NULL, - ordering_routine_name STRING NULL, - reference_type STRING NULL, - data_type STRING NULL, - character_maximum_length INT8 NULL, - character_octet_length INT8 NULL, - character_set_catalog STRING NULL, - character_set_schema STRING NULL, - character_set_name STRING NULL, - collation_catalog STRING NULL, - collation_schema STRING NULL, - collation_name STRING NULL, - numeric_precision INT8 NULL, - numeric_precision_radix INT8 NULL, - numeric_scale INT8 NULL, - datetime_precision INT8 NULL, - interval_type STRING NULL, - interval_precision INT8 NULL, - source_dtd_identifier STRING NULL, - ref_dtd_identifier STRING NULL -) {} {} -CREATE TABLE information_schema.user_mapping_options ( - authorization_identifier STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) CREATE TABLE information_schema.user_mapping_options ( - authorization_identifier STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL, - option_name STRING NULL, - option_value STRING NULL -) {} {} -CREATE TABLE information_schema.user_mappings ( - authorization_identifier STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL -) CREATE TABLE information_schema.user_mappings ( - authorization_identifier STRING NULL, - foreign_server_catalog STRING NULL, - foreign_server_name STRING NULL -) {} {} -CREATE TABLE information_schema.user_privileges ( - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) CREATE TABLE information_schema.user_privileges ( - grantee STRING NOT NULL, - table_catalog STRING NOT NULL, - privilege_type STRING NOT NULL, - is_grantable STRING NULL -) {} {} -CREATE TABLE information_schema.view_column_usage ( - view_catalog STRING NULL, - view_schema STRING NULL, - view_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL -) CREATE TABLE information_schema.view_column_usage ( - view_catalog STRING NULL, - view_schema STRING NULL, - view_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - column_name STRING NULL -) {} {} -CREATE TABLE information_schema.view_routine_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL -) CREATE TABLE information_schema.view_routine_usage ( - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL, - specific_catalog STRING NULL, - specific_schema STRING NULL, - specific_name STRING NULL -) {} {} -CREATE TABLE information_schema.view_table_usage ( - view_catalog STRING NULL, - view_schema STRING NULL, - view_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL -) CREATE TABLE information_schema.view_table_usage ( - view_catalog STRING NULL, - view_schema STRING NULL, - view_name STRING NULL, - table_catalog STRING NULL, - table_schema STRING NULL, - table_name STRING NULL -) {} {} -CREATE TABLE information_schema.views ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - view_definition STRING NOT NULL, - check_option STRING NULL, - is_updatable STRING NOT NULL, - is_insertable_into STRING NOT NULL, - is_trigger_updatable STRING NOT NULL, - is_trigger_deletable STRING NOT NULL, - is_trigger_insertable_into STRING NOT NULL -) CREATE TABLE information_schema.views ( - table_catalog STRING NOT NULL, - table_schema STRING NOT NULL, - table_name STRING NOT NULL, - view_definition STRING NOT NULL, - check_option STRING NULL, - is_updatable STRING NOT NULL, - is_insertable_into STRING NOT NULL, - is_trigger_updatable STRING NOT NULL, - is_trigger_deletable STRING NOT NULL, - is_trigger_insertable_into STRING NOT NULL -) {} {} -CREATE TABLE pg_catalog.pg_aggregate ( - aggfnoid REGPROC NULL, - aggkind "char" NULL, - aggnumdirectargs INT2 NULL, - aggtransfn REGPROC NULL, - aggfinalfn REGPROC NULL, - aggcombinefn REGPROC NULL, - aggserialfn REGPROC NULL, - aggdeserialfn REGPROC NULL, - aggmtransfn REGPROC NULL, - aggminvtransfn REGPROC NULL, - aggmfinalfn REGPROC NULL, - aggfinalextra BOOL NULL, - aggmfinalextra BOOL NULL, - aggsortop OID NULL, - aggtranstype OID NULL, - aggtransspace INT4 NULL, - aggmtranstype OID NULL, - aggmtransspace INT4 NULL, - agginitval STRING NULL, - aggminitval STRING NULL, - aggfinalmodify "char" NULL, - aggmfinalmodify "char" NULL -) CREATE TABLE pg_catalog.pg_aggregate ( - aggfnoid REGPROC NULL, - aggkind "char" NULL, - aggnumdirectargs INT2 NULL, - aggtransfn REGPROC NULL, - aggfinalfn REGPROC NULL, - aggcombinefn REGPROC NULL, - aggserialfn REGPROC NULL, - aggdeserialfn REGPROC NULL, - aggmtransfn REGPROC NULL, - aggminvtransfn REGPROC NULL, - aggmfinalfn REGPROC NULL, - aggfinalextra BOOL NULL, - aggmfinalextra BOOL NULL, - aggsortop OID NULL, - aggtranstype OID NULL, - aggtransspace INT4 NULL, - aggmtranstype OID NULL, - aggmtransspace INT4 NULL, - agginitval STRING NULL, - aggminitval STRING NULL, - aggfinalmodify "char" NULL, - aggmfinalmodify "char" NULL -) {} {} -CREATE TABLE pg_catalog.pg_am ( - oid OID NULL, - amname NAME NULL, - amstrategies INT2 NULL, - amsupport INT2 NULL, - amcanorder BOOL NULL, - amcanorderbyop BOOL NULL, - amcanbackward BOOL NULL, - amcanunique BOOL NULL, - amcanmulticol BOOL NULL, - amoptionalkey BOOL NULL, - amsearcharray BOOL NULL, - amsearchnulls BOOL NULL, - amstorage BOOL NULL, - amclusterable BOOL NULL, - ampredlocks BOOL NULL, - amkeytype OID NULL, - aminsert OID NULL, - ambeginscan OID NULL, - amgettuple OID NULL, - amgetbitmap OID NULL, - amrescan OID NULL, - amendscan OID NULL, - ammarkpos OID NULL, - amrestrpos OID NULL, - ambuild OID NULL, - ambuildempty OID NULL, - ambulkdelete OID NULL, - amvacuumcleanup OID NULL, - amcanreturn OID NULL, - amcostestimate OID NULL, - amoptions OID NULL, - amhandler OID NULL, - amtype "char" NULL -) CREATE TABLE pg_catalog.pg_am ( - oid OID NULL, - amname NAME NULL, - amstrategies INT2 NULL, - amsupport INT2 NULL, - amcanorder BOOL NULL, - amcanorderbyop BOOL NULL, - amcanbackward BOOL NULL, - amcanunique BOOL NULL, - amcanmulticol BOOL NULL, - amoptionalkey BOOL NULL, - amsearcharray BOOL NULL, - amsearchnulls BOOL NULL, - amstorage BOOL NULL, - amclusterable BOOL NULL, - ampredlocks BOOL NULL, - amkeytype OID NULL, - aminsert OID NULL, - ambeginscan OID NULL, - amgettuple OID NULL, - amgetbitmap OID NULL, - amrescan OID NULL, - amendscan OID NULL, - ammarkpos OID NULL, - amrestrpos OID NULL, - ambuild OID NULL, - ambuildempty OID NULL, - ambulkdelete OID NULL, - amvacuumcleanup OID NULL, - amcanreturn OID NULL, - amcostestimate OID NULL, - amoptions OID NULL, - amhandler OID NULL, - amtype "char" NULL -) {} {} -CREATE TABLE pg_catalog.pg_amop ( - oid OID NULL, - amopfamily OID NULL, - amoplefttype OID NULL, - amoprighttype OID NULL, - amopstrategy INT2 NULL, - amoppurpose "char" NULL, - amopopr OID NULL, - amopmethod OID NULL, - amopsortfamily OID NULL -) CREATE TABLE pg_catalog.pg_amop ( - oid OID NULL, - amopfamily OID NULL, - amoplefttype OID NULL, - amoprighttype OID NULL, - amopstrategy INT2 NULL, - amoppurpose "char" NULL, - amopopr OID NULL, - amopmethod OID NULL, - amopsortfamily OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_amproc ( - oid OID NULL, - amprocfamily OID NULL, - amproclefttype OID NULL, - amprocrighttype OID NULL, - amprocnum INT2 NULL, - amproc REGPROC NULL -) CREATE TABLE pg_catalog.pg_amproc ( - oid OID NULL, - amprocfamily OID NULL, - amproclefttype OID NULL, - amprocrighttype OID NULL, - amprocnum INT2 NULL, - amproc REGPROC NULL -) {} {} -CREATE TABLE pg_catalog.pg_attrdef ( - oid OID NULL, - adrelid OID NOT NULL, - adnum INT2 NULL, - adbin STRING NULL, - adsrc STRING NULL, - INDEX pg_attrdef_adrelid_idx (adrelid ASC) STORING (oid, adnum, adbin, adsrc) -) CREATE TABLE pg_catalog.pg_attrdef ( - oid OID NULL, - adrelid OID NOT NULL, - adnum INT2 NULL, - adbin STRING NULL, - adsrc STRING NULL, - INDEX pg_attrdef_adrelid_idx (adrelid ASC) STORING (oid, adnum, adbin, adsrc) -) {} {} -CREATE TABLE pg_catalog.pg_attribute ( - attrelid OID NOT NULL, - attname NAME NULL, - atttypid OID NULL, - attstattarget INT4 NULL, - attlen INT2 NULL, - attnum INT2 NULL, - attndims INT4 NULL, - attcacheoff INT4 NULL, - atttypmod INT4 NULL, - attbyval BOOL NULL, - attstorage "char" NULL, - attalign "char" NULL, - attnotnull BOOL NULL, - atthasdef BOOL NULL, - attidentity "char" NULL, - attgenerated "char" NULL, - attisdropped BOOL NULL, - attislocal BOOL NULL, - attinhcount INT4 NULL, - attcollation OID NULL, - attacl STRING[] NULL, - attoptions STRING[] NULL, - attfdwoptions STRING[] NULL, - atthasmissing BOOL NULL, - attmissingval STRING[] NULL, - INDEX pg_attribute_attrelid_idx (attrelid ASC) STORING (attname, atttypid, attstattarget, attlen, attnum, attndims, attcacheoff, atttypmod, attbyval, attstorage, attalign, attnotnull, atthasdef, attidentity, attgenerated, attisdropped, attislocal, attinhcount, attcollation, attacl, attoptions, attfdwoptions, atthasmissing, attmissingval) -) CREATE TABLE pg_catalog.pg_attribute ( - attrelid OID NOT NULL, - attname NAME NULL, - atttypid OID NULL, - attstattarget INT4 NULL, - attlen INT2 NULL, - attnum INT2 NULL, - attndims INT4 NULL, - attcacheoff INT4 NULL, - atttypmod INT4 NULL, - attbyval BOOL NULL, - attstorage "char" NULL, - attalign "char" NULL, - attnotnull BOOL NULL, - atthasdef BOOL NULL, - attidentity "char" NULL, - attgenerated "char" NULL, - attisdropped BOOL NULL, - attislocal BOOL NULL, - attinhcount INT4 NULL, - attcollation OID NULL, - attacl STRING[] NULL, - attoptions STRING[] NULL, - attfdwoptions STRING[] NULL, - atthasmissing BOOL NULL, - attmissingval STRING[] NULL, - INDEX pg_attribute_attrelid_idx (attrelid ASC) STORING (attname, atttypid, attstattarget, attlen, attnum, attndims, attcacheoff, atttypmod, attbyval, attstorage, attalign, attnotnull, atthasdef, attidentity, attgenerated, attisdropped, attislocal, attinhcount, attcollation, attacl, attoptions, attfdwoptions, atthasmissing, attmissingval) -) {} {} -CREATE TABLE pg_catalog.pg_auth_members ( - roleid OID NULL, - member OID NULL, - grantor OID NULL, - admin_option BOOL NULL -) CREATE TABLE pg_catalog.pg_auth_members ( - roleid OID NULL, - member OID NULL, - grantor OID NULL, - admin_option BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_authid ( - oid OID NULL, - rolname NAME NULL, - rolsuper BOOL NULL, - rolinherit BOOL NULL, - rolcreaterole BOOL NULL, - rolcreatedb BOOL NULL, - rolcanlogin BOOL NULL, - rolreplication BOOL NULL, - rolbypassrls BOOL NULL, - rolconnlimit INT4 NULL, - rolpassword STRING NULL, - rolvaliduntil TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_authid ( - oid OID NULL, - rolname NAME NULL, - rolsuper BOOL NULL, - rolinherit BOOL NULL, - rolcreaterole BOOL NULL, - rolcreatedb BOOL NULL, - rolcanlogin BOOL NULL, - rolreplication BOOL NULL, - rolbypassrls BOOL NULL, - rolconnlimit INT4 NULL, - rolpassword STRING NULL, - rolvaliduntil TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_available_extension_versions ( - name NAME NULL, - version STRING NULL, - installed BOOL NULL, - superuser BOOL NULL, - trusted BOOL NULL, - relocatable BOOL NULL, - schema NAME NULL, - requires NAME[] NULL, - comment STRING NULL -) CREATE TABLE pg_catalog.pg_available_extension_versions ( - name NAME NULL, - version STRING NULL, - installed BOOL NULL, - superuser BOOL NULL, - trusted BOOL NULL, - relocatable BOOL NULL, - schema NAME NULL, - requires NAME[] NULL, - comment STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_available_extensions ( - name NAME NULL, - default_version STRING NULL, - installed_version STRING NULL, - comment STRING NULL -) CREATE TABLE pg_catalog.pg_available_extensions ( - name NAME NULL, - default_version STRING NULL, - installed_version STRING NULL, - comment STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_cast ( - oid OID NULL, - castsource OID NULL, - casttarget OID NULL, - castfunc OID NULL, - castcontext "char" NULL, - castmethod "char" NULL -) CREATE TABLE pg_catalog.pg_cast ( - oid OID NULL, - castsource OID NULL, - casttarget OID NULL, - castfunc OID NULL, - castcontext "char" NULL, - castmethod "char" NULL -) {} {} -CREATE TABLE pg_catalog.pg_class ( - oid OID NOT NULL, - relname NAME NOT NULL, - relnamespace OID NULL, - reltype OID NULL, - reloftype OID NULL, - relowner OID NULL, - relam OID NULL, - relfilenode OID NULL, - reltablespace OID NULL, - relpages INT4 NULL, - reltuples FLOAT4 NULL, - relallvisible INT4 NULL, - reltoastrelid OID NULL, - relhasindex BOOL NULL, - relisshared BOOL NULL, - relpersistence "char" NULL, - relistemp BOOL NULL, - relkind "char" NULL, - relnatts INT2 NULL, - relchecks INT2 NULL, - relhasoids BOOL NULL, - relhaspkey BOOL NULL, - relhasrules BOOL NULL, - relhastriggers BOOL NULL, - relhassubclass BOOL NULL, - relfrozenxid INT8 NULL, - relacl STRING[] NULL, - reloptions STRING[] NULL, - relforcerowsecurity BOOL NULL, - relispartition BOOL NULL, - relispopulated BOOL NULL, - relreplident "char" NULL, - relrewrite OID NULL, - relrowsecurity BOOL NULL, - relpartbound STRING NULL, - relminmxid INT8 NULL, - INDEX pg_class_oid_idx (oid ASC) STORING (relname, relnamespace, reltype, reloftype, relowner, relam, relfilenode, reltablespace, relpages, reltuples, relallvisible, reltoastrelid, relhasindex, relisshared, relpersistence, relistemp, relkind, relnatts, relchecks, relhasoids, relhaspkey, relhasrules, relhastriggers, relhassubclass, relfrozenxid, relacl, reloptions, relforcerowsecurity, relispartition, relispopulated, relreplident, relrewrite, relrowsecurity, relpartbound, relminmxid) -) CREATE TABLE pg_catalog.pg_class ( - oid OID NOT NULL, - relname NAME NOT NULL, - relnamespace OID NULL, - reltype OID NULL, - reloftype OID NULL, - relowner OID NULL, - relam OID NULL, - relfilenode OID NULL, - reltablespace OID NULL, - relpages INT4 NULL, - reltuples FLOAT4 NULL, - relallvisible INT4 NULL, - reltoastrelid OID NULL, - relhasindex BOOL NULL, - relisshared BOOL NULL, - relpersistence "char" NULL, - relistemp BOOL NULL, - relkind "char" NULL, - relnatts INT2 NULL, - relchecks INT2 NULL, - relhasoids BOOL NULL, - relhaspkey BOOL NULL, - relhasrules BOOL NULL, - relhastriggers BOOL NULL, - relhassubclass BOOL NULL, - relfrozenxid INT8 NULL, - relacl STRING[] NULL, - reloptions STRING[] NULL, - relforcerowsecurity BOOL NULL, - relispartition BOOL NULL, - relispopulated BOOL NULL, - relreplident "char" NULL, - relrewrite OID NULL, - relrowsecurity BOOL NULL, - relpartbound STRING NULL, - relminmxid INT8 NULL, - INDEX pg_class_oid_idx (oid ASC) STORING (relname, relnamespace, reltype, reloftype, relowner, relam, relfilenode, reltablespace, relpages, reltuples, relallvisible, reltoastrelid, relhasindex, relisshared, relpersistence, relistemp, relkind, relnatts, relchecks, relhasoids, relhaspkey, relhasrules, relhastriggers, relhassubclass, relfrozenxid, relacl, reloptions, relforcerowsecurity, relispartition, relispopulated, relreplident, relrewrite, relrowsecurity, relpartbound, relminmxid) -) {} {} -CREATE TABLE pg_catalog.pg_collation ( - oid OID NULL, - collname STRING NULL, - collnamespace OID NULL, - collowner OID NULL, - collencoding INT4 NULL, - collcollate STRING NULL, - collctype STRING NULL, - collprovider "char" NULL, - collversion STRING NULL, - collisdeterministic BOOL NULL -) CREATE TABLE pg_catalog.pg_collation ( - oid OID NULL, - collname STRING NULL, - collnamespace OID NULL, - collowner OID NULL, - collencoding INT4 NULL, - collcollate STRING NULL, - collctype STRING NULL, - collprovider "char" NULL, - collversion STRING NULL, - collisdeterministic BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_config ( - name STRING NULL, - setting STRING NULL -) CREATE TABLE pg_catalog.pg_config ( - name STRING NULL, - setting STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_constraint ( - oid OID NULL, - conname NAME NULL, - connamespace OID NULL, - contype "char" NULL, - condeferrable BOOL NULL, - condeferred BOOL NULL, - convalidated BOOL NULL, - conrelid OID NOT NULL, - contypid OID NULL, - conindid OID NULL, - confrelid OID NULL, - confupdtype "char" NULL, - confdeltype "char" NULL, - confmatchtype "char" NULL, - conislocal BOOL NULL, - coninhcount INT4 NULL, - connoinherit BOOL NULL, - conkey INT2[] NULL, - confkey INT2[] NULL, - conpfeqop OID[] NULL, - conppeqop OID[] NULL, - conffeqop OID[] NULL, - conexclop OID[] NULL, - conbin STRING NULL, - consrc STRING NULL, - condef STRING NULL, - conparentid OID NULL, - INDEX pg_constraint_conrelid_idx (conrelid ASC) STORING (oid, conname, connamespace, contype, condeferrable, condeferred, convalidated, contypid, conindid, confrelid, confupdtype, confdeltype, confmatchtype, conislocal, coninhcount, connoinherit, conkey, confkey, conpfeqop, conppeqop, conffeqop, conexclop, conbin, consrc, condef, conparentid) -) CREATE TABLE pg_catalog.pg_constraint ( - oid OID NULL, - conname NAME NULL, - connamespace OID NULL, - contype "char" NULL, - condeferrable BOOL NULL, - condeferred BOOL NULL, - convalidated BOOL NULL, - conrelid OID NOT NULL, - contypid OID NULL, - conindid OID NULL, - confrelid OID NULL, - confupdtype "char" NULL, - confdeltype "char" NULL, - confmatchtype "char" NULL, - conislocal BOOL NULL, - coninhcount INT4 NULL, - connoinherit BOOL NULL, - conkey INT2[] NULL, - confkey INT2[] NULL, - conpfeqop OID[] NULL, - conppeqop OID[] NULL, - conffeqop OID[] NULL, - conexclop OID[] NULL, - conbin STRING NULL, - consrc STRING NULL, - condef STRING NULL, - conparentid OID NULL, - INDEX pg_constraint_conrelid_idx (conrelid ASC) STORING (oid, conname, connamespace, contype, condeferrable, condeferred, convalidated, contypid, conindid, confrelid, confupdtype, confdeltype, confmatchtype, conislocal, coninhcount, connoinherit, conkey, confkey, conpfeqop, conppeqop, conffeqop, conexclop, conbin, consrc, condef, conparentid) -) {} {} -CREATE TABLE pg_catalog.pg_conversion ( - oid OID NULL, - conname NAME NULL, - connamespace OID NULL, - conowner OID NULL, - conforencoding INT4 NULL, - contoencoding INT4 NULL, - conproc OID NULL, - condefault BOOL NULL -) CREATE TABLE pg_catalog.pg_conversion ( - oid OID NULL, - conname NAME NULL, - connamespace OID NULL, - conowner OID NULL, - conforencoding INT4 NULL, - contoencoding INT4 NULL, - conproc OID NULL, - condefault BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_cursors ( - name STRING NULL, - statement STRING NULL, - is_holdable BOOL NULL, - is_binary BOOL NULL, - is_scrollable BOOL NULL, - creation_time TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_cursors ( - name STRING NULL, - statement STRING NULL, - is_holdable BOOL NULL, - is_binary BOOL NULL, - is_scrollable BOOL NULL, - creation_time TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_database ( - oid OID NULL, - datname NAME NULL, - datdba OID NULL, - encoding INT4 NULL, - datcollate STRING NULL, - datctype STRING NULL, - datistemplate BOOL NULL, - datallowconn BOOL NULL, - datconnlimit INT4 NULL, - datlastsysoid OID NULL, - datfrozenxid INT8 NULL, - datminmxid INT8 NULL, - dattablespace OID NULL, - datacl STRING[] NULL -) CREATE TABLE pg_catalog.pg_database ( - oid OID NULL, - datname NAME NULL, - datdba OID NULL, - encoding INT4 NULL, - datcollate STRING NULL, - datctype STRING NULL, - datistemplate BOOL NULL, - datallowconn BOOL NULL, - datconnlimit INT4 NULL, - datlastsysoid OID NULL, - datfrozenxid INT8 NULL, - datminmxid INT8 NULL, - dattablespace OID NULL, - datacl STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_db_role_setting ( - setconfig STRING[] NULL, - setdatabase OID NULL, - setrole OID NULL -) CREATE TABLE pg_catalog.pg_db_role_setting ( - setconfig STRING[] NULL, - setdatabase OID NULL, - setrole OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_default_acl ( - oid OID NULL, - defaclrole OID NULL, - defaclnamespace OID NULL, - defaclobjtype "char" NULL, - defaclacl STRING[] NULL -) CREATE TABLE pg_catalog.pg_default_acl ( - oid OID NULL, - defaclrole OID NULL, - defaclnamespace OID NULL, - defaclobjtype "char" NULL, - defaclacl STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_depend ( - classid OID NULL, - objid OID NULL, - objsubid INT4 NULL, - refclassid OID NULL, - refobjid OID NULL, - refobjsubid INT4 NULL, - deptype "char" NULL -) CREATE TABLE pg_catalog.pg_depend ( - classid OID NULL, - objid OID NULL, - objsubid INT4 NULL, - refclassid OID NULL, - refobjid OID NULL, - refobjsubid INT4 NULL, - deptype "char" NULL -) {} {} -CREATE TABLE pg_catalog.pg_description ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - description STRING NULL -) CREATE TABLE pg_catalog.pg_description ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - description STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_enum ( - oid OID NULL, - enumtypid OID NULL, - enumsortorder FLOAT4 NULL, - enumlabel STRING NULL -) CREATE TABLE pg_catalog.pg_enum ( - oid OID NULL, - enumtypid OID NULL, - enumsortorder FLOAT4 NULL, - enumlabel STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_event_trigger ( - evtname NAME NULL, - evtevent NAME NULL, - evtowner OID NULL, - evtfoid OID NULL, - evtenabled "char" NULL, - evttags STRING[] NULL, - oid OID NULL -) CREATE TABLE pg_catalog.pg_event_trigger ( - evtname NAME NULL, - evtevent NAME NULL, - evtowner OID NULL, - evtfoid OID NULL, - evtenabled "char" NULL, - evttags STRING[] NULL, - oid OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_extension ( - oid OID NULL, - extname NAME NULL, - extowner OID NULL, - extnamespace OID NULL, - extrelocatable BOOL NULL, - extversion STRING NULL, - extconfig STRING NULL, - extcondition STRING NULL -) CREATE TABLE pg_catalog.pg_extension ( - oid OID NULL, - extname NAME NULL, - extowner OID NULL, - extnamespace OID NULL, - extrelocatable BOOL NULL, - extversion STRING NULL, - extconfig STRING NULL, - extcondition STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_file_settings ( - sourcefile STRING NULL, - sourceline INT4 NULL, - seqno INT4 NULL, - name STRING NULL, - setting STRING NULL, - applied BOOL NULL, - error STRING NULL -) CREATE TABLE pg_catalog.pg_file_settings ( - sourcefile STRING NULL, - sourceline INT4 NULL, - seqno INT4 NULL, - name STRING NULL, - setting STRING NULL, - applied BOOL NULL, - error STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_foreign_data_wrapper ( - oid OID NULL, - fdwname NAME NULL, - fdwowner OID NULL, - fdwhandler OID NULL, - fdwvalidator OID NULL, - fdwacl STRING[] NULL, - fdwoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_foreign_data_wrapper ( - oid OID NULL, - fdwname NAME NULL, - fdwowner OID NULL, - fdwhandler OID NULL, - fdwvalidator OID NULL, - fdwacl STRING[] NULL, - fdwoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_foreign_server ( - oid OID NULL, - srvname NAME NULL, - srvowner OID NULL, - srvfdw OID NULL, - srvtype STRING NULL, - srvversion STRING NULL, - srvacl STRING[] NULL, - srvoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_foreign_server ( - oid OID NULL, - srvname NAME NULL, - srvowner OID NULL, - srvfdw OID NULL, - srvtype STRING NULL, - srvversion STRING NULL, - srvacl STRING[] NULL, - srvoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_foreign_table ( - ftrelid OID NULL, - ftserver OID NULL, - ftoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_foreign_table ( - ftrelid OID NULL, - ftserver OID NULL, - ftoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_group ( - groname NAME NULL, - grosysid OID NULL, - grolist OID[] NULL -) CREATE TABLE pg_catalog.pg_group ( - groname NAME NULL, - grosysid OID NULL, - grolist OID[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_hba_file_rules ( - line_number INT4 NULL, - type STRING NULL, - database STRING[] NULL, - user_name STRING[] NULL, - address STRING NULL, - netmask STRING NULL, - auth_method STRING NULL, - options STRING[] NULL, - error STRING NULL -) CREATE TABLE pg_catalog.pg_hba_file_rules ( - line_number INT4 NULL, - type STRING NULL, - database STRING[] NULL, - user_name STRING[] NULL, - address STRING NULL, - netmask STRING NULL, - auth_method STRING NULL, - options STRING[] NULL, - error STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_index ( - indexrelid OID NULL, - indrelid OID NULL, - indnatts INT2 NULL, - indisunique BOOL NULL, - indisprimary BOOL NULL, - indisexclusion BOOL NULL, - indimmediate BOOL NULL, - indisclustered BOOL NULL, - indisvalid BOOL NULL, - indcheckxmin BOOL NULL, - indisready BOOL NULL, - indislive BOOL NULL, - indisreplident BOOL NULL, - indkey INT2VECTOR NULL, - indcollation OIDVECTOR NULL, - indclass OIDVECTOR NULL, - indoption INT2VECTOR NULL, - indexprs STRING NULL, - indpred STRING NULL, - indnkeyatts INT2 NULL -) CREATE TABLE pg_catalog.pg_index ( - indexrelid OID NULL, - indrelid OID NULL, - indnatts INT2 NULL, - indisunique BOOL NULL, - indisprimary BOOL NULL, - indisexclusion BOOL NULL, - indimmediate BOOL NULL, - indisclustered BOOL NULL, - indisvalid BOOL NULL, - indcheckxmin BOOL NULL, - indisready BOOL NULL, - indislive BOOL NULL, - indisreplident BOOL NULL, - indkey INT2VECTOR NULL, - indcollation OIDVECTOR NULL, - indclass OIDVECTOR NULL, - indoption INT2VECTOR NULL, - indexprs STRING NULL, - indpred STRING NULL, - indnkeyatts INT2 NULL -) {} {} -CREATE TABLE pg_catalog.pg_indexes ( - crdb_oid OID NULL, - schemaname NAME NULL, - tablename NAME NULL, - indexname NAME NULL, - tablespace NAME NULL, - indexdef STRING NULL -) CREATE TABLE pg_catalog.pg_indexes ( - crdb_oid OID NULL, - schemaname NAME NULL, - tablename NAME NULL, - indexname NAME NULL, - tablespace NAME NULL, - indexdef STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_inherits ( - inhrelid OID NULL, - inhparent OID NULL, - inhseqno INT4 NULL -) CREATE TABLE pg_catalog.pg_inherits ( - inhrelid OID NULL, - inhparent OID NULL, - inhseqno INT4 NULL -) {} {} -CREATE TABLE pg_catalog.pg_init_privs ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - privtype "char" NULL, - initprivs STRING[] NULL -) CREATE TABLE pg_catalog.pg_init_privs ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - privtype "char" NULL, - initprivs STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_language ( - oid OID NULL, - lanname NAME NULL, - lanowner OID NULL, - lanispl BOOL NULL, - lanpltrusted BOOL NULL, - lanplcallfoid OID NULL, - laninline OID NULL, - lanvalidator OID NULL, - lanacl STRING[] NULL -) CREATE TABLE pg_catalog.pg_language ( - oid OID NULL, - lanname NAME NULL, - lanowner OID NULL, - lanispl BOOL NULL, - lanpltrusted BOOL NULL, - lanplcallfoid OID NULL, - laninline OID NULL, - lanvalidator OID NULL, - lanacl STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_largeobject ( - loid OID NULL, - pageno INT4 NULL, - data BYTES NULL -) CREATE TABLE pg_catalog.pg_largeobject ( - loid OID NULL, - pageno INT4 NULL, - data BYTES NULL -) {} {} -CREATE TABLE pg_catalog.pg_largeobject_metadata ( - oid OID NULL, - lomowner OID NULL, - lomacl STRING[] NULL -) CREATE TABLE pg_catalog.pg_largeobject_metadata ( - oid OID NULL, - lomowner OID NULL, - lomacl STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_locks ( - locktype STRING NULL, - database OID NULL, - relation OID NULL, - page INT4 NULL, - tuple INT2 NULL, - virtualxid STRING NULL, - transactionid INT8 NULL, - classid OID NULL, - objid OID NULL, - objsubid INT2 NULL, - virtualtransaction STRING NULL, - pid INT4 NULL, - mode STRING NULL, - granted BOOL NULL, - fastpath BOOL NULL -) CREATE TABLE pg_catalog.pg_locks ( - locktype STRING NULL, - database OID NULL, - relation OID NULL, - page INT4 NULL, - tuple INT2 NULL, - virtualxid STRING NULL, - transactionid INT8 NULL, - classid OID NULL, - objid OID NULL, - objsubid INT2 NULL, - virtualtransaction STRING NULL, - pid INT4 NULL, - mode STRING NULL, - granted BOOL NULL, - fastpath BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_matviews ( - schemaname NAME NULL, - matviewname NAME NULL, - matviewowner NAME NULL, - tablespace NAME NULL, - hasindexes BOOL NULL, - ispopulated BOOL NULL, - definition STRING NULL -) CREATE TABLE pg_catalog.pg_matviews ( - schemaname NAME NULL, - matviewname NAME NULL, - matviewowner NAME NULL, - tablespace NAME NULL, - hasindexes BOOL NULL, - ispopulated BOOL NULL, - definition STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_namespace ( - oid OID NULL, - nspname NAME NOT NULL, - nspowner OID NULL, - nspacl STRING[] NULL -) CREATE TABLE pg_catalog.pg_namespace ( - oid OID NULL, - nspname NAME NOT NULL, - nspowner OID NULL, - nspacl STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_opclass ( - oid OID NULL, - opcmethod OID NULL, - opcname NAME NULL, - opcnamespace OID NULL, - opcowner OID NULL, - opcfamily OID NULL, - opcintype OID NULL, - opcdefault BOOL NULL, - opckeytype OID NULL -) CREATE TABLE pg_catalog.pg_opclass ( - oid OID NULL, - opcmethod OID NULL, - opcname NAME NULL, - opcnamespace OID NULL, - opcowner OID NULL, - opcfamily OID NULL, - opcintype OID NULL, - opcdefault BOOL NULL, - opckeytype OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_operator ( - oid OID NULL, - oprname NAME NULL, - oprnamespace OID NULL, - oprowner OID NULL, - oprkind "char" NULL, - oprcanmerge BOOL NULL, - oprcanhash BOOL NULL, - oprleft OID NULL, - oprright OID NULL, - oprresult OID NULL, - oprcom OID NULL, - oprnegate OID NULL, - oprcode OID NULL, - oprrest OID NULL, - oprjoin OID NULL -) CREATE TABLE pg_catalog.pg_operator ( - oid OID NULL, - oprname NAME NULL, - oprnamespace OID NULL, - oprowner OID NULL, - oprkind "char" NULL, - oprcanmerge BOOL NULL, - oprcanhash BOOL NULL, - oprleft OID NULL, - oprright OID NULL, - oprresult OID NULL, - oprcom OID NULL, - oprnegate OID NULL, - oprcode OID NULL, - oprrest OID NULL, - oprjoin OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_opfamily ( - oid OID NULL, - opfmethod OID NULL, - opfname NAME NULL, - opfnamespace OID NULL, - opfowner OID NULL -) CREATE TABLE pg_catalog.pg_opfamily ( - oid OID NULL, - opfmethod OID NULL, - opfname NAME NULL, - opfnamespace OID NULL, - opfowner OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_partitioned_table ( - partrelid OID NULL, - partstrat "char" NULL, - partnatts INT2 NULL, - partdefid OID NULL, - partattrs INT2VECTOR NULL, - partclass OIDVECTOR NULL, - partcollation OIDVECTOR NULL, - partexprs STRING NULL -) CREATE TABLE pg_catalog.pg_partitioned_table ( - partrelid OID NULL, - partstrat "char" NULL, - partnatts INT2 NULL, - partdefid OID NULL, - partattrs INT2VECTOR NULL, - partclass OIDVECTOR NULL, - partcollation OIDVECTOR NULL, - partexprs STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_policies ( - schemaname NAME NULL, - tablename NAME NULL, - policyname NAME NULL, - permissive STRING NULL, - roles NAME[] NULL, - cmd STRING NULL, - qual STRING NULL, - with_check STRING NULL -) CREATE TABLE pg_catalog.pg_policies ( - schemaname NAME NULL, - tablename NAME NULL, - policyname NAME NULL, - permissive STRING NULL, - roles NAME[] NULL, - cmd STRING NULL, - qual STRING NULL, - with_check STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_policy ( - oid OID NULL, - polname NAME NULL, - polrelid OID NULL, - polcmd "char" NULL, - polpermissive BOOL NULL, - polroles OID[] NULL, - polqual STRING NULL, - polwithcheck STRING NULL -) CREATE TABLE pg_catalog.pg_policy ( - oid OID NULL, - polname NAME NULL, - polrelid OID NULL, - polcmd "char" NULL, - polpermissive BOOL NULL, - polroles OID[] NULL, - polqual STRING NULL, - polwithcheck STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_prepared_statements ( - name STRING NULL, - statement STRING NULL, - prepare_time TIMESTAMPTZ NULL, - parameter_types REGTYPE[] NULL, - from_sql BOOL NULL -) CREATE TABLE pg_catalog.pg_prepared_statements ( - name STRING NULL, - statement STRING NULL, - prepare_time TIMESTAMPTZ NULL, - parameter_types REGTYPE[] NULL, - from_sql BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_prepared_xacts ( - transaction INT8 NULL, - gid STRING NULL, - prepared TIMESTAMPTZ NULL, - owner NAME NULL, - database NAME NULL -) CREATE TABLE pg_catalog.pg_prepared_xacts ( - transaction INT8 NULL, - gid STRING NULL, - prepared TIMESTAMPTZ NULL, - owner NAME NULL, - database NAME NULL -) {} {} -CREATE TABLE pg_catalog.pg_proc ( - oid OID NULL, - proname NAME NULL, - pronamespace OID NULL, - proowner OID NULL, - prolang OID NULL, - procost FLOAT4 NULL, - prorows FLOAT4 NULL, - provariadic OID NULL, - protransform STRING NULL, - proisagg BOOL NULL, - proiswindow BOOL NULL, - prosecdef BOOL NULL, - proleakproof BOOL NULL, - proisstrict BOOL NULL, - proretset BOOL NULL, - provolatile "char" NULL, - proparallel "char" NULL, - pronargs INT2 NULL, - pronargdefaults INT2 NULL, - prorettype OID NULL, - proargtypes OIDVECTOR NULL, - proallargtypes OID[] NULL, - proargmodes "char"[] NULL, - proargnames STRING[] NULL, - proargdefaults STRING NULL, - protrftypes OID[] NULL, - prosrc STRING NULL, - probin STRING NULL, - proconfig STRING[] NULL, - proacl STRING[] NULL, - prokind "char" NULL, - prosupport REGPROC NULL -) CREATE TABLE pg_catalog.pg_proc ( - oid OID NULL, - proname NAME NULL, - pronamespace OID NULL, - proowner OID NULL, - prolang OID NULL, - procost FLOAT4 NULL, - prorows FLOAT4 NULL, - provariadic OID NULL, - protransform STRING NULL, - proisagg BOOL NULL, - proiswindow BOOL NULL, - prosecdef BOOL NULL, - proleakproof BOOL NULL, - proisstrict BOOL NULL, - proretset BOOL NULL, - provolatile "char" NULL, - proparallel "char" NULL, - pronargs INT2 NULL, - pronargdefaults INT2 NULL, - prorettype OID NULL, - proargtypes OIDVECTOR NULL, - proallargtypes OID[] NULL, - proargmodes "char"[] NULL, - proargnames STRING[] NULL, - proargdefaults STRING NULL, - protrftypes OID[] NULL, - prosrc STRING NULL, - probin STRING NULL, - proconfig STRING[] NULL, - proacl STRING[] NULL, - prokind "char" NULL, - prosupport REGPROC NULL -) {} {} -CREATE TABLE pg_catalog.pg_publication ( - oid OID NULL, - pubname NAME NULL, - pubowner OID NULL, - puballtables BOOL NULL, - pubinsert BOOL NULL, - pubupdate BOOL NULL, - pubdelete BOOL NULL, - pubtruncate BOOL NULL, - pubviaroot BOOL NULL -) CREATE TABLE pg_catalog.pg_publication ( - oid OID NULL, - pubname NAME NULL, - pubowner OID NULL, - puballtables BOOL NULL, - pubinsert BOOL NULL, - pubupdate BOOL NULL, - pubdelete BOOL NULL, - pubtruncate BOOL NULL, - pubviaroot BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_publication_rel ( - oid OID NULL, - prpubid OID NULL, - prrelid OID NULL -) CREATE TABLE pg_catalog.pg_publication_rel ( - oid OID NULL, - prpubid OID NULL, - prrelid OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_publication_tables ( - pubname NAME NULL, - schemaname NAME NULL, - tablename NAME NULL -) CREATE TABLE pg_catalog.pg_publication_tables ( - pubname NAME NULL, - schemaname NAME NULL, - tablename NAME NULL -) {} {} -CREATE TABLE pg_catalog.pg_range ( - rngtypid OID NULL, - rngsubtype OID NULL, - rngcollation OID NULL, - rngsubopc OID NULL, - rngcanonical OID NULL, - rngsubdiff OID NULL -) CREATE TABLE pg_catalog.pg_range ( - rngtypid OID NULL, - rngsubtype OID NULL, - rngcollation OID NULL, - rngsubopc OID NULL, - rngcanonical OID NULL, - rngsubdiff OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_replication_origin ( - roident OID NULL, - roname STRING NULL -) CREATE TABLE pg_catalog.pg_replication_origin ( - roident OID NULL, - roname STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_replication_origin_status ( - local_id OID NULL, - external_id STRING NULL, - remote_lsn STRING NULL, - local_lsn STRING NULL -) CREATE TABLE pg_catalog.pg_replication_origin_status ( - local_id OID NULL, - external_id STRING NULL, - remote_lsn STRING NULL, - local_lsn STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_replication_slots ( - slot_name NAME NULL, - plugin NAME NULL, - slot_type STRING NULL, - datoid OID NULL, - database NAME NULL, - temporary BOOL NULL, - active BOOL NULL, - active_pid INT4 NULL, - xmin INT8 NULL, - catalog_xmin INT8 NULL, - restart_lsn STRING NULL, - confirmed_flush_lsn STRING NULL, - wal_status STRING NULL, - safe_wal_size INT8 NULL -) CREATE TABLE pg_catalog.pg_replication_slots ( - slot_name NAME NULL, - plugin NAME NULL, - slot_type STRING NULL, - datoid OID NULL, - database NAME NULL, - temporary BOOL NULL, - active BOOL NULL, - active_pid INT4 NULL, - xmin INT8 NULL, - catalog_xmin INT8 NULL, - restart_lsn STRING NULL, - confirmed_flush_lsn STRING NULL, - wal_status STRING NULL, - safe_wal_size INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_rewrite ( - oid OID NULL, - rulename NAME NULL, - ev_class OID NULL, - ev_type "char" NULL, - ev_enabled "char" NULL, - is_instead BOOL NULL, - ev_qual STRING NULL, - ev_action STRING NULL -) CREATE TABLE pg_catalog.pg_rewrite ( - oid OID NULL, - rulename NAME NULL, - ev_class OID NULL, - ev_type "char" NULL, - ev_enabled "char" NULL, - is_instead BOOL NULL, - ev_qual STRING NULL, - ev_action STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_roles ( - oid OID NULL, - rolname NAME NULL, - rolsuper BOOL NULL, - rolinherit BOOL NULL, - rolcreaterole BOOL NULL, - rolcreatedb BOOL NULL, - rolcatupdate BOOL NULL, - rolcanlogin BOOL NULL, - rolreplication BOOL NULL, - rolconnlimit INT4 NULL, - rolpassword STRING NULL, - rolvaliduntil TIMESTAMPTZ NULL, - rolbypassrls BOOL NULL, - rolconfig STRING[] NULL -) CREATE TABLE pg_catalog.pg_roles ( - oid OID NULL, - rolname NAME NULL, - rolsuper BOOL NULL, - rolinherit BOOL NULL, - rolcreaterole BOOL NULL, - rolcreatedb BOOL NULL, - rolcatupdate BOOL NULL, - rolcanlogin BOOL NULL, - rolreplication BOOL NULL, - rolconnlimit INT4 NULL, - rolpassword STRING NULL, - rolvaliduntil TIMESTAMPTZ NULL, - rolbypassrls BOOL NULL, - rolconfig STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_rules ( - schemaname NAME NULL, - tablename NAME NULL, - rulename NAME NULL, - definition STRING NULL -) CREATE TABLE pg_catalog.pg_rules ( - schemaname NAME NULL, - tablename NAME NULL, - rulename NAME NULL, - definition STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_seclabel ( - objoid OID NULL, - classoid OID NULL, - objsubid INT8 NULL, - provider STRING NULL, - label STRING NULL -) CREATE TABLE pg_catalog.pg_seclabel ( - objoid OID NULL, - classoid OID NULL, - objsubid INT8 NULL, - provider STRING NULL, - label STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_seclabels ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - objtype STRING NULL, - objnamespace OID NULL, - objname STRING NULL, - provider STRING NULL, - label STRING NULL -) CREATE TABLE pg_catalog.pg_seclabels ( - objoid OID NULL, - classoid OID NULL, - objsubid INT4 NULL, - objtype STRING NULL, - objnamespace OID NULL, - objname STRING NULL, - provider STRING NULL, - label STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_sequence ( - seqrelid OID NULL, - seqtypid OID NULL, - seqstart INT8 NULL, - seqincrement INT8 NULL, - seqmax INT8 NULL, - seqmin INT8 NULL, - seqcache INT8 NULL, - seqcycle BOOL NULL -) CREATE TABLE pg_catalog.pg_sequence ( - seqrelid OID NULL, - seqtypid OID NULL, - seqstart INT8 NULL, - seqincrement INT8 NULL, - seqmax INT8 NULL, - seqmin INT8 NULL, - seqcache INT8 NULL, - seqcycle BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_sequences ( - schemaname NAME NULL, - sequencename NAME NULL, - sequenceowner NAME NULL, - data_type REGTYPE NULL, - start_value INT8 NULL, - min_value INT8 NULL, - max_value INT8 NULL, - increment_by INT8 NULL, - cycle BOOL NULL, - cache_size INT8 NULL, - last_value INT8 NULL -) CREATE TABLE pg_catalog.pg_sequences ( - schemaname NAME NULL, - sequencename NAME NULL, - sequenceowner NAME NULL, - data_type REGTYPE NULL, - start_value INT8 NULL, - min_value INT8 NULL, - max_value INT8 NULL, - increment_by INT8 NULL, - cycle BOOL NULL, - cache_size INT8 NULL, - last_value INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_settings ( - name STRING NULL, - setting STRING NULL, - unit STRING NULL, - category STRING NULL, - short_desc STRING NULL, - extra_desc STRING NULL, - context STRING NULL, - vartype STRING NULL, - source STRING NULL, - min_val STRING NULL, - max_val STRING NULL, - enumvals STRING NULL, - boot_val STRING NULL, - reset_val STRING NULL, - sourcefile STRING NULL, - sourceline INT4 NULL, - pending_restart BOOL NULL -) CREATE TABLE pg_catalog.pg_settings ( - name STRING NULL, - setting STRING NULL, - unit STRING NULL, - category STRING NULL, - short_desc STRING NULL, - extra_desc STRING NULL, - context STRING NULL, - vartype STRING NULL, - source STRING NULL, - min_val STRING NULL, - max_val STRING NULL, - enumvals STRING NULL, - boot_val STRING NULL, - reset_val STRING NULL, - sourcefile STRING NULL, - sourceline INT4 NULL, - pending_restart BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_shadow ( - usename NAME NULL, - usesysid OID NULL, - usecreatedb BOOL NULL, - usesuper BOOL NULL, - userepl BOOL NULL, - usebypassrls BOOL NULL, - passwd STRING NULL, - valuntil TIMESTAMPTZ NULL, - useconfig STRING[] NULL -) CREATE TABLE pg_catalog.pg_shadow ( - usename NAME NULL, - usesysid OID NULL, - usecreatedb BOOL NULL, - usesuper BOOL NULL, - userepl BOOL NULL, - usebypassrls BOOL NULL, - passwd STRING NULL, - valuntil TIMESTAMPTZ NULL, - useconfig STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_shdepend ( - dbid OID NULL, - classid OID NULL, - objid OID NULL, - objsubid INT4 NULL, - refclassid OID NULL, - refobjid OID NULL, - deptype "char" NULL -) CREATE TABLE pg_catalog.pg_shdepend ( - dbid OID NULL, - classid OID NULL, - objid OID NULL, - objsubid INT4 NULL, - refclassid OID NULL, - refobjid OID NULL, - deptype "char" NULL -) {} {} -CREATE TABLE pg_catalog.pg_shdescription ( - objoid OID NULL, - classoid OID NULL, - description STRING NULL -) CREATE TABLE pg_catalog.pg_shdescription ( - objoid OID NULL, - classoid OID NULL, - description STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_shmem_allocations ( - name STRING NULL, - off INT8 NULL, - size INT8 NULL, - allocated_size INT8 NULL -) CREATE TABLE pg_catalog.pg_shmem_allocations ( - name STRING NULL, - off INT8 NULL, - size INT8 NULL, - allocated_size INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_shseclabel ( - objoid OID NULL, - classoid OID NULL, - provider STRING NULL, - label STRING NULL -) CREATE TABLE pg_catalog.pg_shseclabel ( - objoid OID NULL, - classoid OID NULL, - provider STRING NULL, - label STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_activity ( - datid OID NULL, - datname NAME NULL, - pid INT8 NULL, - usesysid OID NULL, - usename NAME NULL, - application_name STRING NULL, - client_addr INET NULL, - client_hostname STRING NULL, - client_port INT8 NULL, - backend_start TIMESTAMPTZ NULL, - xact_start TIMESTAMPTZ NULL, - query_start TIMESTAMPTZ NULL, - state_change TIMESTAMPTZ NULL, - wait_event_type STRING NULL, - wait_event STRING NULL, - state STRING NULL, - backend_xid INT8 NULL, - backend_xmin INT8 NULL, - query STRING NULL, - backend_type STRING NULL, - leader_pid INT4 NULL -) CREATE TABLE pg_catalog.pg_stat_activity ( - datid OID NULL, - datname NAME NULL, - pid INT8 NULL, - usesysid OID NULL, - usename NAME NULL, - application_name STRING NULL, - client_addr INET NULL, - client_hostname STRING NULL, - client_port INT8 NULL, - backend_start TIMESTAMPTZ NULL, - xact_start TIMESTAMPTZ NULL, - query_start TIMESTAMPTZ NULL, - state_change TIMESTAMPTZ NULL, - wait_event_type STRING NULL, - wait_event STRING NULL, - state STRING NULL, - backend_xid INT8 NULL, - backend_xmin INT8 NULL, - query STRING NULL, - backend_type STRING NULL, - leader_pid INT4 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_all_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_all_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_archiver ( - archived_count INT8 NULL, - last_archived_wal STRING NULL, - last_archived_time TIMESTAMPTZ NULL, - failed_count INT8 NULL, - last_failed_wal STRING NULL, - last_failed_time TIMESTAMPTZ NULL, - stats_reset TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_archiver ( - archived_count INT8 NULL, - last_archived_wal STRING NULL, - last_archived_time TIMESTAMPTZ NULL, - failed_count INT8 NULL, - last_failed_wal STRING NULL, - last_failed_time TIMESTAMPTZ NULL, - stats_reset TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_bgwriter ( - checkpoints_timed INT8 NULL, - checkpoints_req INT8 NULL, - checkpoint_write_time FLOAT8 NULL, - checkpoint_sync_time FLOAT8 NULL, - buffers_checkpoint INT8 NULL, - buffers_clean INT8 NULL, - maxwritten_clean INT8 NULL, - buffers_backend INT8 NULL, - buffers_backend_fsync INT8 NULL, - buffers_alloc INT8 NULL, - stats_reset TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_bgwriter ( - checkpoints_timed INT8 NULL, - checkpoints_req INT8 NULL, - checkpoint_write_time FLOAT8 NULL, - checkpoint_sync_time FLOAT8 NULL, - buffers_checkpoint INT8 NULL, - buffers_clean INT8 NULL, - maxwritten_clean INT8 NULL, - buffers_backend INT8 NULL, - buffers_backend_fsync INT8 NULL, - buffers_alloc INT8 NULL, - stats_reset TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_database ( - datid OID NULL, - datname NAME NULL, - numbackends INT4 NULL, - xact_commit INT8 NULL, - xact_rollback INT8 NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL, - tup_returned INT8 NULL, - tup_fetched INT8 NULL, - tup_inserted INT8 NULL, - tup_updated INT8 NULL, - tup_deleted INT8 NULL, - conflicts INT8 NULL, - temp_files INT8 NULL, - temp_bytes INT8 NULL, - deadlocks INT8 NULL, - checksum_failures INT8 NULL, - checksum_last_failure TIMESTAMPTZ NULL, - blk_read_time FLOAT8 NULL, - blk_write_time FLOAT8 NULL, - stats_reset TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_database ( - datid OID NULL, - datname NAME NULL, - numbackends INT4 NULL, - xact_commit INT8 NULL, - xact_rollback INT8 NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL, - tup_returned INT8 NULL, - tup_fetched INT8 NULL, - tup_inserted INT8 NULL, - tup_updated INT8 NULL, - tup_deleted INT8 NULL, - conflicts INT8 NULL, - temp_files INT8 NULL, - temp_bytes INT8 NULL, - deadlocks INT8 NULL, - checksum_failures INT8 NULL, - checksum_last_failure TIMESTAMPTZ NULL, - blk_read_time FLOAT8 NULL, - blk_write_time FLOAT8 NULL, - stats_reset TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_database_conflicts ( - datid OID NULL, - datname NAME NULL, - confl_tablespace INT8 NULL, - confl_lock INT8 NULL, - confl_snapshot INT8 NULL, - confl_bufferpin INT8 NULL, - confl_deadlock INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_database_conflicts ( - datid OID NULL, - datname NAME NULL, - confl_tablespace INT8 NULL, - confl_lock INT8 NULL, - confl_snapshot INT8 NULL, - confl_bufferpin INT8 NULL, - confl_deadlock INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_gssapi ( - pid INT4 NULL, - gss_authenticated BOOL NULL, - principal STRING NULL, - encrypted BOOL NULL -) CREATE TABLE pg_catalog.pg_stat_gssapi ( - pid INT4 NULL, - gss_authenticated BOOL NULL, - principal STRING NULL, - encrypted BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_progress_analyze ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - phase STRING NULL, - sample_blks_total INT8 NULL, - sample_blks_scanned INT8 NULL, - ext_stats_total INT8 NULL, - ext_stats_computed INT8 NULL, - child_tables_total INT8 NULL, - child_tables_done INT8 NULL, - current_child_table_relid OID NULL -) CREATE TABLE pg_catalog.pg_stat_progress_analyze ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - phase STRING NULL, - sample_blks_total INT8 NULL, - sample_blks_scanned INT8 NULL, - ext_stats_total INT8 NULL, - ext_stats_computed INT8 NULL, - child_tables_total INT8 NULL, - child_tables_done INT8 NULL, - current_child_table_relid OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_progress_basebackup ( - pid INT4 NULL, - phase STRING NULL, - backup_total INT8 NULL, - backup_streamed INT8 NULL, - tablespaces_total INT8 NULL, - tablespaces_streamed INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_progress_basebackup ( - pid INT4 NULL, - phase STRING NULL, - backup_total INT8 NULL, - backup_streamed INT8 NULL, - tablespaces_total INT8 NULL, - tablespaces_streamed INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_progress_cluster ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - command STRING NULL, - phase STRING NULL, - cluster_index_relid OID NULL, - heap_tuples_scanned INT8 NULL, - heap_tuples_written INT8 NULL, - heap_blks_total INT8 NULL, - heap_blks_scanned INT8 NULL, - index_rebuild_count INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_progress_cluster ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - command STRING NULL, - phase STRING NULL, - cluster_index_relid OID NULL, - heap_tuples_scanned INT8 NULL, - heap_tuples_written INT8 NULL, - heap_blks_total INT8 NULL, - heap_blks_scanned INT8 NULL, - index_rebuild_count INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_progress_create_index ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - index_relid OID NULL, - command STRING NULL, - phase STRING NULL, - lockers_total INT8 NULL, - lockers_done INT8 NULL, - current_locker_pid INT8 NULL, - blocks_total INT8 NULL, - blocks_done INT8 NULL, - tuples_total INT8 NULL, - tuples_done INT8 NULL, - partitions_total INT8 NULL, - partitions_done INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_progress_create_index ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - index_relid OID NULL, - command STRING NULL, - phase STRING NULL, - lockers_total INT8 NULL, - lockers_done INT8 NULL, - current_locker_pid INT8 NULL, - blocks_total INT8 NULL, - blocks_done INT8 NULL, - tuples_total INT8 NULL, - tuples_done INT8 NULL, - partitions_total INT8 NULL, - partitions_done INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_progress_vacuum ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - phase STRING NULL, - heap_blks_total INT8 NULL, - heap_blks_scanned INT8 NULL, - heap_blks_vacuumed INT8 NULL, - index_vacuum_count INT8 NULL, - max_dead_tuples INT8 NULL, - num_dead_tuples INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_progress_vacuum ( - pid INT4 NULL, - datid OID NULL, - datname NAME NULL, - relid OID NULL, - phase STRING NULL, - heap_blks_total INT8 NULL, - heap_blks_scanned INT8 NULL, - heap_blks_vacuumed INT8 NULL, - index_vacuum_count INT8 NULL, - max_dead_tuples INT8 NULL, - num_dead_tuples INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_replication ( - pid INT4 NULL, - usesysid OID NULL, - usename NAME NULL, - application_name STRING NULL, - client_addr INET NULL, - client_hostname STRING NULL, - client_port INT4 NULL, - backend_start TIMESTAMPTZ NULL, - backend_xmin INT8 NULL, - state STRING NULL, - sent_lsn STRING NULL, - write_lsn STRING NULL, - flush_lsn STRING NULL, - replay_lsn STRING NULL, - write_lag INTERVAL NULL, - flush_lag INTERVAL NULL, - replay_lag INTERVAL NULL, - sync_priority INT4 NULL, - sync_state STRING NULL, - reply_time TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_replication ( - pid INT4 NULL, - usesysid OID NULL, - usename NAME NULL, - application_name STRING NULL, - client_addr INET NULL, - client_hostname STRING NULL, - client_port INT4 NULL, - backend_start TIMESTAMPTZ NULL, - backend_xmin INT8 NULL, - state STRING NULL, - sent_lsn STRING NULL, - write_lsn STRING NULL, - flush_lsn STRING NULL, - replay_lsn STRING NULL, - write_lag INTERVAL NULL, - flush_lag INTERVAL NULL, - replay_lag INTERVAL NULL, - sync_priority INT4 NULL, - sync_state STRING NULL, - reply_time TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_slru ( - name STRING NULL, - blks_zeroed INT8 NULL, - blks_hit INT8 NULL, - blks_read INT8 NULL, - blks_written INT8 NULL, - blks_exists INT8 NULL, - flushes INT8 NULL, - truncates INT8 NULL, - stats_reset TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_slru ( - name STRING NULL, - blks_zeroed INT8 NULL, - blks_hit INT8 NULL, - blks_read INT8 NULL, - blks_written INT8 NULL, - blks_exists INT8 NULL, - flushes INT8 NULL, - truncates INT8 NULL, - stats_reset TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_ssl ( - pid INT4 NULL, - ssl BOOL NULL, - version STRING NULL, - cipher STRING NULL, - bits INT4 NULL, - compression BOOL NULL, - client_dn STRING NULL, - client_serial DECIMAL NULL, - issuer_dn STRING NULL -) CREATE TABLE pg_catalog.pg_stat_ssl ( - pid INT4 NULL, - ssl BOOL NULL, - version STRING NULL, - cipher STRING NULL, - bits INT4 NULL, - compression BOOL NULL, - client_dn STRING NULL, - client_serial DECIMAL NULL, - issuer_dn STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_subscription ( - subid OID NULL, - subname NAME NULL, - pid INT4 NULL, - relid OID NULL, - received_lsn STRING NULL, - last_msg_send_time TIMESTAMPTZ NULL, - last_msg_receipt_time TIMESTAMPTZ NULL, - latest_end_lsn STRING NULL, - latest_end_time TIMESTAMPTZ NULL -) CREATE TABLE pg_catalog.pg_stat_subscription ( - subid OID NULL, - subname NAME NULL, - pid INT4 NULL, - relid OID NULL, - received_lsn STRING NULL, - last_msg_send_time TIMESTAMPTZ NULL, - last_msg_receipt_time TIMESTAMPTZ NULL, - latest_end_lsn STRING NULL, - latest_end_time TIMESTAMPTZ NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_sys_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_sys_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_user_functions ( - funcid OID NULL, - schemaname NAME NULL, - funcname NAME NULL, - calls INT8 NULL, - total_time FLOAT8 NULL, - self_time FLOAT8 NULL -) CREATE TABLE pg_catalog.pg_stat_user_functions ( - funcid OID NULL, - schemaname NAME NULL, - funcname NAME NULL, - calls INT8 NULL, - total_time FLOAT8 NULL, - self_time FLOAT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_user_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_user_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_scan INT8 NULL, - idx_tup_read INT8 NULL, - idx_tup_fetch INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL, - n_live_tup INT8 NULL, - n_dead_tup INT8 NULL, - n_mod_since_analyze INT8 NULL, - n_ins_since_vacuum INT8 NULL, - last_vacuum TIMESTAMPTZ NULL, - last_autovacuum TIMESTAMPTZ NULL, - last_analyze TIMESTAMPTZ NULL, - last_autoanalyze TIMESTAMPTZ NULL, - vacuum_count INT8 NULL, - autovacuum_count INT8 NULL, - analyze_count INT8 NULL, - autoanalyze_count INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_wal_receiver ( - pid INT4 NULL, - status STRING NULL, - receive_start_lsn STRING NULL, - receive_start_tli INT4 NULL, - written_lsn STRING NULL, - flushed_lsn STRING NULL, - received_tli INT4 NULL, - last_msg_send_time TIMESTAMPTZ NULL, - last_msg_receipt_time TIMESTAMPTZ NULL, - latest_end_lsn STRING NULL, - latest_end_time TIMESTAMPTZ NULL, - slot_name STRING NULL, - sender_host STRING NULL, - sender_port INT4 NULL, - conninfo STRING NULL -) CREATE TABLE pg_catalog.pg_stat_wal_receiver ( - pid INT4 NULL, - status STRING NULL, - receive_start_lsn STRING NULL, - receive_start_tli INT4 NULL, - written_lsn STRING NULL, - flushed_lsn STRING NULL, - received_tli INT4 NULL, - last_msg_send_time TIMESTAMPTZ NULL, - last_msg_receipt_time TIMESTAMPTZ NULL, - latest_end_lsn STRING NULL, - latest_end_time TIMESTAMPTZ NULL, - slot_name STRING NULL, - sender_host STRING NULL, - sender_port INT4 NULL, - conninfo STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_xact_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_xact_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_xact_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_xact_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_xact_user_functions ( - funcid OID NULL, - schemaname NAME NULL, - funcname NAME NULL, - calls INT8 NULL, - total_time FLOAT8 NULL, - self_time FLOAT8 NULL -) CREATE TABLE pg_catalog.pg_stat_xact_user_functions ( - funcid OID NULL, - schemaname NAME NULL, - funcname NAME NULL, - calls INT8 NULL, - total_time FLOAT8 NULL, - self_time FLOAT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_stat_xact_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) CREATE TABLE pg_catalog.pg_stat_xact_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - seq_scan INT8 NULL, - seq_tup_read INT8 NULL, - idx_scan INT8 NULL, - idx_tup_fetch INT8 NULL, - n_tup_ins INT8 NULL, - n_tup_upd INT8 NULL, - n_tup_del INT8 NULL, - n_tup_hot_upd INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_all_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_all_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_all_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_all_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_all_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_sys_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_sys_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_sys_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_sys_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_sys_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_user_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_user_indexes ( - relid OID NULL, - indexrelid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - indexrelname NAME NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_user_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_user_sequences ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - blks_read INT8 NULL, - blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statio_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) CREATE TABLE pg_catalog.pg_statio_user_tables ( - relid OID NULL, - schemaname NAME NULL, - relname NAME NULL, - heap_blks_read INT8 NULL, - heap_blks_hit INT8 NULL, - idx_blks_read INT8 NULL, - idx_blks_hit INT8 NULL, - toast_blks_read INT8 NULL, - toast_blks_hit INT8 NULL, - tidx_blks_read INT8 NULL, - tidx_blks_hit INT8 NULL -) {} {} -CREATE TABLE pg_catalog.pg_statistic ( - starelid OID NULL, - staattnum INT2 NULL, - stainherit BOOL NULL, - stanullfrac FLOAT4 NULL, - stawidth INT4 NULL, - stadistinct FLOAT4 NULL, - stakind1 INT2 NULL, - stakind2 INT2 NULL, - stakind3 INT2 NULL, - stakind4 INT2 NULL, - stakind5 INT2 NULL, - staop1 OID NULL, - staop2 OID NULL, - staop3 OID NULL, - staop4 OID NULL, - staop5 OID NULL, - stacoll1 OID NULL, - stacoll2 OID NULL, - stacoll3 OID NULL, - stacoll4 OID NULL, - stacoll5 OID NULL, - stanumbers1 FLOAT4[] NULL, - stanumbers2 FLOAT4[] NULL, - stanumbers3 FLOAT4[] NULL, - stanumbers4 FLOAT4[] NULL, - stanumbers5 FLOAT4[] NULL, - stavalues1 STRING[] NULL, - stavalues2 STRING[] NULL, - stavalues3 STRING[] NULL, - stavalues4 STRING[] NULL, - stavalues5 STRING[] NULL -) CREATE TABLE pg_catalog.pg_statistic ( - starelid OID NULL, - staattnum INT2 NULL, - stainherit BOOL NULL, - stanullfrac FLOAT4 NULL, - stawidth INT4 NULL, - stadistinct FLOAT4 NULL, - stakind1 INT2 NULL, - stakind2 INT2 NULL, - stakind3 INT2 NULL, - stakind4 INT2 NULL, - stakind5 INT2 NULL, - staop1 OID NULL, - staop2 OID NULL, - staop3 OID NULL, - staop4 OID NULL, - staop5 OID NULL, - stacoll1 OID NULL, - stacoll2 OID NULL, - stacoll3 OID NULL, - stacoll4 OID NULL, - stacoll5 OID NULL, - stanumbers1 FLOAT4[] NULL, - stanumbers2 FLOAT4[] NULL, - stanumbers3 FLOAT4[] NULL, - stanumbers4 FLOAT4[] NULL, - stanumbers5 FLOAT4[] NULL, - stavalues1 STRING[] NULL, - stavalues2 STRING[] NULL, - stavalues3 STRING[] NULL, - stavalues4 STRING[] NULL, - stavalues5 STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_statistic_ext ( - oid OID NULL, - stxrelid OID NULL, - stxname NAME NULL, - stxnamespace OID NULL, - stxowner OID NULL, - stxstattarget INT4 NULL, - stxkeys INT2VECTOR NULL, - stxkind "char"[] NULL -) CREATE TABLE pg_catalog.pg_statistic_ext ( - oid OID NULL, - stxrelid OID NULL, - stxname NAME NULL, - stxnamespace OID NULL, - stxowner OID NULL, - stxstattarget INT4 NULL, - stxkeys INT2VECTOR NULL, - stxkind "char"[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_statistic_ext_data ( - stxoid OID NULL, - stxdndistinct BYTES NULL, - stxddependencies BYTES NULL, - stxdmcv BYTES NULL -) CREATE TABLE pg_catalog.pg_statistic_ext_data ( - stxoid OID NULL, - stxdndistinct BYTES NULL, - stxddependencies BYTES NULL, - stxdmcv BYTES NULL -) {} {} -CREATE TABLE pg_catalog.pg_stats ( - schemaname NAME NULL, - tablename NAME NULL, - attname NAME NULL, - inherited BOOL NULL, - null_frac FLOAT4 NULL, - avg_width INT4 NULL, - n_distinct FLOAT4 NULL, - most_common_vals STRING[] NULL, - most_common_freqs FLOAT4[] NULL, - histogram_bounds STRING[] NULL, - correlation FLOAT4 NULL, - most_common_elems STRING[] NULL, - most_common_elem_freqs FLOAT4[] NULL, - elem_count_histogram FLOAT4[] NULL -) CREATE TABLE pg_catalog.pg_stats ( - schemaname NAME NULL, - tablename NAME NULL, - attname NAME NULL, - inherited BOOL NULL, - null_frac FLOAT4 NULL, - avg_width INT4 NULL, - n_distinct FLOAT4 NULL, - most_common_vals STRING[] NULL, - most_common_freqs FLOAT4[] NULL, - histogram_bounds STRING[] NULL, - correlation FLOAT4 NULL, - most_common_elems STRING[] NULL, - most_common_elem_freqs FLOAT4[] NULL, - elem_count_histogram FLOAT4[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_stats_ext ( - schemaname NAME NULL, - tablename NAME NULL, - statistics_schemaname NAME NULL, - statistics_name NAME NULL, - statistics_owner NAME NULL, - attnames NAME[] NULL, - kinds "char"[] NULL, - n_distinct BYTES NULL, - dependencies BYTES NULL, - most_common_vals STRING[] NULL, - most_common_val_nulls BOOL[] NULL, - most_common_freqs FLOAT8[] NULL, - most_common_base_freqs FLOAT8[] NULL -) CREATE TABLE pg_catalog.pg_stats_ext ( - schemaname NAME NULL, - tablename NAME NULL, - statistics_schemaname NAME NULL, - statistics_name NAME NULL, - statistics_owner NAME NULL, - attnames NAME[] NULL, - kinds "char"[] NULL, - n_distinct BYTES NULL, - dependencies BYTES NULL, - most_common_vals STRING[] NULL, - most_common_val_nulls BOOL[] NULL, - most_common_freqs FLOAT8[] NULL, - most_common_base_freqs FLOAT8[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_subscription ( - oid OID NULL, - subdbid OID NULL, - subname NAME NULL, - subowner OID NULL, - subenabled BOOL NULL, - subconninfo STRING NULL, - subslotname NAME NULL, - subsynccommit STRING NULL, - subpublications STRING[] NULL -) CREATE TABLE pg_catalog.pg_subscription ( - oid OID NULL, - subdbid OID NULL, - subname NAME NULL, - subowner OID NULL, - subenabled BOOL NULL, - subconninfo STRING NULL, - subslotname NAME NULL, - subsynccommit STRING NULL, - subpublications STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_subscription_rel ( - srsubid OID NULL, - srrelid OID NULL, - srsubstate "char" NULL, - srsublsn STRING NULL -) CREATE TABLE pg_catalog.pg_subscription_rel ( - srsubid OID NULL, - srrelid OID NULL, - srsubstate "char" NULL, - srsublsn STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_tables ( - schemaname NAME NULL, - tablename NAME NULL, - tableowner NAME NULL, - tablespace NAME NULL, - hasindexes BOOL NULL, - hasrules BOOL NULL, - hastriggers BOOL NULL, - rowsecurity BOOL NULL -) CREATE TABLE pg_catalog.pg_tables ( - schemaname NAME NULL, - tablename NAME NULL, - tableowner NAME NULL, - tablespace NAME NULL, - hasindexes BOOL NULL, - hasrules BOOL NULL, - hastriggers BOOL NULL, - rowsecurity BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_tablespace ( - oid OID NULL, - spcname NAME NULL, - spcowner OID NULL, - spclocation STRING NULL, - spcacl STRING[] NULL, - spcoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_tablespace ( - oid OID NULL, - spcname NAME NULL, - spcowner OID NULL, - spclocation STRING NULL, - spcacl STRING[] NULL, - spcoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_timezone_abbrevs ( - abbrev STRING NULL, - utc_offset INTERVAL NULL, - is_dst BOOL NULL -) CREATE TABLE pg_catalog.pg_timezone_abbrevs ( - abbrev STRING NULL, - utc_offset INTERVAL NULL, - is_dst BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_timezone_names ( - name STRING NULL, - abbrev STRING NULL, - utc_offset INTERVAL NULL, - is_dst BOOL NULL -) CREATE TABLE pg_catalog.pg_timezone_names ( - name STRING NULL, - abbrev STRING NULL, - utc_offset INTERVAL NULL, - is_dst BOOL NULL -) {} {} -CREATE TABLE pg_catalog.pg_transform ( - oid OID NULL, - trftype OID NULL, - trflang OID NULL, - trffromsql REGPROC NULL, - trftosql REGPROC NULL -) CREATE TABLE pg_catalog.pg_transform ( - oid OID NULL, - trftype OID NULL, - trflang OID NULL, - trffromsql REGPROC NULL, - trftosql REGPROC NULL -) {} {} -CREATE TABLE pg_catalog.pg_trigger ( - oid OID NULL, - tgrelid OID NULL, - tgname NAME NULL, - tgfoid OID NULL, - tgtype INT2 NULL, - tgenabled "char" NULL, - tgisinternal BOOL NULL, - tgconstrrelid OID NULL, - tgconstrindid OID NULL, - tgconstraint OID NULL, - tgdeferrable BOOL NULL, - tginitdeferred BOOL NULL, - tgnargs INT2 NULL, - tgattr INT2VECTOR NULL, - tgargs BYTES NULL, - tgqual STRING NULL, - tgoldtable NAME NULL, - tgnewtable NAME NULL, - tgparentid OID NULL -) CREATE TABLE pg_catalog.pg_trigger ( - oid OID NULL, - tgrelid OID NULL, - tgname NAME NULL, - tgfoid OID NULL, - tgtype INT2 NULL, - tgenabled "char" NULL, - tgisinternal BOOL NULL, - tgconstrrelid OID NULL, - tgconstrindid OID NULL, - tgconstraint OID NULL, - tgdeferrable BOOL NULL, - tginitdeferred BOOL NULL, - tgnargs INT2 NULL, - tgattr INT2VECTOR NULL, - tgargs BYTES NULL, - tgqual STRING NULL, - tgoldtable NAME NULL, - tgnewtable NAME NULL, - tgparentid OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_ts_config ( - oid OID NULL, - cfgname NAME NULL, - cfgnamespace OID NULL, - cfgowner OID NULL, - cfgparser OID NULL -) CREATE TABLE pg_catalog.pg_ts_config ( - oid OID NULL, - cfgname NAME NULL, - cfgnamespace OID NULL, - cfgowner OID NULL, - cfgparser OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_ts_config_map ( - mapcfg OID NULL, - maptokentype INT4 NULL, - mapseqno INT4 NULL, - mapdict OID NULL -) CREATE TABLE pg_catalog.pg_ts_config_map ( - mapcfg OID NULL, - maptokentype INT4 NULL, - mapseqno INT4 NULL, - mapdict OID NULL -) {} {} -CREATE TABLE pg_catalog.pg_ts_dict ( - oid OID NULL, - dictname NAME NULL, - dictnamespace OID NULL, - dictowner OID NULL, - dicttemplate OID NULL, - dictinitoption STRING NULL -) CREATE TABLE pg_catalog.pg_ts_dict ( - oid OID NULL, - dictname NAME NULL, - dictnamespace OID NULL, - dictowner OID NULL, - dicttemplate OID NULL, - dictinitoption STRING NULL -) {} {} -CREATE TABLE pg_catalog.pg_ts_parser ( - oid OID NULL, - prsname NAME NULL, - prsnamespace OID NULL, - prsstart REGPROC NULL, - prstoken REGPROC NULL, - prsend REGPROC NULL, - prsheadline REGPROC NULL, - prslextype REGPROC NULL -) CREATE TABLE pg_catalog.pg_ts_parser ( - oid OID NULL, - prsname NAME NULL, - prsnamespace OID NULL, - prsstart REGPROC NULL, - prstoken REGPROC NULL, - prsend REGPROC NULL, - prsheadline REGPROC NULL, - prslextype REGPROC NULL -) {} {} -CREATE TABLE pg_catalog.pg_ts_template ( - oid OID NULL, - tmplname NAME NULL, - tmplnamespace OID NULL, - tmplinit REGPROC NULL, - tmpllexize REGPROC NULL -) CREATE TABLE pg_catalog.pg_ts_template ( - oid OID NULL, - tmplname NAME NULL, - tmplnamespace OID NULL, - tmplinit REGPROC NULL, - tmpllexize REGPROC NULL -) {} {} -CREATE TABLE pg_catalog.pg_type ( - oid OID NOT NULL, - typname NAME NOT NULL, - typnamespace OID NULL, - typowner OID NULL, - typlen INT2 NULL, - typbyval BOOL NULL, - typtype "char" NULL, - typcategory "char" NULL, - typispreferred BOOL NULL, - typisdefined BOOL NULL, - typdelim "char" NULL, - typrelid OID NULL, - typelem OID NULL, - typarray OID NULL, - typinput REGPROC NULL, - typoutput REGPROC NULL, - typreceive REGPROC NULL, - typsend REGPROC NULL, - typmodin REGPROC NULL, - typmodout REGPROC NULL, - typanalyze REGPROC NULL, - typalign "char" NULL, - typstorage "char" NULL, - typnotnull BOOL NULL, - typbasetype OID NULL, - typtypmod INT4 NULL, - typndims INT4 NULL, - typcollation OID NULL, - typdefaultbin STRING NULL, - typdefault STRING NULL, - typacl STRING[] NULL, - INDEX pg_type_oid_idx (oid ASC) STORING (typname, typnamespace, typowner, typlen, typbyval, typtype, typcategory, typispreferred, typisdefined, typdelim, typrelid, typelem, typarray, typinput, typoutput, typreceive, typsend, typmodin, typmodout, typanalyze, typalign, typstorage, typnotnull, typbasetype, typtypmod, typndims, typcollation, typdefaultbin, typdefault, typacl) -) CREATE TABLE pg_catalog.pg_type ( - oid OID NOT NULL, - typname NAME NOT NULL, - typnamespace OID NULL, - typowner OID NULL, - typlen INT2 NULL, - typbyval BOOL NULL, - typtype "char" NULL, - typcategory "char" NULL, - typispreferred BOOL NULL, - typisdefined BOOL NULL, - typdelim "char" NULL, - typrelid OID NULL, - typelem OID NULL, - typarray OID NULL, - typinput REGPROC NULL, - typoutput REGPROC NULL, - typreceive REGPROC NULL, - typsend REGPROC NULL, - typmodin REGPROC NULL, - typmodout REGPROC NULL, - typanalyze REGPROC NULL, - typalign "char" NULL, - typstorage "char" NULL, - typnotnull BOOL NULL, - typbasetype OID NULL, - typtypmod INT4 NULL, - typndims INT4 NULL, - typcollation OID NULL, - typdefaultbin STRING NULL, - typdefault STRING NULL, - typacl STRING[] NULL, - INDEX pg_type_oid_idx (oid ASC) STORING (typname, typnamespace, typowner, typlen, typbyval, typtype, typcategory, typispreferred, typisdefined, typdelim, typrelid, typelem, typarray, typinput, typoutput, typreceive, typsend, typmodin, typmodout, typanalyze, typalign, typstorage, typnotnull, typbasetype, typtypmod, typndims, typcollation, typdefaultbin, typdefault, typacl) -) {} {} -CREATE TABLE pg_catalog.pg_user ( - usename NAME NULL, - usesysid OID NULL, - usecreatedb BOOL NULL, - usesuper BOOL NULL, - userepl BOOL NULL, - usebypassrls BOOL NULL, - passwd STRING NULL, - valuntil TIMESTAMPTZ NULL, - useconfig STRING[] NULL -) CREATE TABLE pg_catalog.pg_user ( - usename NAME NULL, - usesysid OID NULL, - usecreatedb BOOL NULL, - usesuper BOOL NULL, - userepl BOOL NULL, - usebypassrls BOOL NULL, - passwd STRING NULL, - valuntil TIMESTAMPTZ NULL, - useconfig STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_user_mapping ( - oid OID NULL, - umuser OID NULL, - umserver OID NULL, - umoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_user_mapping ( - oid OID NULL, - umuser OID NULL, - umserver OID NULL, - umoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_user_mappings ( - umid OID NULL, - srvid OID NULL, - srvname NAME NULL, - umuser OID NULL, - usename NAME NULL, - umoptions STRING[] NULL -) CREATE TABLE pg_catalog.pg_user_mappings ( - umid OID NULL, - srvid OID NULL, - srvname NAME NULL, - umuser OID NULL, - usename NAME NULL, - umoptions STRING[] NULL -) {} {} -CREATE TABLE pg_catalog.pg_views ( - schemaname NAME NULL, - viewname NAME NULL, - viewowner NAME NULL, - definition STRING NULL -) CREATE TABLE pg_catalog.pg_views ( - schemaname NAME NULL, - viewname NAME NULL, - viewowner NAME NULL, - definition STRING NULL -) {} {} -CREATE TABLE pg_extension.geography_columns ( - f_table_catalog NAME NULL, - f_table_schema NAME NULL, - f_table_name NAME NULL, - f_geography_column NAME NULL, - coord_dimension INT8 NULL, - srid INT8 NULL, - type STRING NULL -) CREATE TABLE pg_extension.geography_columns ( - f_table_catalog NAME NULL, - f_table_schema NAME NULL, - f_table_name NAME NULL, - f_geography_column NAME NULL, - coord_dimension INT8 NULL, - srid INT8 NULL, - type STRING NULL -) {} {} -CREATE TABLE pg_extension.geometry_columns ( - f_table_catalog NAME NULL, - f_table_schema NAME NULL, - f_table_name NAME NULL, - f_geometry_column NAME NULL, - coord_dimension INT8 NULL, - srid INT8 NULL, - type STRING NULL -) CREATE TABLE pg_extension.geometry_columns ( - f_table_catalog NAME NULL, - f_table_schema NAME NULL, - f_table_name NAME NULL, - f_geometry_column NAME NULL, - coord_dimension INT8 NULL, - srid INT8 NULL, - type STRING NULL -) {} {} -CREATE TABLE pg_extension.spatial_ref_sys ( - srid INT8 NULL, - auth_name VARCHAR(256) NULL, - auth_srid INT8 NULL, - srtext VARCHAR(2048) NULL, - proj4text VARCHAR(2048) NULL -) CREATE TABLE pg_extension.spatial_ref_sys ( - srid INT8 NULL, - auth_name VARCHAR(256) NULL, - auth_srid INT8 NULL, - srtext VARCHAR(2048) NULL, - proj4text VARCHAR(2048) NULL -) {} {} -CREATE TABLE public.t ( - a INT8 NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT t_pkey PRIMARY KEY (rowid ASC), - CONSTRAINT t_a_fkey FOREIGN KEY (a) REFERENCES public.t(rowid) -) CREATE TABLE public.t ( - a INT8 NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT t_pkey PRIMARY KEY (rowid ASC) -) {"ALTER TABLE public.t ADD CONSTRAINT t_a_fkey FOREIGN KEY (a) REFERENCES public.t(rowid)"} {"ALTER TABLE public.t VALIDATE CONSTRAINT t_a_fkey"} -CREATE TABLE public.v ( - "'" INT8 NULL, - s STRING NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT v_pkey PRIMARY KEY (rowid ASC), - CONSTRAINT "v_'_fkey" FOREIGN KEY ("'") REFERENCES public.t(rowid), - CONSTRAINT v_s_fkey FOREIGN KEY (s) REFERENCES public.v(s), - UNIQUE INDEX v_s_key (s ASC) -) CREATE TABLE public.v ( - "'" INT8 NULL, - s STRING NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT v_pkey PRIMARY KEY (rowid ASC), - UNIQUE INDEX v_s_key (s ASC) -) {"ALTER TABLE public.v ADD CONSTRAINT \"v_'_fkey\" FOREIGN KEY (\"'\") REFERENCES public.t(rowid)","ALTER TABLE public.v ADD CONSTRAINT v_s_fkey FOREIGN KEY (s) REFERENCES public.v(s)"} {"ALTER TABLE public.v VALIDATE CONSTRAINT \"v_'_fkey\"","ALTER TABLE public.v VALIDATE CONSTRAINT v_s_fkey"} -CREATE TABLE public.c ( - a INT8 NOT NULL, - b INT8 NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT c_pkey PRIMARY KEY (rowid ASC), - INDEX c_a_b_idx (a ASC, b ASC), - FAMILY fam_0_a_rowid (a, rowid), - FAMILY fam_1_b (b) -); -COMMENT ON TABLE public.c IS 'table'; -COMMENT ON COLUMN public.c.a IS 'column'; -COMMENT ON INDEX public.c@c_a_b_idx IS 'index' CREATE TABLE public.c ( - a INT8 NOT NULL, - b INT8 NULL, - rowid INT8 NOT VISIBLE NOT NULL DEFAULT unique_rowid(), - CONSTRAINT c_pkey PRIMARY KEY (rowid ASC), - INDEX c_a_b_idx (a ASC, b ASC), - FAMILY fam_0_a_rowid (a, rowid), - FAMILY fam_1_b (b) -); -COMMENT ON TABLE public.c IS 'table'; -COMMENT ON COLUMN public.c.a IS 'column'; -COMMENT ON INDEX public.c@c_a_b_idx IS 'index' {} {} +# Skipped due to flake caused by #99272 +# query TTTT colnames +# SELECT create_statement, create_nofks, alter_statements, validate_statements +# FROM crdb_internal.create_statements WHERE database_name = 'test' query T noticetrace CREATE UNLOGGED TABLE unlogged_tbl (col int PRIMARY KEY) diff --git a/pkg/sql/logictest/testdata/logic_test/grant_table b/pkg/sql/logictest/testdata/logic_test/grant_table index afeddb4eed5c..e33e4e438076 100644 --- a/pkg/sql/logictest/testdata/logic_test/grant_table +++ b/pkg/sql/logictest/testdata/logic_test/grant_table @@ -88,6 +88,7 @@ test crdb_internal schema_changes public test crdb_internal session_trace public SELECT false test crdb_internal session_variables public SELECT false test crdb_internal statement_statistics public SELECT false +test crdb_internal statement_statistics_persisted public SELECT false test crdb_internal super_regions public SELECT false test crdb_internal table_columns public SELECT false test crdb_internal table_indexes public SELECT false @@ -96,6 +97,7 @@ test crdb_internal tables public test crdb_internal tenant_usage_details public SELECT false test crdb_internal transaction_contention_events public SELECT false test crdb_internal transaction_statistics public SELECT false +test crdb_internal transaction_statistics_persisted public SELECT false test crdb_internal zones public SELECT false test information_schema NULL public USAGE false test information_schema administrable_role_authorizations public SELECT false diff --git a/pkg/sql/logictest/testdata/logic_test/information_schema b/pkg/sql/logictest/testdata/logic_test/information_schema index 5ee9ef39c847..adf0514c0f93 100644 --- a/pkg/sql/logictest/testdata/logic_test/information_schema +++ b/pkg/sql/logictest/testdata/logic_test/information_schema @@ -459,6 +459,7 @@ crdb_internal schema_changes crdb_internal session_trace crdb_internal session_variables crdb_internal statement_statistics +crdb_internal statement_statistics_persisted crdb_internal super_regions crdb_internal table_columns crdb_internal table_indexes @@ -467,6 +468,7 @@ crdb_internal tables crdb_internal tenant_usage_details crdb_internal transaction_contention_events crdb_internal transaction_statistics +crdb_internal transaction_statistics_persisted crdb_internal zones information_schema administrable_role_authorizations information_schema applicable_roles @@ -783,6 +785,7 @@ schema_changes session_trace session_variables statement_statistics +statement_statistics_persisted super_regions table_columns table_indexes @@ -791,6 +794,7 @@ tables tenant_usage_details transaction_contention_events transaction_statistics +transaction_statistics_persisted zones administrable_role_authorizations applicable_roles @@ -1065,6 +1069,7 @@ type_privileges triggers triggered_update_columns transforms +transaction_statistics_persisted transaction_statistics transaction_contention_events tenant_usage_details @@ -1146,6 +1151,7 @@ system crdb_internal schema_changes SYSTEM system crdb_internal session_trace SYSTEM VIEW NO 1 system crdb_internal session_variables SYSTEM VIEW NO 1 system crdb_internal statement_statistics SYSTEM VIEW NO 1 +system crdb_internal statement_statistics_persisted SYSTEM VIEW NO 1 system crdb_internal super_regions SYSTEM VIEW NO 1 system crdb_internal table_columns SYSTEM VIEW NO 1 system crdb_internal table_indexes SYSTEM VIEW NO 1 @@ -1154,6 +1160,7 @@ system crdb_internal tables SYSTEM system crdb_internal tenant_usage_details SYSTEM VIEW NO 1 system crdb_internal transaction_contention_events SYSTEM VIEW NO 1 system crdb_internal transaction_statistics SYSTEM VIEW NO 1 +system crdb_internal transaction_statistics_persisted SYSTEM VIEW NO 1 system crdb_internal zones SYSTEM VIEW NO 1 system information_schema administrable_role_authorizations SYSTEM VIEW NO 1 system information_schema applicable_roles SYSTEM VIEW NO 1 @@ -2747,6 +2754,7 @@ NULL public system crdb_internal schema_changes NULL public system crdb_internal session_trace SELECT NO YES NULL public system crdb_internal session_variables SELECT NO YES NULL public system crdb_internal statement_statistics SELECT NO YES +NULL public system crdb_internal statement_statistics_persisted SELECT NO YES NULL public system crdb_internal super_regions SELECT NO YES NULL public system crdb_internal table_columns SELECT NO YES NULL public system crdb_internal table_indexes SELECT NO YES @@ -2755,6 +2763,7 @@ NULL public system crdb_internal tables NULL public system crdb_internal tenant_usage_details SELECT NO YES NULL public system crdb_internal transaction_contention_events SELECT NO YES NULL public system crdb_internal transaction_statistics SELECT NO YES +NULL public system crdb_internal transaction_statistics_persisted SELECT NO YES NULL public system crdb_internal zones SELECT NO YES NULL public system information_schema administrable_role_authorizations SELECT NO YES NULL public system information_schema applicable_roles SELECT NO YES @@ -3369,6 +3378,7 @@ NULL public system crdb_internal schema_changes NULL public system crdb_internal session_trace SELECT NO YES NULL public system crdb_internal session_variables SELECT NO YES NULL public system crdb_internal statement_statistics SELECT NO YES +NULL public system crdb_internal statement_statistics_persisted SELECT NO YES NULL public system crdb_internal super_regions SELECT NO YES NULL public system crdb_internal table_columns SELECT NO YES NULL public system crdb_internal table_indexes SELECT NO YES @@ -3377,6 +3387,7 @@ NULL public system crdb_internal tables NULL public system crdb_internal tenant_usage_details SELECT NO YES NULL public system crdb_internal transaction_contention_events SELECT NO YES NULL public system crdb_internal transaction_statistics SELECT NO YES +NULL public system crdb_internal transaction_statistics_persisted SELECT NO YES NULL public system crdb_internal zones SELECT NO YES NULL public system information_schema administrable_role_authorizations SELECT NO YES NULL public system information_schema applicable_roles SELECT NO YES diff --git a/pkg/sql/logictest/testdata/logic_test/pg_builtins b/pkg/sql/logictest/testdata/logic_test/pg_builtins index dce80de37d86..e42259715164 100644 --- a/pkg/sql/logictest/testdata/logic_test/pg_builtins +++ b/pkg/sql/logictest/testdata/logic_test/pg_builtins @@ -177,42 +177,42 @@ is_updatable b 120 2 28 is_updatable c 120 3 28 false is_updatable_view a 121 1 0 false is_updatable_view b 121 2 0 false -pg_class oid 4294967125 1 0 false -pg_class relname 4294967125 2 0 false -pg_class relnamespace 4294967125 3 0 false -pg_class reltype 4294967125 4 0 false -pg_class reloftype 4294967125 5 0 false -pg_class relowner 4294967125 6 0 false -pg_class relam 4294967125 7 0 false -pg_class relfilenode 4294967125 8 0 false -pg_class reltablespace 4294967125 9 0 false -pg_class relpages 4294967125 10 0 false -pg_class reltuples 4294967125 11 0 false -pg_class relallvisible 4294967125 12 0 false -pg_class reltoastrelid 4294967125 13 0 false -pg_class relhasindex 4294967125 14 0 false -pg_class relisshared 4294967125 15 0 false -pg_class relpersistence 4294967125 16 0 false -pg_class relistemp 4294967125 17 0 false -pg_class relkind 4294967125 18 0 false -pg_class relnatts 4294967125 19 0 false -pg_class relchecks 4294967125 20 0 false -pg_class relhasoids 4294967125 21 0 false -pg_class relhaspkey 4294967125 22 0 false -pg_class relhasrules 4294967125 23 0 false -pg_class relhastriggers 4294967125 24 0 false -pg_class relhassubclass 4294967125 25 0 false -pg_class relfrozenxid 4294967125 26 0 false -pg_class relacl 4294967125 27 0 false -pg_class reloptions 4294967125 28 0 false -pg_class relforcerowsecurity 4294967125 29 0 false -pg_class relispartition 4294967125 30 0 false -pg_class relispopulated 4294967125 31 0 false -pg_class relreplident 4294967125 32 0 false -pg_class relrewrite 4294967125 33 0 false -pg_class relrowsecurity 4294967125 34 0 false -pg_class relpartbound 4294967125 35 0 false -pg_class relminmxid 4294967125 36 0 false +pg_class oid 4294967123 1 0 false +pg_class relname 4294967123 2 0 false +pg_class relnamespace 4294967123 3 0 false +pg_class reltype 4294967123 4 0 false +pg_class reloftype 4294967123 5 0 false +pg_class relowner 4294967123 6 0 false +pg_class relam 4294967123 7 0 false +pg_class relfilenode 4294967123 8 0 false +pg_class reltablespace 4294967123 9 0 false +pg_class relpages 4294967123 10 0 false +pg_class reltuples 4294967123 11 0 false +pg_class relallvisible 4294967123 12 0 false +pg_class reltoastrelid 4294967123 13 0 false +pg_class relhasindex 4294967123 14 0 false +pg_class relisshared 4294967123 15 0 false +pg_class relpersistence 4294967123 16 0 false +pg_class relistemp 4294967123 17 0 false +pg_class relkind 4294967123 18 0 false +pg_class relnatts 4294967123 19 0 false +pg_class relchecks 4294967123 20 0 false +pg_class relhasoids 4294967123 21 0 false +pg_class relhaspkey 4294967123 22 0 false +pg_class relhasrules 4294967123 23 0 false +pg_class relhastriggers 4294967123 24 0 false +pg_class relhassubclass 4294967123 25 0 false +pg_class relfrozenxid 4294967123 26 0 false +pg_class relacl 4294967123 27 0 false +pg_class reloptions 4294967123 28 0 false +pg_class relforcerowsecurity 4294967123 29 0 false +pg_class relispartition 4294967123 30 0 false +pg_class relispopulated 4294967123 31 0 false +pg_class relreplident 4294967123 32 0 false +pg_class relrewrite 4294967123 33 0 false +pg_class relrowsecurity 4294967123 34 0 false +pg_class relpartbound 4294967123 35 0 false +pg_class relminmxid 4294967123 36 0 false # Check that the oid does not exist. If this test fail, change the oid here and in diff --git a/pkg/sql/logictest/testdata/logic_test/pg_catalog b/pkg/sql/logictest/testdata/logic_test/pg_catalog index 15fc9b98a6c6..1337d1d19029 100644 --- a/pkg/sql/logictest/testdata/logic_test/pg_catalog +++ b/pkg/sql/logictest/testdata/logic_test/pg_catalog @@ -1472,16 +1472,16 @@ FROM pg_catalog.pg_depend ORDER BY objid, refobjid, refobjsubid ---- classid objid objsubid refclassid refobjid refobjsubid deptype -4294967122 111 0 4294967125 110 14 a -4294967122 112 0 4294967125 110 15 a -4294967122 192087236 0 4294967125 0 0 n -4294967079 842401391 0 4294967125 110 1 n -4294967079 842401391 0 4294967125 110 2 n -4294967079 842401391 0 4294967125 110 3 n -4294967079 842401391 0 4294967125 110 4 n -4294967122 2061447344 0 4294967125 3687884464 0 n -4294967122 3764151187 0 4294967125 0 0 n -4294967122 3836426375 0 4294967125 3687884465 0 n +4294967120 111 0 4294967123 110 14 a +4294967120 112 0 4294967123 110 15 a +4294967120 192087236 0 4294967123 0 0 n +4294967077 842401391 0 4294967123 110 1 n +4294967077 842401391 0 4294967123 110 2 n +4294967077 842401391 0 4294967123 110 3 n +4294967077 842401391 0 4294967123 110 4 n +4294967120 2061447344 0 4294967123 3687884464 0 n +4294967120 3764151187 0 4294967123 0 0 n +4294967120 3836426375 0 4294967123 3687884465 0 n # Some entries in pg_depend are dependency links from the pg_constraint system # table to the pg_class system table. Other entries are links to pg_class when it is @@ -1494,8 +1494,8 @@ JOIN pg_class cla ON classid=cla.oid JOIN pg_class refcla ON refclassid=refcla.oid ---- classid refclassid tablename reftablename -4294967079 4294967125 pg_rewrite pg_class -4294967122 4294967125 pg_constraint pg_class +4294967077 4294967123 pg_rewrite pg_class +4294967120 4294967123 pg_constraint pg_class # Some entries in pg_depend are foreign key constraints that reference an index # in pg_class. Other entries are table-view dependencies @@ -1690,242 +1690,244 @@ oid typname typnamespace typowner typ 100132 _newtype1 3082627813 1546506610 -1 false b 100133 newtype2 3082627813 1546506610 -1 false e 100134 _newtype2 3082627813 1546506610 -1 false b -4294967004 spatial_ref_sys 1700435119 3233629770 -1 false c -4294967005 geometry_columns 1700435119 3233629770 -1 false c -4294967006 geography_columns 1700435119 3233629770 -1 false c -4294967008 pg_views 591606261 3233629770 -1 false c -4294967009 pg_user 591606261 3233629770 -1 false c -4294967010 pg_user_mappings 591606261 3233629770 -1 false c -4294967011 pg_user_mapping 591606261 3233629770 -1 false c -4294967012 pg_type 591606261 3233629770 -1 false c -4294967013 pg_ts_template 591606261 3233629770 -1 false c -4294967014 pg_ts_parser 591606261 3233629770 -1 false c -4294967015 pg_ts_dict 591606261 3233629770 -1 false c -4294967016 pg_ts_config 591606261 3233629770 -1 false c -4294967017 pg_ts_config_map 591606261 3233629770 -1 false c -4294967018 pg_trigger 591606261 3233629770 -1 false c -4294967019 pg_transform 591606261 3233629770 -1 false c -4294967020 pg_timezone_names 591606261 3233629770 -1 false c -4294967021 pg_timezone_abbrevs 591606261 3233629770 -1 false c -4294967022 pg_tablespace 591606261 3233629770 -1 false c -4294967023 pg_tables 591606261 3233629770 -1 false c -4294967024 pg_subscription 591606261 3233629770 -1 false c -4294967025 pg_subscription_rel 591606261 3233629770 -1 false c -4294967026 pg_stats 591606261 3233629770 -1 false c -4294967027 pg_stats_ext 591606261 3233629770 -1 false c -4294967028 pg_statistic 591606261 3233629770 -1 false c -4294967029 pg_statistic_ext 591606261 3233629770 -1 false c -4294967030 pg_statistic_ext_data 591606261 3233629770 -1 false c -4294967031 pg_statio_user_tables 591606261 3233629770 -1 false c -4294967032 pg_statio_user_sequences 591606261 3233629770 -1 false c -4294967033 pg_statio_user_indexes 591606261 3233629770 -1 false c -4294967034 pg_statio_sys_tables 591606261 3233629770 -1 false c -4294967035 pg_statio_sys_sequences 591606261 3233629770 -1 false c -4294967036 pg_statio_sys_indexes 591606261 3233629770 -1 false c -4294967037 pg_statio_all_tables 591606261 3233629770 -1 false c -4294967038 pg_statio_all_sequences 591606261 3233629770 -1 false c -4294967039 pg_statio_all_indexes 591606261 3233629770 -1 false c -4294967040 pg_stat_xact_user_tables 591606261 3233629770 -1 false c -4294967041 pg_stat_xact_user_functions 591606261 3233629770 -1 false c -4294967042 pg_stat_xact_sys_tables 591606261 3233629770 -1 false c -4294967043 pg_stat_xact_all_tables 591606261 3233629770 -1 false c -4294967044 pg_stat_wal_receiver 591606261 3233629770 -1 false c -4294967045 pg_stat_user_tables 591606261 3233629770 -1 false c -4294967046 pg_stat_user_indexes 591606261 3233629770 -1 false c -4294967047 pg_stat_user_functions 591606261 3233629770 -1 false c -4294967048 pg_stat_sys_tables 591606261 3233629770 -1 false c -4294967049 pg_stat_sys_indexes 591606261 3233629770 -1 false c -4294967050 pg_stat_subscription 591606261 3233629770 -1 false c -4294967051 pg_stat_ssl 591606261 3233629770 -1 false c -4294967052 pg_stat_slru 591606261 3233629770 -1 false c -4294967053 pg_stat_replication 591606261 3233629770 -1 false c -4294967054 pg_stat_progress_vacuum 591606261 3233629770 -1 false c -4294967055 pg_stat_progress_create_index 591606261 3233629770 -1 false c -4294967056 pg_stat_progress_cluster 591606261 3233629770 -1 false c -4294967057 pg_stat_progress_basebackup 591606261 3233629770 -1 false c -4294967058 pg_stat_progress_analyze 591606261 3233629770 -1 false c -4294967059 pg_stat_gssapi 591606261 3233629770 -1 false c -4294967060 pg_stat_database 591606261 3233629770 -1 false c -4294967061 pg_stat_database_conflicts 591606261 3233629770 -1 false c -4294967062 pg_stat_bgwriter 591606261 3233629770 -1 false c -4294967063 pg_stat_archiver 591606261 3233629770 -1 false c -4294967064 pg_stat_all_tables 591606261 3233629770 -1 false c -4294967065 pg_stat_all_indexes 591606261 3233629770 -1 false c -4294967066 pg_stat_activity 591606261 3233629770 -1 false c -4294967067 pg_shmem_allocations 591606261 3233629770 -1 false c -4294967068 pg_shdepend 591606261 3233629770 -1 false c -4294967069 pg_shseclabel 591606261 3233629770 -1 false c -4294967070 pg_shdescription 591606261 3233629770 -1 false c -4294967071 pg_shadow 591606261 3233629770 -1 false c -4294967072 pg_settings 591606261 3233629770 -1 false c -4294967073 pg_sequences 591606261 3233629770 -1 false c -4294967074 pg_sequence 591606261 3233629770 -1 false c -4294967075 pg_seclabel 591606261 3233629770 -1 false c -4294967076 pg_seclabels 591606261 3233629770 -1 false c -4294967077 pg_rules 591606261 3233629770 -1 false c -4294967078 pg_roles 591606261 3233629770 -1 false c -4294967079 pg_rewrite 591606261 3233629770 -1 false c -4294967080 pg_replication_slots 591606261 3233629770 -1 false c -4294967081 pg_replication_origin 591606261 3233629770 -1 false c -4294967082 pg_replication_origin_status 591606261 3233629770 -1 false c -4294967083 pg_range 591606261 3233629770 -1 false c -4294967084 pg_publication_tables 591606261 3233629770 -1 false c -4294967085 pg_publication 591606261 3233629770 -1 false c -4294967086 pg_publication_rel 591606261 3233629770 -1 false c -4294967087 pg_proc 591606261 3233629770 -1 false c -4294967088 pg_prepared_xacts 591606261 3233629770 -1 false c -4294967089 pg_prepared_statements 591606261 3233629770 -1 false c -4294967090 pg_policy 591606261 3233629770 -1 false c -4294967091 pg_policies 591606261 3233629770 -1 false c -4294967092 pg_partitioned_table 591606261 3233629770 -1 false c -4294967093 pg_opfamily 591606261 3233629770 -1 false c -4294967094 pg_operator 591606261 3233629770 -1 false c -4294967095 pg_opclass 591606261 3233629770 -1 false c -4294967096 pg_namespace 591606261 3233629770 -1 false c -4294967097 pg_matviews 591606261 3233629770 -1 false c -4294967098 pg_locks 591606261 3233629770 -1 false c -4294967099 pg_largeobject 591606261 3233629770 -1 false c -4294967100 pg_largeobject_metadata 591606261 3233629770 -1 false c -4294967101 pg_language 591606261 3233629770 -1 false c -4294967102 pg_init_privs 591606261 3233629770 -1 false c -4294967103 pg_inherits 591606261 3233629770 -1 false c -4294967104 pg_indexes 591606261 3233629770 -1 false c -4294967105 pg_index 591606261 3233629770 -1 false c -4294967106 pg_hba_file_rules 591606261 3233629770 -1 false c -4294967107 pg_group 591606261 3233629770 -1 false c -4294967108 pg_foreign_table 591606261 3233629770 -1 false c -4294967109 pg_foreign_server 591606261 3233629770 -1 false c -4294967110 pg_foreign_data_wrapper 591606261 3233629770 -1 false c -4294967111 pg_file_settings 591606261 3233629770 -1 false c -4294967112 pg_extension 591606261 3233629770 -1 false c -4294967113 pg_event_trigger 591606261 3233629770 -1 false c -4294967114 pg_enum 591606261 3233629770 -1 false c -4294967115 pg_description 591606261 3233629770 -1 false c -4294967116 pg_depend 591606261 3233629770 -1 false c -4294967117 pg_default_acl 591606261 3233629770 -1 false c -4294967118 pg_db_role_setting 591606261 3233629770 -1 false c -4294967119 pg_database 591606261 3233629770 -1 false c -4294967120 pg_cursors 591606261 3233629770 -1 false c -4294967121 pg_conversion 591606261 3233629770 -1 false c -4294967122 pg_constraint 591606261 3233629770 -1 false c -4294967123 pg_config 591606261 3233629770 -1 false c -4294967124 pg_collation 591606261 3233629770 -1 false c -4294967125 pg_class 591606261 3233629770 -1 false c -4294967126 pg_cast 591606261 3233629770 -1 false c -4294967127 pg_available_extensions 591606261 3233629770 -1 false c -4294967128 pg_available_extension_versions 591606261 3233629770 -1 false c -4294967129 pg_auth_members 591606261 3233629770 -1 false c -4294967130 pg_authid 591606261 3233629770 -1 false c -4294967131 pg_attribute 591606261 3233629770 -1 false c -4294967132 pg_attrdef 591606261 3233629770 -1 false c -4294967133 pg_amproc 591606261 3233629770 -1 false c -4294967134 pg_amop 591606261 3233629770 -1 false c -4294967135 pg_am 591606261 3233629770 -1 false c -4294967136 pg_aggregate 591606261 3233629770 -1 false c -4294967138 views 198834802 3233629770 -1 false c -4294967139 view_table_usage 198834802 3233629770 -1 false c -4294967140 view_routine_usage 198834802 3233629770 -1 false c -4294967141 view_column_usage 198834802 3233629770 -1 false c -4294967142 user_privileges 198834802 3233629770 -1 false c -4294967143 user_mappings 198834802 3233629770 -1 false c -4294967144 user_mapping_options 198834802 3233629770 -1 false c -4294967145 user_defined_types 198834802 3233629770 -1 false c -4294967146 user_attributes 198834802 3233629770 -1 false c -4294967147 usage_privileges 198834802 3233629770 -1 false c -4294967148 udt_privileges 198834802 3233629770 -1 false c -4294967149 type_privileges 198834802 3233629770 -1 false c -4294967150 triggers 198834802 3233629770 -1 false c -4294967151 triggered_update_columns 198834802 3233629770 -1 false c -4294967152 transforms 198834802 3233629770 -1 false c -4294967153 tablespaces 198834802 3233629770 -1 false c -4294967154 tablespaces_extensions 198834802 3233629770 -1 false c -4294967155 tables 198834802 3233629770 -1 false c -4294967156 tables_extensions 198834802 3233629770 -1 false c -4294967157 table_privileges 198834802 3233629770 -1 false c -4294967158 table_constraints_extensions 198834802 3233629770 -1 false c -4294967159 table_constraints 198834802 3233629770 -1 false c -4294967160 statistics 198834802 3233629770 -1 false c -4294967161 st_units_of_measure 198834802 3233629770 -1 false c -4294967162 st_spatial_reference_systems 198834802 3233629770 -1 false c -4294967163 st_geometry_columns 198834802 3233629770 -1 false c -4294967164 session_variables 198834802 3233629770 -1 false c -4294967165 sequences 198834802 3233629770 -1 false c -4294967166 schema_privileges 198834802 3233629770 -1 false c -4294967167 schemata 198834802 3233629770 -1 false c -4294967168 schemata_extensions 198834802 3233629770 -1 false c -4294967169 sql_sizing 198834802 3233629770 -1 false c -4294967170 sql_parts 198834802 3233629770 -1 false c -4294967171 sql_implementation_info 198834802 3233629770 -1 false c -4294967172 sql_features 198834802 3233629770 -1 false c -4294967173 routines 198834802 3233629770 -1 false c -4294967174 routine_privileges 198834802 3233629770 -1 false c -4294967175 role_usage_grants 198834802 3233629770 -1 false c -4294967176 role_udt_grants 198834802 3233629770 -1 false c -4294967177 role_table_grants 198834802 3233629770 -1 false c -4294967178 role_routine_grants 198834802 3233629770 -1 false c -4294967179 role_column_grants 198834802 3233629770 -1 false c -4294967180 resource_groups 198834802 3233629770 -1 false c -4294967181 referential_constraints 198834802 3233629770 -1 false c -4294967182 profiling 198834802 3233629770 -1 false c -4294967183 processlist 198834802 3233629770 -1 false c -4294967184 plugins 198834802 3233629770 -1 false c -4294967185 partitions 198834802 3233629770 -1 false c -4294967186 parameters 198834802 3233629770 -1 false c -4294967187 optimizer_trace 198834802 3233629770 -1 false c -4294967188 keywords 198834802 3233629770 -1 false c -4294967189 key_column_usage 198834802 3233629770 -1 false c -4294967190 information_schema_catalog_name 198834802 3233629770 -1 false c -4294967191 foreign_tables 198834802 3233629770 -1 false c -4294967192 foreign_table_options 198834802 3233629770 -1 false c -4294967193 foreign_servers 198834802 3233629770 -1 false c -4294967194 foreign_server_options 198834802 3233629770 -1 false c -4294967195 foreign_data_wrappers 198834802 3233629770 -1 false c -4294967196 foreign_data_wrapper_options 198834802 3233629770 -1 false c -4294967197 files 198834802 3233629770 -1 false c -4294967198 events 198834802 3233629770 -1 false c -4294967199 engines 198834802 3233629770 -1 false c -4294967200 enabled_roles 198834802 3233629770 -1 false c -4294967201 element_types 198834802 3233629770 -1 false c -4294967202 domains 198834802 3233629770 -1 false c -4294967203 domain_udt_usage 198834802 3233629770 -1 false c -4294967204 domain_constraints 198834802 3233629770 -1 false c -4294967205 data_type_privileges 198834802 3233629770 -1 false c -4294967206 constraint_table_usage 198834802 3233629770 -1 false c -4294967207 constraint_column_usage 198834802 3233629770 -1 false c -4294967208 columns 198834802 3233629770 -1 false c -4294967209 columns_extensions 198834802 3233629770 -1 false c -4294967210 column_udt_usage 198834802 3233629770 -1 false c -4294967211 column_statistics 198834802 3233629770 -1 false c -4294967212 column_privileges 198834802 3233629770 -1 false c -4294967213 column_options 198834802 3233629770 -1 false c -4294967214 column_domain_usage 198834802 3233629770 -1 false c -4294967215 column_column_usage 198834802 3233629770 -1 false c -4294967216 collations 198834802 3233629770 -1 false c -4294967217 collation_character_set_applicability 198834802 3233629770 -1 false c -4294967218 check_constraints 198834802 3233629770 -1 false c -4294967219 check_constraint_routine_usage 198834802 3233629770 -1 false c -4294967220 character_sets 198834802 3233629770 -1 false c -4294967221 attributes 198834802 3233629770 -1 false c -4294967222 applicable_roles 198834802 3233629770 -1 false c -4294967223 administrable_role_authorizations 198834802 3233629770 -1 false c -4294967225 super_regions 194902141 3233629770 -1 false c -4294967226 pg_catalog_table_is_implemented 194902141 3233629770 -1 false c -4294967227 tenant_usage_details 194902141 3233629770 -1 false c -4294967228 active_range_feeds 194902141 3233629770 -1 false c -4294967229 default_privileges 194902141 3233629770 -1 false c -4294967230 regions 194902141 3233629770 -1 false c -4294967231 cluster_inflight_traces 194902141 3233629770 -1 false c -4294967232 lost_descriptors_with_data 194902141 3233629770 -1 false c -4294967233 cross_db_references 194902141 3233629770 -1 false c -4294967234 cluster_database_privileges 194902141 3233629770 -1 false c -4294967235 invalid_objects 194902141 3233629770 -1 false c -4294967236 zones 194902141 3233629770 -1 false c -4294967237 transaction_statistics 194902141 3233629770 -1 false c -4294967238 node_transaction_statistics 194902141 3233629770 -1 false c -4294967239 table_row_statistics 194902141 3233629770 -1 false c -4294967240 tables 194902141 3233629770 -1 false c -4294967241 table_indexes 194902141 3233629770 -1 false c -4294967242 table_columns 194902141 3233629770 -1 false c +4294967002 spatial_ref_sys 1700435119 3233629770 -1 false c +4294967003 geometry_columns 1700435119 3233629770 -1 false c +4294967004 geography_columns 1700435119 3233629770 -1 false c +4294967006 pg_views 591606261 3233629770 -1 false c +4294967007 pg_user 591606261 3233629770 -1 false c +4294967008 pg_user_mappings 591606261 3233629770 -1 false c +4294967009 pg_user_mapping 591606261 3233629770 -1 false c +4294967010 pg_type 591606261 3233629770 -1 false c +4294967011 pg_ts_template 591606261 3233629770 -1 false c +4294967012 pg_ts_parser 591606261 3233629770 -1 false c +4294967013 pg_ts_dict 591606261 3233629770 -1 false c +4294967014 pg_ts_config 591606261 3233629770 -1 false c +4294967015 pg_ts_config_map 591606261 3233629770 -1 false c +4294967016 pg_trigger 591606261 3233629770 -1 false c +4294967017 pg_transform 591606261 3233629770 -1 false c +4294967018 pg_timezone_names 591606261 3233629770 -1 false c +4294967019 pg_timezone_abbrevs 591606261 3233629770 -1 false c +4294967020 pg_tablespace 591606261 3233629770 -1 false c +4294967021 pg_tables 591606261 3233629770 -1 false c +4294967022 pg_subscription 591606261 3233629770 -1 false c +4294967023 pg_subscription_rel 591606261 3233629770 -1 false c +4294967024 pg_stats 591606261 3233629770 -1 false c +4294967025 pg_stats_ext 591606261 3233629770 -1 false c +4294967026 pg_statistic 591606261 3233629770 -1 false c +4294967027 pg_statistic_ext 591606261 3233629770 -1 false c +4294967028 pg_statistic_ext_data 591606261 3233629770 -1 false c +4294967029 pg_statio_user_tables 591606261 3233629770 -1 false c +4294967030 pg_statio_user_sequences 591606261 3233629770 -1 false c +4294967031 pg_statio_user_indexes 591606261 3233629770 -1 false c +4294967032 pg_statio_sys_tables 591606261 3233629770 -1 false c +4294967033 pg_statio_sys_sequences 591606261 3233629770 -1 false c +4294967034 pg_statio_sys_indexes 591606261 3233629770 -1 false c +4294967035 pg_statio_all_tables 591606261 3233629770 -1 false c +4294967036 pg_statio_all_sequences 591606261 3233629770 -1 false c +4294967037 pg_statio_all_indexes 591606261 3233629770 -1 false c +4294967038 pg_stat_xact_user_tables 591606261 3233629770 -1 false c +4294967039 pg_stat_xact_user_functions 591606261 3233629770 -1 false c +4294967040 pg_stat_xact_sys_tables 591606261 3233629770 -1 false c +4294967041 pg_stat_xact_all_tables 591606261 3233629770 -1 false c +4294967042 pg_stat_wal_receiver 591606261 3233629770 -1 false c +4294967043 pg_stat_user_tables 591606261 3233629770 -1 false c +4294967044 pg_stat_user_indexes 591606261 3233629770 -1 false c +4294967045 pg_stat_user_functions 591606261 3233629770 -1 false c +4294967046 pg_stat_sys_tables 591606261 3233629770 -1 false c +4294967047 pg_stat_sys_indexes 591606261 3233629770 -1 false c +4294967048 pg_stat_subscription 591606261 3233629770 -1 false c +4294967049 pg_stat_ssl 591606261 3233629770 -1 false c +4294967050 pg_stat_slru 591606261 3233629770 -1 false c +4294967051 pg_stat_replication 591606261 3233629770 -1 false c +4294967052 pg_stat_progress_vacuum 591606261 3233629770 -1 false c +4294967053 pg_stat_progress_create_index 591606261 3233629770 -1 false c +4294967054 pg_stat_progress_cluster 591606261 3233629770 -1 false c +4294967055 pg_stat_progress_basebackup 591606261 3233629770 -1 false c +4294967056 pg_stat_progress_analyze 591606261 3233629770 -1 false c +4294967057 pg_stat_gssapi 591606261 3233629770 -1 false c +4294967058 pg_stat_database 591606261 3233629770 -1 false c +4294967059 pg_stat_database_conflicts 591606261 3233629770 -1 false c +4294967060 pg_stat_bgwriter 591606261 3233629770 -1 false c +4294967061 pg_stat_archiver 591606261 3233629770 -1 false c +4294967062 pg_stat_all_tables 591606261 3233629770 -1 false c +4294967063 pg_stat_all_indexes 591606261 3233629770 -1 false c +4294967064 pg_stat_activity 591606261 3233629770 -1 false c +4294967065 pg_shmem_allocations 591606261 3233629770 -1 false c +4294967066 pg_shdepend 591606261 3233629770 -1 false c +4294967067 pg_shseclabel 591606261 3233629770 -1 false c +4294967068 pg_shdescription 591606261 3233629770 -1 false c +4294967069 pg_shadow 591606261 3233629770 -1 false c +4294967070 pg_settings 591606261 3233629770 -1 false c +4294967071 pg_sequences 591606261 3233629770 -1 false c +4294967072 pg_sequence 591606261 3233629770 -1 false c +4294967073 pg_seclabel 591606261 3233629770 -1 false c +4294967074 pg_seclabels 591606261 3233629770 -1 false c +4294967075 pg_rules 591606261 3233629770 -1 false c +4294967076 pg_roles 591606261 3233629770 -1 false c +4294967077 pg_rewrite 591606261 3233629770 -1 false c +4294967078 pg_replication_slots 591606261 3233629770 -1 false c +4294967079 pg_replication_origin 591606261 3233629770 -1 false c +4294967080 pg_replication_origin_status 591606261 3233629770 -1 false c +4294967081 pg_range 591606261 3233629770 -1 false c +4294967082 pg_publication_tables 591606261 3233629770 -1 false c +4294967083 pg_publication 591606261 3233629770 -1 false c +4294967084 pg_publication_rel 591606261 3233629770 -1 false c +4294967085 pg_proc 591606261 3233629770 -1 false c +4294967086 pg_prepared_xacts 591606261 3233629770 -1 false c +4294967087 pg_prepared_statements 591606261 3233629770 -1 false c +4294967088 pg_policy 591606261 3233629770 -1 false c +4294967089 pg_policies 591606261 3233629770 -1 false c +4294967090 pg_partitioned_table 591606261 3233629770 -1 false c +4294967091 pg_opfamily 591606261 3233629770 -1 false c +4294967092 pg_operator 591606261 3233629770 -1 false c +4294967093 pg_opclass 591606261 3233629770 -1 false c +4294967094 pg_namespace 591606261 3233629770 -1 false c +4294967095 pg_matviews 591606261 3233629770 -1 false c +4294967096 pg_locks 591606261 3233629770 -1 false c +4294967097 pg_largeobject 591606261 3233629770 -1 false c +4294967098 pg_largeobject_metadata 591606261 3233629770 -1 false c +4294967099 pg_language 591606261 3233629770 -1 false c +4294967100 pg_init_privs 591606261 3233629770 -1 false c +4294967101 pg_inherits 591606261 3233629770 -1 false c +4294967102 pg_indexes 591606261 3233629770 -1 false c +4294967103 pg_index 591606261 3233629770 -1 false c +4294967104 pg_hba_file_rules 591606261 3233629770 -1 false c +4294967105 pg_group 591606261 3233629770 -1 false c +4294967106 pg_foreign_table 591606261 3233629770 -1 false c +4294967107 pg_foreign_server 591606261 3233629770 -1 false c +4294967108 pg_foreign_data_wrapper 591606261 3233629770 -1 false c +4294967109 pg_file_settings 591606261 3233629770 -1 false c +4294967110 pg_extension 591606261 3233629770 -1 false c +4294967111 pg_event_trigger 591606261 3233629770 -1 false c +4294967112 pg_enum 591606261 3233629770 -1 false c +4294967113 pg_description 591606261 3233629770 -1 false c +4294967114 pg_depend 591606261 3233629770 -1 false c +4294967115 pg_default_acl 591606261 3233629770 -1 false c +4294967116 pg_db_role_setting 591606261 3233629770 -1 false c +4294967117 pg_database 591606261 3233629770 -1 false c +4294967118 pg_cursors 591606261 3233629770 -1 false c +4294967119 pg_conversion 591606261 3233629770 -1 false c +4294967120 pg_constraint 591606261 3233629770 -1 false c +4294967121 pg_config 591606261 3233629770 -1 false c +4294967122 pg_collation 591606261 3233629770 -1 false c +4294967123 pg_class 591606261 3233629770 -1 false c +4294967124 pg_cast 591606261 3233629770 -1 false c +4294967125 pg_available_extensions 591606261 3233629770 -1 false c +4294967126 pg_available_extension_versions 591606261 3233629770 -1 false c +4294967127 pg_auth_members 591606261 3233629770 -1 false c +4294967128 pg_authid 591606261 3233629770 -1 false c +4294967129 pg_attribute 591606261 3233629770 -1 false c +4294967130 pg_attrdef 591606261 3233629770 -1 false c +4294967131 pg_amproc 591606261 3233629770 -1 false c +4294967132 pg_amop 591606261 3233629770 -1 false c +4294967133 pg_am 591606261 3233629770 -1 false c +4294967134 pg_aggregate 591606261 3233629770 -1 false c +4294967136 views 198834802 3233629770 -1 false c +4294967137 view_table_usage 198834802 3233629770 -1 false c +4294967138 view_routine_usage 198834802 3233629770 -1 false c +4294967139 view_column_usage 198834802 3233629770 -1 false c +4294967140 user_privileges 198834802 3233629770 -1 false c +4294967141 user_mappings 198834802 3233629770 -1 false c +4294967142 user_mapping_options 198834802 3233629770 -1 false c +4294967143 user_defined_types 198834802 3233629770 -1 false c +4294967144 user_attributes 198834802 3233629770 -1 false c +4294967145 usage_privileges 198834802 3233629770 -1 false c +4294967146 udt_privileges 198834802 3233629770 -1 false c +4294967147 type_privileges 198834802 3233629770 -1 false c +4294967148 triggers 198834802 3233629770 -1 false c +4294967149 triggered_update_columns 198834802 3233629770 -1 false c +4294967150 transforms 198834802 3233629770 -1 false c +4294967151 tablespaces 198834802 3233629770 -1 false c +4294967152 tablespaces_extensions 198834802 3233629770 -1 false c +4294967153 tables 198834802 3233629770 -1 false c +4294967154 tables_extensions 198834802 3233629770 -1 false c +4294967155 table_privileges 198834802 3233629770 -1 false c +4294967156 table_constraints_extensions 198834802 3233629770 -1 false c +4294967157 table_constraints 198834802 3233629770 -1 false c +4294967158 statistics 198834802 3233629770 -1 false c +4294967159 st_units_of_measure 198834802 3233629770 -1 false c +4294967160 st_spatial_reference_systems 198834802 3233629770 -1 false c +4294967161 st_geometry_columns 198834802 3233629770 -1 false c +4294967162 session_variables 198834802 3233629770 -1 false c +4294967163 sequences 198834802 3233629770 -1 false c +4294967164 schema_privileges 198834802 3233629770 -1 false c +4294967165 schemata 198834802 3233629770 -1 false c +4294967166 schemata_extensions 198834802 3233629770 -1 false c +4294967167 sql_sizing 198834802 3233629770 -1 false c +4294967168 sql_parts 198834802 3233629770 -1 false c +4294967169 sql_implementation_info 198834802 3233629770 -1 false c +4294967170 sql_features 198834802 3233629770 -1 false c +4294967171 routines 198834802 3233629770 -1 false c +4294967172 routine_privileges 198834802 3233629770 -1 false c +4294967173 role_usage_grants 198834802 3233629770 -1 false c +4294967174 role_udt_grants 198834802 3233629770 -1 false c +4294967175 role_table_grants 198834802 3233629770 -1 false c +4294967176 role_routine_grants 198834802 3233629770 -1 false c +4294967177 role_column_grants 198834802 3233629770 -1 false c +4294967178 resource_groups 198834802 3233629770 -1 false c +4294967179 referential_constraints 198834802 3233629770 -1 false c +4294967180 profiling 198834802 3233629770 -1 false c +4294967181 processlist 198834802 3233629770 -1 false c +4294967182 plugins 198834802 3233629770 -1 false c +4294967183 partitions 198834802 3233629770 -1 false c +4294967184 parameters 198834802 3233629770 -1 false c +4294967185 optimizer_trace 198834802 3233629770 -1 false c +4294967186 keywords 198834802 3233629770 -1 false c +4294967187 key_column_usage 198834802 3233629770 -1 false c +4294967188 information_schema_catalog_name 198834802 3233629770 -1 false c +4294967189 foreign_tables 198834802 3233629770 -1 false c +4294967190 foreign_table_options 198834802 3233629770 -1 false c +4294967191 foreign_servers 198834802 3233629770 -1 false c +4294967192 foreign_server_options 198834802 3233629770 -1 false c +4294967193 foreign_data_wrappers 198834802 3233629770 -1 false c +4294967194 foreign_data_wrapper_options 198834802 3233629770 -1 false c +4294967195 files 198834802 3233629770 -1 false c +4294967196 events 198834802 3233629770 -1 false c +4294967197 engines 198834802 3233629770 -1 false c +4294967198 enabled_roles 198834802 3233629770 -1 false c +4294967199 element_types 198834802 3233629770 -1 false c +4294967200 domains 198834802 3233629770 -1 false c +4294967201 domain_udt_usage 198834802 3233629770 -1 false c +4294967202 domain_constraints 198834802 3233629770 -1 false c +4294967203 data_type_privileges 198834802 3233629770 -1 false c +4294967204 constraint_table_usage 198834802 3233629770 -1 false c +4294967205 constraint_column_usage 198834802 3233629770 -1 false c +4294967206 columns 198834802 3233629770 -1 false c +4294967207 columns_extensions 198834802 3233629770 -1 false c +4294967208 column_udt_usage 198834802 3233629770 -1 false c +4294967209 column_statistics 198834802 3233629770 -1 false c +4294967210 column_privileges 198834802 3233629770 -1 false c +4294967211 column_options 198834802 3233629770 -1 false c +4294967212 column_domain_usage 198834802 3233629770 -1 false c +4294967213 column_column_usage 198834802 3233629770 -1 false c +4294967214 collations 198834802 3233629770 -1 false c +4294967215 collation_character_set_applicability 198834802 3233629770 -1 false c +4294967216 check_constraints 198834802 3233629770 -1 false c +4294967217 check_constraint_routine_usage 198834802 3233629770 -1 false c +4294967218 character_sets 198834802 3233629770 -1 false c +4294967219 attributes 198834802 3233629770 -1 false c +4294967220 applicable_roles 198834802 3233629770 -1 false c +4294967221 administrable_role_authorizations 198834802 3233629770 -1 false c +4294967223 super_regions 194902141 3233629770 -1 false c +4294967224 pg_catalog_table_is_implemented 194902141 3233629770 -1 false c +4294967225 tenant_usage_details 194902141 3233629770 -1 false c +4294967226 active_range_feeds 194902141 3233629770 -1 false c +4294967227 default_privileges 194902141 3233629770 -1 false c +4294967228 regions 194902141 3233629770 -1 false c +4294967229 cluster_inflight_traces 194902141 3233629770 -1 false c +4294967230 lost_descriptors_with_data 194902141 3233629770 -1 false c +4294967231 cross_db_references 194902141 3233629770 -1 false c +4294967232 cluster_database_privileges 194902141 3233629770 -1 false c +4294967233 invalid_objects 194902141 3233629770 -1 false c +4294967234 zones 194902141 3233629770 -1 false c +4294967235 transaction_statistics_persisted 194902141 3233629770 -1 false c +4294967236 transaction_statistics 194902141 3233629770 -1 false c +4294967237 node_transaction_statistics 194902141 3233629770 -1 false c +4294967238 table_row_statistics 194902141 3233629770 -1 false c +4294967239 tables 194902141 3233629770 -1 false c +4294967240 table_indexes 194902141 3233629770 -1 false c +4294967241 table_columns 194902141 3233629770 -1 false c +4294967242 statement_statistics_persisted 194902141 3233629770 -1 false c 4294967243 statement_statistics 194902141 3233629770 -1 false c 4294967244 session_variables 194902141 3233629770 -1 false c 4294967245 session_trace 194902141 3233629770 -1 false c @@ -2082,242 +2084,244 @@ oid typname typcategory typispreferred 100132 _newtype1 A false true , 0 100131 0 100133 newtype2 E false true , 0 0 100134 100134 _newtype2 A false true , 0 100133 0 -4294967004 spatial_ref_sys C false true , 4294967004 0 0 -4294967005 geometry_columns C false true , 4294967005 0 0 -4294967006 geography_columns C false true , 4294967006 0 0 -4294967008 pg_views C false true , 4294967008 0 0 -4294967009 pg_user C false true , 4294967009 0 0 -4294967010 pg_user_mappings C false true , 4294967010 0 0 -4294967011 pg_user_mapping C false true , 4294967011 0 0 -4294967012 pg_type C false true , 4294967012 0 0 -4294967013 pg_ts_template C false true , 4294967013 0 0 -4294967014 pg_ts_parser C false true , 4294967014 0 0 -4294967015 pg_ts_dict C false true , 4294967015 0 0 -4294967016 pg_ts_config C false true , 4294967016 0 0 -4294967017 pg_ts_config_map C false true , 4294967017 0 0 -4294967018 pg_trigger C false true , 4294967018 0 0 -4294967019 pg_transform C false true , 4294967019 0 0 -4294967020 pg_timezone_names C false true , 4294967020 0 0 -4294967021 pg_timezone_abbrevs C false true , 4294967021 0 0 -4294967022 pg_tablespace C false true , 4294967022 0 0 -4294967023 pg_tables C false true , 4294967023 0 0 -4294967024 pg_subscription C false true , 4294967024 0 0 -4294967025 pg_subscription_rel C false true , 4294967025 0 0 -4294967026 pg_stats C false true , 4294967026 0 0 -4294967027 pg_stats_ext C false true , 4294967027 0 0 -4294967028 pg_statistic C false true , 4294967028 0 0 -4294967029 pg_statistic_ext C false true , 4294967029 0 0 -4294967030 pg_statistic_ext_data C false true , 4294967030 0 0 -4294967031 pg_statio_user_tables C false true , 4294967031 0 0 -4294967032 pg_statio_user_sequences C false true , 4294967032 0 0 -4294967033 pg_statio_user_indexes C false true , 4294967033 0 0 -4294967034 pg_statio_sys_tables C false true , 4294967034 0 0 -4294967035 pg_statio_sys_sequences C false true , 4294967035 0 0 -4294967036 pg_statio_sys_indexes C false true , 4294967036 0 0 -4294967037 pg_statio_all_tables C false true , 4294967037 0 0 -4294967038 pg_statio_all_sequences C false true , 4294967038 0 0 -4294967039 pg_statio_all_indexes C false true , 4294967039 0 0 -4294967040 pg_stat_xact_user_tables C false true , 4294967040 0 0 -4294967041 pg_stat_xact_user_functions C false true , 4294967041 0 0 -4294967042 pg_stat_xact_sys_tables C false true , 4294967042 0 0 -4294967043 pg_stat_xact_all_tables C false true , 4294967043 0 0 -4294967044 pg_stat_wal_receiver C false true , 4294967044 0 0 -4294967045 pg_stat_user_tables C false true , 4294967045 0 0 -4294967046 pg_stat_user_indexes C false true , 4294967046 0 0 -4294967047 pg_stat_user_functions C false true , 4294967047 0 0 -4294967048 pg_stat_sys_tables C false true , 4294967048 0 0 -4294967049 pg_stat_sys_indexes C false true , 4294967049 0 0 -4294967050 pg_stat_subscription C false true , 4294967050 0 0 -4294967051 pg_stat_ssl C false true , 4294967051 0 0 -4294967052 pg_stat_slru C false true , 4294967052 0 0 -4294967053 pg_stat_replication C false true , 4294967053 0 0 -4294967054 pg_stat_progress_vacuum C false true , 4294967054 0 0 -4294967055 pg_stat_progress_create_index C false true , 4294967055 0 0 -4294967056 pg_stat_progress_cluster C false true , 4294967056 0 0 -4294967057 pg_stat_progress_basebackup C false true , 4294967057 0 0 -4294967058 pg_stat_progress_analyze C false true , 4294967058 0 0 -4294967059 pg_stat_gssapi C false true , 4294967059 0 0 -4294967060 pg_stat_database C false true , 4294967060 0 0 -4294967061 pg_stat_database_conflicts C false true , 4294967061 0 0 -4294967062 pg_stat_bgwriter C false true , 4294967062 0 0 -4294967063 pg_stat_archiver C false true , 4294967063 0 0 -4294967064 pg_stat_all_tables C false true , 4294967064 0 0 -4294967065 pg_stat_all_indexes C false true , 4294967065 0 0 -4294967066 pg_stat_activity C false true , 4294967066 0 0 -4294967067 pg_shmem_allocations C false true , 4294967067 0 0 -4294967068 pg_shdepend C false true , 4294967068 0 0 -4294967069 pg_shseclabel C false true , 4294967069 0 0 -4294967070 pg_shdescription C false true , 4294967070 0 0 -4294967071 pg_shadow C false true , 4294967071 0 0 -4294967072 pg_settings C false true , 4294967072 0 0 -4294967073 pg_sequences C false true , 4294967073 0 0 -4294967074 pg_sequence C false true , 4294967074 0 0 -4294967075 pg_seclabel C false true , 4294967075 0 0 -4294967076 pg_seclabels C false true , 4294967076 0 0 -4294967077 pg_rules C false true , 4294967077 0 0 -4294967078 pg_roles C false true , 4294967078 0 0 -4294967079 pg_rewrite C false true , 4294967079 0 0 -4294967080 pg_replication_slots C false true , 4294967080 0 0 -4294967081 pg_replication_origin C false true , 4294967081 0 0 -4294967082 pg_replication_origin_status C false true , 4294967082 0 0 -4294967083 pg_range C false true , 4294967083 0 0 -4294967084 pg_publication_tables C false true , 4294967084 0 0 -4294967085 pg_publication C false true , 4294967085 0 0 -4294967086 pg_publication_rel C false true , 4294967086 0 0 -4294967087 pg_proc C false true , 4294967087 0 0 -4294967088 pg_prepared_xacts C false true , 4294967088 0 0 -4294967089 pg_prepared_statements C false true , 4294967089 0 0 -4294967090 pg_policy C false true , 4294967090 0 0 -4294967091 pg_policies C false true , 4294967091 0 0 -4294967092 pg_partitioned_table C false true , 4294967092 0 0 -4294967093 pg_opfamily C false true , 4294967093 0 0 -4294967094 pg_operator C false true , 4294967094 0 0 -4294967095 pg_opclass C false true , 4294967095 0 0 -4294967096 pg_namespace C false true , 4294967096 0 0 -4294967097 pg_matviews C false true , 4294967097 0 0 -4294967098 pg_locks C false true , 4294967098 0 0 -4294967099 pg_largeobject C false true , 4294967099 0 0 -4294967100 pg_largeobject_metadata C false true , 4294967100 0 0 -4294967101 pg_language C false true , 4294967101 0 0 -4294967102 pg_init_privs C false true , 4294967102 0 0 -4294967103 pg_inherits C false true , 4294967103 0 0 -4294967104 pg_indexes C false true , 4294967104 0 0 -4294967105 pg_index C false true , 4294967105 0 0 -4294967106 pg_hba_file_rules C false true , 4294967106 0 0 -4294967107 pg_group C false true , 4294967107 0 0 -4294967108 pg_foreign_table C false true , 4294967108 0 0 -4294967109 pg_foreign_server C false true , 4294967109 0 0 -4294967110 pg_foreign_data_wrapper C false true , 4294967110 0 0 -4294967111 pg_file_settings C false true , 4294967111 0 0 -4294967112 pg_extension C false true , 4294967112 0 0 -4294967113 pg_event_trigger C false true , 4294967113 0 0 -4294967114 pg_enum C false true , 4294967114 0 0 -4294967115 pg_description C false true , 4294967115 0 0 -4294967116 pg_depend C false true , 4294967116 0 0 -4294967117 pg_default_acl C false true , 4294967117 0 0 -4294967118 pg_db_role_setting C false true , 4294967118 0 0 -4294967119 pg_database C false true , 4294967119 0 0 -4294967120 pg_cursors C false true , 4294967120 0 0 -4294967121 pg_conversion C false true , 4294967121 0 0 -4294967122 pg_constraint C false true , 4294967122 0 0 -4294967123 pg_config C false true , 4294967123 0 0 -4294967124 pg_collation C false true , 4294967124 0 0 -4294967125 pg_class C false true , 4294967125 0 0 -4294967126 pg_cast C false true , 4294967126 0 0 -4294967127 pg_available_extensions C false true , 4294967127 0 0 -4294967128 pg_available_extension_versions C false true , 4294967128 0 0 -4294967129 pg_auth_members C false true , 4294967129 0 0 -4294967130 pg_authid C false true , 4294967130 0 0 -4294967131 pg_attribute C false true , 4294967131 0 0 -4294967132 pg_attrdef C false true , 4294967132 0 0 -4294967133 pg_amproc C false true , 4294967133 0 0 -4294967134 pg_amop C false true , 4294967134 0 0 -4294967135 pg_am C false true , 4294967135 0 0 -4294967136 pg_aggregate C false true , 4294967136 0 0 -4294967138 views C false true , 4294967138 0 0 -4294967139 view_table_usage C false true , 4294967139 0 0 -4294967140 view_routine_usage C false true , 4294967140 0 0 -4294967141 view_column_usage C false true , 4294967141 0 0 -4294967142 user_privileges C false true , 4294967142 0 0 -4294967143 user_mappings C false true , 4294967143 0 0 -4294967144 user_mapping_options C false true , 4294967144 0 0 -4294967145 user_defined_types C false true , 4294967145 0 0 -4294967146 user_attributes C false true , 4294967146 0 0 -4294967147 usage_privileges C false true , 4294967147 0 0 -4294967148 udt_privileges C false true , 4294967148 0 0 -4294967149 type_privileges C false true , 4294967149 0 0 -4294967150 triggers C false true , 4294967150 0 0 -4294967151 triggered_update_columns C false true , 4294967151 0 0 -4294967152 transforms C false true , 4294967152 0 0 -4294967153 tablespaces C false true , 4294967153 0 0 -4294967154 tablespaces_extensions C false true , 4294967154 0 0 -4294967155 tables C false true , 4294967155 0 0 -4294967156 tables_extensions C false true , 4294967156 0 0 -4294967157 table_privileges C false true , 4294967157 0 0 -4294967158 table_constraints_extensions C false true , 4294967158 0 0 -4294967159 table_constraints C false true , 4294967159 0 0 -4294967160 statistics C false true , 4294967160 0 0 -4294967161 st_units_of_measure C false true , 4294967161 0 0 -4294967162 st_spatial_reference_systems C false true , 4294967162 0 0 -4294967163 st_geometry_columns C false true , 4294967163 0 0 -4294967164 session_variables C false true , 4294967164 0 0 -4294967165 sequences C false true , 4294967165 0 0 -4294967166 schema_privileges C false true , 4294967166 0 0 -4294967167 schemata C false true , 4294967167 0 0 -4294967168 schemata_extensions C false true , 4294967168 0 0 -4294967169 sql_sizing C false true , 4294967169 0 0 -4294967170 sql_parts C false true , 4294967170 0 0 -4294967171 sql_implementation_info C false true , 4294967171 0 0 -4294967172 sql_features C false true , 4294967172 0 0 -4294967173 routines C false true , 4294967173 0 0 -4294967174 routine_privileges C false true , 4294967174 0 0 -4294967175 role_usage_grants C false true , 4294967175 0 0 -4294967176 role_udt_grants C false true , 4294967176 0 0 -4294967177 role_table_grants C false true , 4294967177 0 0 -4294967178 role_routine_grants C false true , 4294967178 0 0 -4294967179 role_column_grants C false true , 4294967179 0 0 -4294967180 resource_groups C false true , 4294967180 0 0 -4294967181 referential_constraints C false true , 4294967181 0 0 -4294967182 profiling C false true , 4294967182 0 0 -4294967183 processlist C false true , 4294967183 0 0 -4294967184 plugins C false true , 4294967184 0 0 -4294967185 partitions C false true , 4294967185 0 0 -4294967186 parameters C false true , 4294967186 0 0 -4294967187 optimizer_trace C false true , 4294967187 0 0 -4294967188 keywords C false true , 4294967188 0 0 -4294967189 key_column_usage C false true , 4294967189 0 0 -4294967190 information_schema_catalog_name C false true , 4294967190 0 0 -4294967191 foreign_tables C false true , 4294967191 0 0 -4294967192 foreign_table_options C false true , 4294967192 0 0 -4294967193 foreign_servers C false true , 4294967193 0 0 -4294967194 foreign_server_options C false true , 4294967194 0 0 -4294967195 foreign_data_wrappers C false true , 4294967195 0 0 -4294967196 foreign_data_wrapper_options C false true , 4294967196 0 0 -4294967197 files C false true , 4294967197 0 0 -4294967198 events C false true , 4294967198 0 0 -4294967199 engines C false true , 4294967199 0 0 -4294967200 enabled_roles C false true , 4294967200 0 0 -4294967201 element_types C false true , 4294967201 0 0 -4294967202 domains C false true , 4294967202 0 0 -4294967203 domain_udt_usage C false true , 4294967203 0 0 -4294967204 domain_constraints C false true , 4294967204 0 0 -4294967205 data_type_privileges C false true , 4294967205 0 0 -4294967206 constraint_table_usage C false true , 4294967206 0 0 -4294967207 constraint_column_usage C false true , 4294967207 0 0 -4294967208 columns C false true , 4294967208 0 0 -4294967209 columns_extensions C false true , 4294967209 0 0 -4294967210 column_udt_usage C false true , 4294967210 0 0 -4294967211 column_statistics C false true , 4294967211 0 0 -4294967212 column_privileges C false true , 4294967212 0 0 -4294967213 column_options C false true , 4294967213 0 0 -4294967214 column_domain_usage C false true , 4294967214 0 0 -4294967215 column_column_usage C false true , 4294967215 0 0 -4294967216 collations C false true , 4294967216 0 0 -4294967217 collation_character_set_applicability C false true , 4294967217 0 0 -4294967218 check_constraints C false true , 4294967218 0 0 -4294967219 check_constraint_routine_usage C false true , 4294967219 0 0 -4294967220 character_sets C false true , 4294967220 0 0 -4294967221 attributes C false true , 4294967221 0 0 -4294967222 applicable_roles C false true , 4294967222 0 0 -4294967223 administrable_role_authorizations C false true , 4294967223 0 0 -4294967225 super_regions C false true , 4294967225 0 0 -4294967226 pg_catalog_table_is_implemented C false true , 4294967226 0 0 -4294967227 tenant_usage_details C false true , 4294967227 0 0 -4294967228 active_range_feeds C false true , 4294967228 0 0 -4294967229 default_privileges C false true , 4294967229 0 0 -4294967230 regions C false true , 4294967230 0 0 -4294967231 cluster_inflight_traces C false true , 4294967231 0 0 -4294967232 lost_descriptors_with_data C false true , 4294967232 0 0 -4294967233 cross_db_references C false true , 4294967233 0 0 -4294967234 cluster_database_privileges C false true , 4294967234 0 0 -4294967235 invalid_objects C false true , 4294967235 0 0 -4294967236 zones C false true , 4294967236 0 0 -4294967237 transaction_statistics C false true , 4294967237 0 0 -4294967238 node_transaction_statistics C false true , 4294967238 0 0 -4294967239 table_row_statistics C false true , 4294967239 0 0 -4294967240 tables C false true , 4294967240 0 0 -4294967241 table_indexes C false true , 4294967241 0 0 -4294967242 table_columns C false true , 4294967242 0 0 +4294967002 spatial_ref_sys C false true , 4294967002 0 0 +4294967003 geometry_columns C false true , 4294967003 0 0 +4294967004 geography_columns C false true , 4294967004 0 0 +4294967006 pg_views C false true , 4294967006 0 0 +4294967007 pg_user C false true , 4294967007 0 0 +4294967008 pg_user_mappings C false true , 4294967008 0 0 +4294967009 pg_user_mapping C false true , 4294967009 0 0 +4294967010 pg_type C false true , 4294967010 0 0 +4294967011 pg_ts_template C false true , 4294967011 0 0 +4294967012 pg_ts_parser C false true , 4294967012 0 0 +4294967013 pg_ts_dict C false true , 4294967013 0 0 +4294967014 pg_ts_config C false true , 4294967014 0 0 +4294967015 pg_ts_config_map C false true , 4294967015 0 0 +4294967016 pg_trigger C false true , 4294967016 0 0 +4294967017 pg_transform C false true , 4294967017 0 0 +4294967018 pg_timezone_names C false true , 4294967018 0 0 +4294967019 pg_timezone_abbrevs C false true , 4294967019 0 0 +4294967020 pg_tablespace C false true , 4294967020 0 0 +4294967021 pg_tables C false true , 4294967021 0 0 +4294967022 pg_subscription C false true , 4294967022 0 0 +4294967023 pg_subscription_rel C false true , 4294967023 0 0 +4294967024 pg_stats C false true , 4294967024 0 0 +4294967025 pg_stats_ext C false true , 4294967025 0 0 +4294967026 pg_statistic C false true , 4294967026 0 0 +4294967027 pg_statistic_ext C false true , 4294967027 0 0 +4294967028 pg_statistic_ext_data C false true , 4294967028 0 0 +4294967029 pg_statio_user_tables C false true , 4294967029 0 0 +4294967030 pg_statio_user_sequences C false true , 4294967030 0 0 +4294967031 pg_statio_user_indexes C false true , 4294967031 0 0 +4294967032 pg_statio_sys_tables C false true , 4294967032 0 0 +4294967033 pg_statio_sys_sequences C false true , 4294967033 0 0 +4294967034 pg_statio_sys_indexes C false true , 4294967034 0 0 +4294967035 pg_statio_all_tables C false true , 4294967035 0 0 +4294967036 pg_statio_all_sequences C false true , 4294967036 0 0 +4294967037 pg_statio_all_indexes C false true , 4294967037 0 0 +4294967038 pg_stat_xact_user_tables C false true , 4294967038 0 0 +4294967039 pg_stat_xact_user_functions C false true , 4294967039 0 0 +4294967040 pg_stat_xact_sys_tables C false true , 4294967040 0 0 +4294967041 pg_stat_xact_all_tables C false true , 4294967041 0 0 +4294967042 pg_stat_wal_receiver C false true , 4294967042 0 0 +4294967043 pg_stat_user_tables C false true , 4294967043 0 0 +4294967044 pg_stat_user_indexes C false true , 4294967044 0 0 +4294967045 pg_stat_user_functions C false true , 4294967045 0 0 +4294967046 pg_stat_sys_tables C false true , 4294967046 0 0 +4294967047 pg_stat_sys_indexes C false true , 4294967047 0 0 +4294967048 pg_stat_subscription C false true , 4294967048 0 0 +4294967049 pg_stat_ssl C false true , 4294967049 0 0 +4294967050 pg_stat_slru C false true , 4294967050 0 0 +4294967051 pg_stat_replication C false true , 4294967051 0 0 +4294967052 pg_stat_progress_vacuum C false true , 4294967052 0 0 +4294967053 pg_stat_progress_create_index C false true , 4294967053 0 0 +4294967054 pg_stat_progress_cluster C false true , 4294967054 0 0 +4294967055 pg_stat_progress_basebackup C false true , 4294967055 0 0 +4294967056 pg_stat_progress_analyze C false true , 4294967056 0 0 +4294967057 pg_stat_gssapi C false true , 4294967057 0 0 +4294967058 pg_stat_database C false true , 4294967058 0 0 +4294967059 pg_stat_database_conflicts C false true , 4294967059 0 0 +4294967060 pg_stat_bgwriter C false true , 4294967060 0 0 +4294967061 pg_stat_archiver C false true , 4294967061 0 0 +4294967062 pg_stat_all_tables C false true , 4294967062 0 0 +4294967063 pg_stat_all_indexes C false true , 4294967063 0 0 +4294967064 pg_stat_activity C false true , 4294967064 0 0 +4294967065 pg_shmem_allocations C false true , 4294967065 0 0 +4294967066 pg_shdepend C false true , 4294967066 0 0 +4294967067 pg_shseclabel C false true , 4294967067 0 0 +4294967068 pg_shdescription C false true , 4294967068 0 0 +4294967069 pg_shadow C false true , 4294967069 0 0 +4294967070 pg_settings C false true , 4294967070 0 0 +4294967071 pg_sequences C false true , 4294967071 0 0 +4294967072 pg_sequence C false true , 4294967072 0 0 +4294967073 pg_seclabel C false true , 4294967073 0 0 +4294967074 pg_seclabels C false true , 4294967074 0 0 +4294967075 pg_rules C false true , 4294967075 0 0 +4294967076 pg_roles C false true , 4294967076 0 0 +4294967077 pg_rewrite C false true , 4294967077 0 0 +4294967078 pg_replication_slots C false true , 4294967078 0 0 +4294967079 pg_replication_origin C false true , 4294967079 0 0 +4294967080 pg_replication_origin_status C false true , 4294967080 0 0 +4294967081 pg_range C false true , 4294967081 0 0 +4294967082 pg_publication_tables C false true , 4294967082 0 0 +4294967083 pg_publication C false true , 4294967083 0 0 +4294967084 pg_publication_rel C false true , 4294967084 0 0 +4294967085 pg_proc C false true , 4294967085 0 0 +4294967086 pg_prepared_xacts C false true , 4294967086 0 0 +4294967087 pg_prepared_statements C false true , 4294967087 0 0 +4294967088 pg_policy C false true , 4294967088 0 0 +4294967089 pg_policies C false true , 4294967089 0 0 +4294967090 pg_partitioned_table C false true , 4294967090 0 0 +4294967091 pg_opfamily C false true , 4294967091 0 0 +4294967092 pg_operator C false true , 4294967092 0 0 +4294967093 pg_opclass C false true , 4294967093 0 0 +4294967094 pg_namespace C false true , 4294967094 0 0 +4294967095 pg_matviews C false true , 4294967095 0 0 +4294967096 pg_locks C false true , 4294967096 0 0 +4294967097 pg_largeobject C false true , 4294967097 0 0 +4294967098 pg_largeobject_metadata C false true , 4294967098 0 0 +4294967099 pg_language C false true , 4294967099 0 0 +4294967100 pg_init_privs C false true , 4294967100 0 0 +4294967101 pg_inherits C false true , 4294967101 0 0 +4294967102 pg_indexes C false true , 4294967102 0 0 +4294967103 pg_index C false true , 4294967103 0 0 +4294967104 pg_hba_file_rules C false true , 4294967104 0 0 +4294967105 pg_group C false true , 4294967105 0 0 +4294967106 pg_foreign_table C false true , 4294967106 0 0 +4294967107 pg_foreign_server C false true , 4294967107 0 0 +4294967108 pg_foreign_data_wrapper C false true , 4294967108 0 0 +4294967109 pg_file_settings C false true , 4294967109 0 0 +4294967110 pg_extension C false true , 4294967110 0 0 +4294967111 pg_event_trigger C false true , 4294967111 0 0 +4294967112 pg_enum C false true , 4294967112 0 0 +4294967113 pg_description C false true , 4294967113 0 0 +4294967114 pg_depend C false true , 4294967114 0 0 +4294967115 pg_default_acl C false true , 4294967115 0 0 +4294967116 pg_db_role_setting C false true , 4294967116 0 0 +4294967117 pg_database C false true , 4294967117 0 0 +4294967118 pg_cursors C false true , 4294967118 0 0 +4294967119 pg_conversion C false true , 4294967119 0 0 +4294967120 pg_constraint C false true , 4294967120 0 0 +4294967121 pg_config C false true , 4294967121 0 0 +4294967122 pg_collation C false true , 4294967122 0 0 +4294967123 pg_class C false true , 4294967123 0 0 +4294967124 pg_cast C false true , 4294967124 0 0 +4294967125 pg_available_extensions C false true , 4294967125 0 0 +4294967126 pg_available_extension_versions C false true , 4294967126 0 0 +4294967127 pg_auth_members C false true , 4294967127 0 0 +4294967128 pg_authid C false true , 4294967128 0 0 +4294967129 pg_attribute C false true , 4294967129 0 0 +4294967130 pg_attrdef C false true , 4294967130 0 0 +4294967131 pg_amproc C false true , 4294967131 0 0 +4294967132 pg_amop C false true , 4294967132 0 0 +4294967133 pg_am C false true , 4294967133 0 0 +4294967134 pg_aggregate C false true , 4294967134 0 0 +4294967136 views C false true , 4294967136 0 0 +4294967137 view_table_usage C false true , 4294967137 0 0 +4294967138 view_routine_usage C false true , 4294967138 0 0 +4294967139 view_column_usage C false true , 4294967139 0 0 +4294967140 user_privileges C false true , 4294967140 0 0 +4294967141 user_mappings C false true , 4294967141 0 0 +4294967142 user_mapping_options C false true , 4294967142 0 0 +4294967143 user_defined_types C false true , 4294967143 0 0 +4294967144 user_attributes C false true , 4294967144 0 0 +4294967145 usage_privileges C false true , 4294967145 0 0 +4294967146 udt_privileges C false true , 4294967146 0 0 +4294967147 type_privileges C false true , 4294967147 0 0 +4294967148 triggers C false true , 4294967148 0 0 +4294967149 triggered_update_columns C false true , 4294967149 0 0 +4294967150 transforms C false true , 4294967150 0 0 +4294967151 tablespaces C false true , 4294967151 0 0 +4294967152 tablespaces_extensions C false true , 4294967152 0 0 +4294967153 tables C false true , 4294967153 0 0 +4294967154 tables_extensions C false true , 4294967154 0 0 +4294967155 table_privileges C false true , 4294967155 0 0 +4294967156 table_constraints_extensions C false true , 4294967156 0 0 +4294967157 table_constraints C false true , 4294967157 0 0 +4294967158 statistics C false true , 4294967158 0 0 +4294967159 st_units_of_measure C false true , 4294967159 0 0 +4294967160 st_spatial_reference_systems C false true , 4294967160 0 0 +4294967161 st_geometry_columns C false true , 4294967161 0 0 +4294967162 session_variables C false true , 4294967162 0 0 +4294967163 sequences C false true , 4294967163 0 0 +4294967164 schema_privileges C false true , 4294967164 0 0 +4294967165 schemata C false true , 4294967165 0 0 +4294967166 schemata_extensions C false true , 4294967166 0 0 +4294967167 sql_sizing C false true , 4294967167 0 0 +4294967168 sql_parts C false true , 4294967168 0 0 +4294967169 sql_implementation_info C false true , 4294967169 0 0 +4294967170 sql_features C false true , 4294967170 0 0 +4294967171 routines C false true , 4294967171 0 0 +4294967172 routine_privileges C false true , 4294967172 0 0 +4294967173 role_usage_grants C false true , 4294967173 0 0 +4294967174 role_udt_grants C false true , 4294967174 0 0 +4294967175 role_table_grants C false true , 4294967175 0 0 +4294967176 role_routine_grants C false true , 4294967176 0 0 +4294967177 role_column_grants C false true , 4294967177 0 0 +4294967178 resource_groups C false true , 4294967178 0 0 +4294967179 referential_constraints C false true , 4294967179 0 0 +4294967180 profiling C false true , 4294967180 0 0 +4294967181 processlist C false true , 4294967181 0 0 +4294967182 plugins C false true , 4294967182 0 0 +4294967183 partitions C false true , 4294967183 0 0 +4294967184 parameters C false true , 4294967184 0 0 +4294967185 optimizer_trace C false true , 4294967185 0 0 +4294967186 keywords C false true , 4294967186 0 0 +4294967187 key_column_usage C false true , 4294967187 0 0 +4294967188 information_schema_catalog_name C false true , 4294967188 0 0 +4294967189 foreign_tables C false true , 4294967189 0 0 +4294967190 foreign_table_options C false true , 4294967190 0 0 +4294967191 foreign_servers C false true , 4294967191 0 0 +4294967192 foreign_server_options C false true , 4294967192 0 0 +4294967193 foreign_data_wrappers C false true , 4294967193 0 0 +4294967194 foreign_data_wrapper_options C false true , 4294967194 0 0 +4294967195 files C false true , 4294967195 0 0 +4294967196 events C false true , 4294967196 0 0 +4294967197 engines C false true , 4294967197 0 0 +4294967198 enabled_roles C false true , 4294967198 0 0 +4294967199 element_types C false true , 4294967199 0 0 +4294967200 domains C false true , 4294967200 0 0 +4294967201 domain_udt_usage C false true , 4294967201 0 0 +4294967202 domain_constraints C false true , 4294967202 0 0 +4294967203 data_type_privileges C false true , 4294967203 0 0 +4294967204 constraint_table_usage C false true , 4294967204 0 0 +4294967205 constraint_column_usage C false true , 4294967205 0 0 +4294967206 columns C false true , 4294967206 0 0 +4294967207 columns_extensions C false true , 4294967207 0 0 +4294967208 column_udt_usage C false true , 4294967208 0 0 +4294967209 column_statistics C false true , 4294967209 0 0 +4294967210 column_privileges C false true , 4294967210 0 0 +4294967211 column_options C false true , 4294967211 0 0 +4294967212 column_domain_usage C false true , 4294967212 0 0 +4294967213 column_column_usage C false true , 4294967213 0 0 +4294967214 collations C false true , 4294967214 0 0 +4294967215 collation_character_set_applicability C false true , 4294967215 0 0 +4294967216 check_constraints C false true , 4294967216 0 0 +4294967217 check_constraint_routine_usage C false true , 4294967217 0 0 +4294967218 character_sets C false true , 4294967218 0 0 +4294967219 attributes C false true , 4294967219 0 0 +4294967220 applicable_roles C false true , 4294967220 0 0 +4294967221 administrable_role_authorizations C false true , 4294967221 0 0 +4294967223 super_regions C false true , 4294967223 0 0 +4294967224 pg_catalog_table_is_implemented C false true , 4294967224 0 0 +4294967225 tenant_usage_details C false true , 4294967225 0 0 +4294967226 active_range_feeds C false true , 4294967226 0 0 +4294967227 default_privileges C false true , 4294967227 0 0 +4294967228 regions C false true , 4294967228 0 0 +4294967229 cluster_inflight_traces C false true , 4294967229 0 0 +4294967230 lost_descriptors_with_data C false true , 4294967230 0 0 +4294967231 cross_db_references C false true , 4294967231 0 0 +4294967232 cluster_database_privileges C false true , 4294967232 0 0 +4294967233 invalid_objects C false true , 4294967233 0 0 +4294967234 zones C false true , 4294967234 0 0 +4294967235 transaction_statistics_persisted C false true , 4294967235 0 0 +4294967236 transaction_statistics C false true , 4294967236 0 0 +4294967237 node_transaction_statistics C false true , 4294967237 0 0 +4294967238 table_row_statistics C false true , 4294967238 0 0 +4294967239 tables C false true , 4294967239 0 0 +4294967240 table_indexes C false true , 4294967240 0 0 +4294967241 table_columns C false true , 4294967241 0 0 +4294967242 statement_statistics_persisted C false true , 4294967242 0 0 4294967243 statement_statistics C false true , 4294967243 0 0 4294967244 session_variables C false true , 4294967244 0 0 4294967245 session_trace C false true , 4294967245 0 0 @@ -2474,242 +2478,244 @@ oid typname typinput typoutput 100132 _newtype1 array_in array_out array_recv array_send 0 0 0 100133 newtype2 enum_in enum_out enum_recv enum_send 0 0 0 100134 _newtype2 array_in array_out array_recv array_send 0 0 0 -4294967004 spatial_ref_sys record_in record_out record_recv record_send 0 0 0 -4294967005 geometry_columns record_in record_out record_recv record_send 0 0 0 -4294967006 geography_columns record_in record_out record_recv record_send 0 0 0 -4294967008 pg_views record_in record_out record_recv record_send 0 0 0 -4294967009 pg_user record_in record_out record_recv record_send 0 0 0 -4294967010 pg_user_mappings record_in record_out record_recv record_send 0 0 0 -4294967011 pg_user_mapping record_in record_out record_recv record_send 0 0 0 -4294967012 pg_type record_in record_out record_recv record_send 0 0 0 -4294967013 pg_ts_template record_in record_out record_recv record_send 0 0 0 -4294967014 pg_ts_parser record_in record_out record_recv record_send 0 0 0 -4294967015 pg_ts_dict record_in record_out record_recv record_send 0 0 0 -4294967016 pg_ts_config record_in record_out record_recv record_send 0 0 0 -4294967017 pg_ts_config_map record_in record_out record_recv record_send 0 0 0 -4294967018 pg_trigger record_in record_out record_recv record_send 0 0 0 -4294967019 pg_transform record_in record_out record_recv record_send 0 0 0 -4294967020 pg_timezone_names record_in record_out record_recv record_send 0 0 0 -4294967021 pg_timezone_abbrevs record_in record_out record_recv record_send 0 0 0 -4294967022 pg_tablespace record_in record_out record_recv record_send 0 0 0 -4294967023 pg_tables record_in record_out record_recv record_send 0 0 0 -4294967024 pg_subscription record_in record_out record_recv record_send 0 0 0 -4294967025 pg_subscription_rel record_in record_out record_recv record_send 0 0 0 -4294967026 pg_stats record_in record_out record_recv record_send 0 0 0 -4294967027 pg_stats_ext record_in record_out record_recv record_send 0 0 0 -4294967028 pg_statistic record_in record_out record_recv record_send 0 0 0 -4294967029 pg_statistic_ext record_in record_out record_recv record_send 0 0 0 -4294967030 pg_statistic_ext_data record_in record_out record_recv record_send 0 0 0 -4294967031 pg_statio_user_tables record_in record_out record_recv record_send 0 0 0 -4294967032 pg_statio_user_sequences record_in record_out record_recv record_send 0 0 0 -4294967033 pg_statio_user_indexes record_in record_out record_recv record_send 0 0 0 -4294967034 pg_statio_sys_tables record_in record_out record_recv record_send 0 0 0 -4294967035 pg_statio_sys_sequences record_in record_out record_recv record_send 0 0 0 -4294967036 pg_statio_sys_indexes record_in record_out record_recv record_send 0 0 0 -4294967037 pg_statio_all_tables record_in record_out record_recv record_send 0 0 0 -4294967038 pg_statio_all_sequences record_in record_out record_recv record_send 0 0 0 -4294967039 pg_statio_all_indexes record_in record_out record_recv record_send 0 0 0 -4294967040 pg_stat_xact_user_tables record_in record_out record_recv record_send 0 0 0 -4294967041 pg_stat_xact_user_functions record_in record_out record_recv record_send 0 0 0 -4294967042 pg_stat_xact_sys_tables record_in record_out record_recv record_send 0 0 0 -4294967043 pg_stat_xact_all_tables record_in record_out record_recv record_send 0 0 0 -4294967044 pg_stat_wal_receiver record_in record_out record_recv record_send 0 0 0 -4294967045 pg_stat_user_tables record_in record_out record_recv record_send 0 0 0 -4294967046 pg_stat_user_indexes record_in record_out record_recv record_send 0 0 0 -4294967047 pg_stat_user_functions record_in record_out record_recv record_send 0 0 0 -4294967048 pg_stat_sys_tables record_in record_out record_recv record_send 0 0 0 -4294967049 pg_stat_sys_indexes record_in record_out record_recv record_send 0 0 0 -4294967050 pg_stat_subscription record_in record_out record_recv record_send 0 0 0 -4294967051 pg_stat_ssl record_in record_out record_recv record_send 0 0 0 -4294967052 pg_stat_slru record_in record_out record_recv record_send 0 0 0 -4294967053 pg_stat_replication record_in record_out record_recv record_send 0 0 0 -4294967054 pg_stat_progress_vacuum record_in record_out record_recv record_send 0 0 0 -4294967055 pg_stat_progress_create_index record_in record_out record_recv record_send 0 0 0 -4294967056 pg_stat_progress_cluster record_in record_out record_recv record_send 0 0 0 -4294967057 pg_stat_progress_basebackup record_in record_out record_recv record_send 0 0 0 -4294967058 pg_stat_progress_analyze record_in record_out record_recv record_send 0 0 0 -4294967059 pg_stat_gssapi record_in record_out record_recv record_send 0 0 0 -4294967060 pg_stat_database record_in record_out record_recv record_send 0 0 0 -4294967061 pg_stat_database_conflicts record_in record_out record_recv record_send 0 0 0 -4294967062 pg_stat_bgwriter record_in record_out record_recv record_send 0 0 0 -4294967063 pg_stat_archiver record_in record_out record_recv record_send 0 0 0 -4294967064 pg_stat_all_tables record_in record_out record_recv record_send 0 0 0 -4294967065 pg_stat_all_indexes record_in record_out record_recv record_send 0 0 0 -4294967066 pg_stat_activity record_in record_out record_recv record_send 0 0 0 -4294967067 pg_shmem_allocations record_in record_out record_recv record_send 0 0 0 -4294967068 pg_shdepend record_in record_out record_recv record_send 0 0 0 -4294967069 pg_shseclabel record_in record_out record_recv record_send 0 0 0 -4294967070 pg_shdescription record_in record_out record_recv record_send 0 0 0 -4294967071 pg_shadow record_in record_out record_recv record_send 0 0 0 -4294967072 pg_settings record_in record_out record_recv record_send 0 0 0 -4294967073 pg_sequences record_in record_out record_recv record_send 0 0 0 -4294967074 pg_sequence record_in record_out record_recv record_send 0 0 0 -4294967075 pg_seclabel record_in record_out record_recv record_send 0 0 0 -4294967076 pg_seclabels record_in record_out record_recv record_send 0 0 0 -4294967077 pg_rules record_in record_out record_recv record_send 0 0 0 -4294967078 pg_roles record_in record_out record_recv record_send 0 0 0 -4294967079 pg_rewrite record_in record_out record_recv record_send 0 0 0 -4294967080 pg_replication_slots record_in record_out record_recv record_send 0 0 0 -4294967081 pg_replication_origin record_in record_out record_recv record_send 0 0 0 -4294967082 pg_replication_origin_status record_in record_out record_recv record_send 0 0 0 -4294967083 pg_range record_in record_out record_recv record_send 0 0 0 -4294967084 pg_publication_tables record_in record_out record_recv record_send 0 0 0 -4294967085 pg_publication record_in record_out record_recv record_send 0 0 0 -4294967086 pg_publication_rel record_in record_out record_recv record_send 0 0 0 -4294967087 pg_proc record_in record_out record_recv record_send 0 0 0 -4294967088 pg_prepared_xacts record_in record_out record_recv record_send 0 0 0 -4294967089 pg_prepared_statements record_in record_out record_recv record_send 0 0 0 -4294967090 pg_policy record_in record_out record_recv record_send 0 0 0 -4294967091 pg_policies record_in record_out record_recv record_send 0 0 0 -4294967092 pg_partitioned_table record_in record_out record_recv record_send 0 0 0 -4294967093 pg_opfamily record_in record_out record_recv record_send 0 0 0 -4294967094 pg_operator record_in record_out record_recv record_send 0 0 0 -4294967095 pg_opclass record_in record_out record_recv record_send 0 0 0 -4294967096 pg_namespace record_in record_out record_recv record_send 0 0 0 -4294967097 pg_matviews record_in record_out record_recv record_send 0 0 0 -4294967098 pg_locks record_in record_out record_recv record_send 0 0 0 -4294967099 pg_largeobject record_in record_out record_recv record_send 0 0 0 -4294967100 pg_largeobject_metadata record_in record_out record_recv record_send 0 0 0 -4294967101 pg_language record_in record_out record_recv record_send 0 0 0 -4294967102 pg_init_privs record_in record_out record_recv record_send 0 0 0 -4294967103 pg_inherits record_in record_out record_recv record_send 0 0 0 -4294967104 pg_indexes record_in record_out record_recv record_send 0 0 0 -4294967105 pg_index record_in record_out record_recv record_send 0 0 0 -4294967106 pg_hba_file_rules record_in record_out record_recv record_send 0 0 0 -4294967107 pg_group record_in record_out record_recv record_send 0 0 0 -4294967108 pg_foreign_table record_in record_out record_recv record_send 0 0 0 -4294967109 pg_foreign_server record_in record_out record_recv record_send 0 0 0 -4294967110 pg_foreign_data_wrapper record_in record_out record_recv record_send 0 0 0 -4294967111 pg_file_settings record_in record_out record_recv record_send 0 0 0 -4294967112 pg_extension record_in record_out record_recv record_send 0 0 0 -4294967113 pg_event_trigger record_in record_out record_recv record_send 0 0 0 -4294967114 pg_enum record_in record_out record_recv record_send 0 0 0 -4294967115 pg_description record_in record_out record_recv record_send 0 0 0 -4294967116 pg_depend record_in record_out record_recv record_send 0 0 0 -4294967117 pg_default_acl record_in record_out record_recv record_send 0 0 0 -4294967118 pg_db_role_setting record_in record_out record_recv record_send 0 0 0 -4294967119 pg_database record_in record_out record_recv record_send 0 0 0 -4294967120 pg_cursors record_in record_out record_recv record_send 0 0 0 -4294967121 pg_conversion record_in record_out record_recv record_send 0 0 0 -4294967122 pg_constraint record_in record_out record_recv record_send 0 0 0 -4294967123 pg_config record_in record_out record_recv record_send 0 0 0 -4294967124 pg_collation record_in record_out record_recv record_send 0 0 0 -4294967125 pg_class record_in record_out record_recv record_send 0 0 0 -4294967126 pg_cast record_in record_out record_recv record_send 0 0 0 -4294967127 pg_available_extensions record_in record_out record_recv record_send 0 0 0 -4294967128 pg_available_extension_versions record_in record_out record_recv record_send 0 0 0 -4294967129 pg_auth_members record_in record_out record_recv record_send 0 0 0 -4294967130 pg_authid record_in record_out record_recv record_send 0 0 0 -4294967131 pg_attribute record_in record_out record_recv record_send 0 0 0 -4294967132 pg_attrdef record_in record_out record_recv record_send 0 0 0 -4294967133 pg_amproc record_in record_out record_recv record_send 0 0 0 -4294967134 pg_amop record_in record_out record_recv record_send 0 0 0 -4294967135 pg_am record_in record_out record_recv record_send 0 0 0 -4294967136 pg_aggregate record_in record_out record_recv record_send 0 0 0 -4294967138 views record_in record_out record_recv record_send 0 0 0 -4294967139 view_table_usage record_in record_out record_recv record_send 0 0 0 -4294967140 view_routine_usage record_in record_out record_recv record_send 0 0 0 -4294967141 view_column_usage record_in record_out record_recv record_send 0 0 0 -4294967142 user_privileges record_in record_out record_recv record_send 0 0 0 -4294967143 user_mappings record_in record_out record_recv record_send 0 0 0 -4294967144 user_mapping_options record_in record_out record_recv record_send 0 0 0 -4294967145 user_defined_types record_in record_out record_recv record_send 0 0 0 -4294967146 user_attributes record_in record_out record_recv record_send 0 0 0 -4294967147 usage_privileges record_in record_out record_recv record_send 0 0 0 -4294967148 udt_privileges record_in record_out record_recv record_send 0 0 0 -4294967149 type_privileges record_in record_out record_recv record_send 0 0 0 -4294967150 triggers record_in record_out record_recv record_send 0 0 0 -4294967151 triggered_update_columns record_in record_out record_recv record_send 0 0 0 -4294967152 transforms record_in record_out record_recv record_send 0 0 0 -4294967153 tablespaces record_in record_out record_recv record_send 0 0 0 -4294967154 tablespaces_extensions record_in record_out record_recv record_send 0 0 0 -4294967155 tables record_in record_out record_recv record_send 0 0 0 -4294967156 tables_extensions record_in record_out record_recv record_send 0 0 0 -4294967157 table_privileges record_in record_out record_recv record_send 0 0 0 -4294967158 table_constraints_extensions record_in record_out record_recv record_send 0 0 0 -4294967159 table_constraints record_in record_out record_recv record_send 0 0 0 -4294967160 statistics record_in record_out record_recv record_send 0 0 0 -4294967161 st_units_of_measure record_in record_out record_recv record_send 0 0 0 -4294967162 st_spatial_reference_systems record_in record_out record_recv record_send 0 0 0 -4294967163 st_geometry_columns record_in record_out record_recv record_send 0 0 0 -4294967164 session_variables record_in record_out record_recv record_send 0 0 0 -4294967165 sequences record_in record_out record_recv record_send 0 0 0 -4294967166 schema_privileges record_in record_out record_recv record_send 0 0 0 -4294967167 schemata record_in record_out record_recv record_send 0 0 0 -4294967168 schemata_extensions record_in record_out record_recv record_send 0 0 0 -4294967169 sql_sizing record_in record_out record_recv record_send 0 0 0 -4294967170 sql_parts record_in record_out record_recv record_send 0 0 0 -4294967171 sql_implementation_info record_in record_out record_recv record_send 0 0 0 -4294967172 sql_features record_in record_out record_recv record_send 0 0 0 -4294967173 routines record_in record_out record_recv record_send 0 0 0 -4294967174 routine_privileges record_in record_out record_recv record_send 0 0 0 -4294967175 role_usage_grants record_in record_out record_recv record_send 0 0 0 -4294967176 role_udt_grants record_in record_out record_recv record_send 0 0 0 -4294967177 role_table_grants record_in record_out record_recv record_send 0 0 0 -4294967178 role_routine_grants record_in record_out record_recv record_send 0 0 0 -4294967179 role_column_grants record_in record_out record_recv record_send 0 0 0 -4294967180 resource_groups record_in record_out record_recv record_send 0 0 0 -4294967181 referential_constraints record_in record_out record_recv record_send 0 0 0 -4294967182 profiling record_in record_out record_recv record_send 0 0 0 -4294967183 processlist record_in record_out record_recv record_send 0 0 0 -4294967184 plugins record_in record_out record_recv record_send 0 0 0 -4294967185 partitions record_in record_out record_recv record_send 0 0 0 -4294967186 parameters record_in record_out record_recv record_send 0 0 0 -4294967187 optimizer_trace record_in record_out record_recv record_send 0 0 0 -4294967188 keywords record_in record_out record_recv record_send 0 0 0 -4294967189 key_column_usage record_in record_out record_recv record_send 0 0 0 -4294967190 information_schema_catalog_name record_in record_out record_recv record_send 0 0 0 -4294967191 foreign_tables record_in record_out record_recv record_send 0 0 0 -4294967192 foreign_table_options record_in record_out record_recv record_send 0 0 0 -4294967193 foreign_servers record_in record_out record_recv record_send 0 0 0 -4294967194 foreign_server_options record_in record_out record_recv record_send 0 0 0 -4294967195 foreign_data_wrappers record_in record_out record_recv record_send 0 0 0 -4294967196 foreign_data_wrapper_options record_in record_out record_recv record_send 0 0 0 -4294967197 files record_in record_out record_recv record_send 0 0 0 -4294967198 events record_in record_out record_recv record_send 0 0 0 -4294967199 engines record_in record_out record_recv record_send 0 0 0 -4294967200 enabled_roles record_in record_out record_recv record_send 0 0 0 -4294967201 element_types record_in record_out record_recv record_send 0 0 0 -4294967202 domains record_in record_out record_recv record_send 0 0 0 -4294967203 domain_udt_usage record_in record_out record_recv record_send 0 0 0 -4294967204 domain_constraints record_in record_out record_recv record_send 0 0 0 -4294967205 data_type_privileges record_in record_out record_recv record_send 0 0 0 -4294967206 constraint_table_usage record_in record_out record_recv record_send 0 0 0 -4294967207 constraint_column_usage record_in record_out record_recv record_send 0 0 0 -4294967208 columns record_in record_out record_recv record_send 0 0 0 -4294967209 columns_extensions record_in record_out record_recv record_send 0 0 0 -4294967210 column_udt_usage record_in record_out record_recv record_send 0 0 0 -4294967211 column_statistics record_in record_out record_recv record_send 0 0 0 -4294967212 column_privileges record_in record_out record_recv record_send 0 0 0 -4294967213 column_options record_in record_out record_recv record_send 0 0 0 -4294967214 column_domain_usage record_in record_out record_recv record_send 0 0 0 -4294967215 column_column_usage record_in record_out record_recv record_send 0 0 0 -4294967216 collations record_in record_out record_recv record_send 0 0 0 -4294967217 collation_character_set_applicability record_in record_out record_recv record_send 0 0 0 -4294967218 check_constraints record_in record_out record_recv record_send 0 0 0 -4294967219 check_constraint_routine_usage record_in record_out record_recv record_send 0 0 0 -4294967220 character_sets record_in record_out record_recv record_send 0 0 0 -4294967221 attributes record_in record_out record_recv record_send 0 0 0 -4294967222 applicable_roles record_in record_out record_recv record_send 0 0 0 -4294967223 administrable_role_authorizations record_in record_out record_recv record_send 0 0 0 -4294967225 super_regions record_in record_out record_recv record_send 0 0 0 -4294967226 pg_catalog_table_is_implemented record_in record_out record_recv record_send 0 0 0 -4294967227 tenant_usage_details record_in record_out record_recv record_send 0 0 0 -4294967228 active_range_feeds record_in record_out record_recv record_send 0 0 0 -4294967229 default_privileges record_in record_out record_recv record_send 0 0 0 -4294967230 regions record_in record_out record_recv record_send 0 0 0 -4294967231 cluster_inflight_traces record_in record_out record_recv record_send 0 0 0 -4294967232 lost_descriptors_with_data record_in record_out record_recv record_send 0 0 0 -4294967233 cross_db_references record_in record_out record_recv record_send 0 0 0 -4294967234 cluster_database_privileges record_in record_out record_recv record_send 0 0 0 -4294967235 invalid_objects record_in record_out record_recv record_send 0 0 0 -4294967236 zones record_in record_out record_recv record_send 0 0 0 -4294967237 transaction_statistics record_in record_out record_recv record_send 0 0 0 -4294967238 node_transaction_statistics record_in record_out record_recv record_send 0 0 0 -4294967239 table_row_statistics record_in record_out record_recv record_send 0 0 0 -4294967240 tables record_in record_out record_recv record_send 0 0 0 -4294967241 table_indexes record_in record_out record_recv record_send 0 0 0 -4294967242 table_columns record_in record_out record_recv record_send 0 0 0 +4294967002 spatial_ref_sys record_in record_out record_recv record_send 0 0 0 +4294967003 geometry_columns record_in record_out record_recv record_send 0 0 0 +4294967004 geography_columns record_in record_out record_recv record_send 0 0 0 +4294967006 pg_views record_in record_out record_recv record_send 0 0 0 +4294967007 pg_user record_in record_out record_recv record_send 0 0 0 +4294967008 pg_user_mappings record_in record_out record_recv record_send 0 0 0 +4294967009 pg_user_mapping record_in record_out record_recv record_send 0 0 0 +4294967010 pg_type record_in record_out record_recv record_send 0 0 0 +4294967011 pg_ts_template record_in record_out record_recv record_send 0 0 0 +4294967012 pg_ts_parser record_in record_out record_recv record_send 0 0 0 +4294967013 pg_ts_dict record_in record_out record_recv record_send 0 0 0 +4294967014 pg_ts_config record_in record_out record_recv record_send 0 0 0 +4294967015 pg_ts_config_map record_in record_out record_recv record_send 0 0 0 +4294967016 pg_trigger record_in record_out record_recv record_send 0 0 0 +4294967017 pg_transform record_in record_out record_recv record_send 0 0 0 +4294967018 pg_timezone_names record_in record_out record_recv record_send 0 0 0 +4294967019 pg_timezone_abbrevs record_in record_out record_recv record_send 0 0 0 +4294967020 pg_tablespace record_in record_out record_recv record_send 0 0 0 +4294967021 pg_tables record_in record_out record_recv record_send 0 0 0 +4294967022 pg_subscription record_in record_out record_recv record_send 0 0 0 +4294967023 pg_subscription_rel record_in record_out record_recv record_send 0 0 0 +4294967024 pg_stats record_in record_out record_recv record_send 0 0 0 +4294967025 pg_stats_ext record_in record_out record_recv record_send 0 0 0 +4294967026 pg_statistic record_in record_out record_recv record_send 0 0 0 +4294967027 pg_statistic_ext record_in record_out record_recv record_send 0 0 0 +4294967028 pg_statistic_ext_data record_in record_out record_recv record_send 0 0 0 +4294967029 pg_statio_user_tables record_in record_out record_recv record_send 0 0 0 +4294967030 pg_statio_user_sequences record_in record_out record_recv record_send 0 0 0 +4294967031 pg_statio_user_indexes record_in record_out record_recv record_send 0 0 0 +4294967032 pg_statio_sys_tables record_in record_out record_recv record_send 0 0 0 +4294967033 pg_statio_sys_sequences record_in record_out record_recv record_send 0 0 0 +4294967034 pg_statio_sys_indexes record_in record_out record_recv record_send 0 0 0 +4294967035 pg_statio_all_tables record_in record_out record_recv record_send 0 0 0 +4294967036 pg_statio_all_sequences record_in record_out record_recv record_send 0 0 0 +4294967037 pg_statio_all_indexes record_in record_out record_recv record_send 0 0 0 +4294967038 pg_stat_xact_user_tables record_in record_out record_recv record_send 0 0 0 +4294967039 pg_stat_xact_user_functions record_in record_out record_recv record_send 0 0 0 +4294967040 pg_stat_xact_sys_tables record_in record_out record_recv record_send 0 0 0 +4294967041 pg_stat_xact_all_tables record_in record_out record_recv record_send 0 0 0 +4294967042 pg_stat_wal_receiver record_in record_out record_recv record_send 0 0 0 +4294967043 pg_stat_user_tables record_in record_out record_recv record_send 0 0 0 +4294967044 pg_stat_user_indexes record_in record_out record_recv record_send 0 0 0 +4294967045 pg_stat_user_functions record_in record_out record_recv record_send 0 0 0 +4294967046 pg_stat_sys_tables record_in record_out record_recv record_send 0 0 0 +4294967047 pg_stat_sys_indexes record_in record_out record_recv record_send 0 0 0 +4294967048 pg_stat_subscription record_in record_out record_recv record_send 0 0 0 +4294967049 pg_stat_ssl record_in record_out record_recv record_send 0 0 0 +4294967050 pg_stat_slru record_in record_out record_recv record_send 0 0 0 +4294967051 pg_stat_replication record_in record_out record_recv record_send 0 0 0 +4294967052 pg_stat_progress_vacuum record_in record_out record_recv record_send 0 0 0 +4294967053 pg_stat_progress_create_index record_in record_out record_recv record_send 0 0 0 +4294967054 pg_stat_progress_cluster record_in record_out record_recv record_send 0 0 0 +4294967055 pg_stat_progress_basebackup record_in record_out record_recv record_send 0 0 0 +4294967056 pg_stat_progress_analyze record_in record_out record_recv record_send 0 0 0 +4294967057 pg_stat_gssapi record_in record_out record_recv record_send 0 0 0 +4294967058 pg_stat_database record_in record_out record_recv record_send 0 0 0 +4294967059 pg_stat_database_conflicts record_in record_out record_recv record_send 0 0 0 +4294967060 pg_stat_bgwriter record_in record_out record_recv record_send 0 0 0 +4294967061 pg_stat_archiver record_in record_out record_recv record_send 0 0 0 +4294967062 pg_stat_all_tables record_in record_out record_recv record_send 0 0 0 +4294967063 pg_stat_all_indexes record_in record_out record_recv record_send 0 0 0 +4294967064 pg_stat_activity record_in record_out record_recv record_send 0 0 0 +4294967065 pg_shmem_allocations record_in record_out record_recv record_send 0 0 0 +4294967066 pg_shdepend record_in record_out record_recv record_send 0 0 0 +4294967067 pg_shseclabel record_in record_out record_recv record_send 0 0 0 +4294967068 pg_shdescription record_in record_out record_recv record_send 0 0 0 +4294967069 pg_shadow record_in record_out record_recv record_send 0 0 0 +4294967070 pg_settings record_in record_out record_recv record_send 0 0 0 +4294967071 pg_sequences record_in record_out record_recv record_send 0 0 0 +4294967072 pg_sequence record_in record_out record_recv record_send 0 0 0 +4294967073 pg_seclabel record_in record_out record_recv record_send 0 0 0 +4294967074 pg_seclabels record_in record_out record_recv record_send 0 0 0 +4294967075 pg_rules record_in record_out record_recv record_send 0 0 0 +4294967076 pg_roles record_in record_out record_recv record_send 0 0 0 +4294967077 pg_rewrite record_in record_out record_recv record_send 0 0 0 +4294967078 pg_replication_slots record_in record_out record_recv record_send 0 0 0 +4294967079 pg_replication_origin record_in record_out record_recv record_send 0 0 0 +4294967080 pg_replication_origin_status record_in record_out record_recv record_send 0 0 0 +4294967081 pg_range record_in record_out record_recv record_send 0 0 0 +4294967082 pg_publication_tables record_in record_out record_recv record_send 0 0 0 +4294967083 pg_publication record_in record_out record_recv record_send 0 0 0 +4294967084 pg_publication_rel record_in record_out record_recv record_send 0 0 0 +4294967085 pg_proc record_in record_out record_recv record_send 0 0 0 +4294967086 pg_prepared_xacts record_in record_out record_recv record_send 0 0 0 +4294967087 pg_prepared_statements record_in record_out record_recv record_send 0 0 0 +4294967088 pg_policy record_in record_out record_recv record_send 0 0 0 +4294967089 pg_policies record_in record_out record_recv record_send 0 0 0 +4294967090 pg_partitioned_table record_in record_out record_recv record_send 0 0 0 +4294967091 pg_opfamily record_in record_out record_recv record_send 0 0 0 +4294967092 pg_operator record_in record_out record_recv record_send 0 0 0 +4294967093 pg_opclass record_in record_out record_recv record_send 0 0 0 +4294967094 pg_namespace record_in record_out record_recv record_send 0 0 0 +4294967095 pg_matviews record_in record_out record_recv record_send 0 0 0 +4294967096 pg_locks record_in record_out record_recv record_send 0 0 0 +4294967097 pg_largeobject record_in record_out record_recv record_send 0 0 0 +4294967098 pg_largeobject_metadata record_in record_out record_recv record_send 0 0 0 +4294967099 pg_language record_in record_out record_recv record_send 0 0 0 +4294967100 pg_init_privs record_in record_out record_recv record_send 0 0 0 +4294967101 pg_inherits record_in record_out record_recv record_send 0 0 0 +4294967102 pg_indexes record_in record_out record_recv record_send 0 0 0 +4294967103 pg_index record_in record_out record_recv record_send 0 0 0 +4294967104 pg_hba_file_rules record_in record_out record_recv record_send 0 0 0 +4294967105 pg_group record_in record_out record_recv record_send 0 0 0 +4294967106 pg_foreign_table record_in record_out record_recv record_send 0 0 0 +4294967107 pg_foreign_server record_in record_out record_recv record_send 0 0 0 +4294967108 pg_foreign_data_wrapper record_in record_out record_recv record_send 0 0 0 +4294967109 pg_file_settings record_in record_out record_recv record_send 0 0 0 +4294967110 pg_extension record_in record_out record_recv record_send 0 0 0 +4294967111 pg_event_trigger record_in record_out record_recv record_send 0 0 0 +4294967112 pg_enum record_in record_out record_recv record_send 0 0 0 +4294967113 pg_description record_in record_out record_recv record_send 0 0 0 +4294967114 pg_depend record_in record_out record_recv record_send 0 0 0 +4294967115 pg_default_acl record_in record_out record_recv record_send 0 0 0 +4294967116 pg_db_role_setting record_in record_out record_recv record_send 0 0 0 +4294967117 pg_database record_in record_out record_recv record_send 0 0 0 +4294967118 pg_cursors record_in record_out record_recv record_send 0 0 0 +4294967119 pg_conversion record_in record_out record_recv record_send 0 0 0 +4294967120 pg_constraint record_in record_out record_recv record_send 0 0 0 +4294967121 pg_config record_in record_out record_recv record_send 0 0 0 +4294967122 pg_collation record_in record_out record_recv record_send 0 0 0 +4294967123 pg_class record_in record_out record_recv record_send 0 0 0 +4294967124 pg_cast record_in record_out record_recv record_send 0 0 0 +4294967125 pg_available_extensions record_in record_out record_recv record_send 0 0 0 +4294967126 pg_available_extension_versions record_in record_out record_recv record_send 0 0 0 +4294967127 pg_auth_members record_in record_out record_recv record_send 0 0 0 +4294967128 pg_authid record_in record_out record_recv record_send 0 0 0 +4294967129 pg_attribute record_in record_out record_recv record_send 0 0 0 +4294967130 pg_attrdef record_in record_out record_recv record_send 0 0 0 +4294967131 pg_amproc record_in record_out record_recv record_send 0 0 0 +4294967132 pg_amop record_in record_out record_recv record_send 0 0 0 +4294967133 pg_am record_in record_out record_recv record_send 0 0 0 +4294967134 pg_aggregate record_in record_out record_recv record_send 0 0 0 +4294967136 views record_in record_out record_recv record_send 0 0 0 +4294967137 view_table_usage record_in record_out record_recv record_send 0 0 0 +4294967138 view_routine_usage record_in record_out record_recv record_send 0 0 0 +4294967139 view_column_usage record_in record_out record_recv record_send 0 0 0 +4294967140 user_privileges record_in record_out record_recv record_send 0 0 0 +4294967141 user_mappings record_in record_out record_recv record_send 0 0 0 +4294967142 user_mapping_options record_in record_out record_recv record_send 0 0 0 +4294967143 user_defined_types record_in record_out record_recv record_send 0 0 0 +4294967144 user_attributes record_in record_out record_recv record_send 0 0 0 +4294967145 usage_privileges record_in record_out record_recv record_send 0 0 0 +4294967146 udt_privileges record_in record_out record_recv record_send 0 0 0 +4294967147 type_privileges record_in record_out record_recv record_send 0 0 0 +4294967148 triggers record_in record_out record_recv record_send 0 0 0 +4294967149 triggered_update_columns record_in record_out record_recv record_send 0 0 0 +4294967150 transforms record_in record_out record_recv record_send 0 0 0 +4294967151 tablespaces record_in record_out record_recv record_send 0 0 0 +4294967152 tablespaces_extensions record_in record_out record_recv record_send 0 0 0 +4294967153 tables record_in record_out record_recv record_send 0 0 0 +4294967154 tables_extensions record_in record_out record_recv record_send 0 0 0 +4294967155 table_privileges record_in record_out record_recv record_send 0 0 0 +4294967156 table_constraints_extensions record_in record_out record_recv record_send 0 0 0 +4294967157 table_constraints record_in record_out record_recv record_send 0 0 0 +4294967158 statistics record_in record_out record_recv record_send 0 0 0 +4294967159 st_units_of_measure record_in record_out record_recv record_send 0 0 0 +4294967160 st_spatial_reference_systems record_in record_out record_recv record_send 0 0 0 +4294967161 st_geometry_columns record_in record_out record_recv record_send 0 0 0 +4294967162 session_variables record_in record_out record_recv record_send 0 0 0 +4294967163 sequences record_in record_out record_recv record_send 0 0 0 +4294967164 schema_privileges record_in record_out record_recv record_send 0 0 0 +4294967165 schemata record_in record_out record_recv record_send 0 0 0 +4294967166 schemata_extensions record_in record_out record_recv record_send 0 0 0 +4294967167 sql_sizing record_in record_out record_recv record_send 0 0 0 +4294967168 sql_parts record_in record_out record_recv record_send 0 0 0 +4294967169 sql_implementation_info record_in record_out record_recv record_send 0 0 0 +4294967170 sql_features record_in record_out record_recv record_send 0 0 0 +4294967171 routines record_in record_out record_recv record_send 0 0 0 +4294967172 routine_privileges record_in record_out record_recv record_send 0 0 0 +4294967173 role_usage_grants record_in record_out record_recv record_send 0 0 0 +4294967174 role_udt_grants record_in record_out record_recv record_send 0 0 0 +4294967175 role_table_grants record_in record_out record_recv record_send 0 0 0 +4294967176 role_routine_grants record_in record_out record_recv record_send 0 0 0 +4294967177 role_column_grants record_in record_out record_recv record_send 0 0 0 +4294967178 resource_groups record_in record_out record_recv record_send 0 0 0 +4294967179 referential_constraints record_in record_out record_recv record_send 0 0 0 +4294967180 profiling record_in record_out record_recv record_send 0 0 0 +4294967181 processlist record_in record_out record_recv record_send 0 0 0 +4294967182 plugins record_in record_out record_recv record_send 0 0 0 +4294967183 partitions record_in record_out record_recv record_send 0 0 0 +4294967184 parameters record_in record_out record_recv record_send 0 0 0 +4294967185 optimizer_trace record_in record_out record_recv record_send 0 0 0 +4294967186 keywords record_in record_out record_recv record_send 0 0 0 +4294967187 key_column_usage record_in record_out record_recv record_send 0 0 0 +4294967188 information_schema_catalog_name record_in record_out record_recv record_send 0 0 0 +4294967189 foreign_tables record_in record_out record_recv record_send 0 0 0 +4294967190 foreign_table_options record_in record_out record_recv record_send 0 0 0 +4294967191 foreign_servers record_in record_out record_recv record_send 0 0 0 +4294967192 foreign_server_options record_in record_out record_recv record_send 0 0 0 +4294967193 foreign_data_wrappers record_in record_out record_recv record_send 0 0 0 +4294967194 foreign_data_wrapper_options record_in record_out record_recv record_send 0 0 0 +4294967195 files record_in record_out record_recv record_send 0 0 0 +4294967196 events record_in record_out record_recv record_send 0 0 0 +4294967197 engines record_in record_out record_recv record_send 0 0 0 +4294967198 enabled_roles record_in record_out record_recv record_send 0 0 0 +4294967199 element_types record_in record_out record_recv record_send 0 0 0 +4294967200 domains record_in record_out record_recv record_send 0 0 0 +4294967201 domain_udt_usage record_in record_out record_recv record_send 0 0 0 +4294967202 domain_constraints record_in record_out record_recv record_send 0 0 0 +4294967203 data_type_privileges record_in record_out record_recv record_send 0 0 0 +4294967204 constraint_table_usage record_in record_out record_recv record_send 0 0 0 +4294967205 constraint_column_usage record_in record_out record_recv record_send 0 0 0 +4294967206 columns record_in record_out record_recv record_send 0 0 0 +4294967207 columns_extensions record_in record_out record_recv record_send 0 0 0 +4294967208 column_udt_usage record_in record_out record_recv record_send 0 0 0 +4294967209 column_statistics record_in record_out record_recv record_send 0 0 0 +4294967210 column_privileges record_in record_out record_recv record_send 0 0 0 +4294967211 column_options record_in record_out record_recv record_send 0 0 0 +4294967212 column_domain_usage record_in record_out record_recv record_send 0 0 0 +4294967213 column_column_usage record_in record_out record_recv record_send 0 0 0 +4294967214 collations record_in record_out record_recv record_send 0 0 0 +4294967215 collation_character_set_applicability record_in record_out record_recv record_send 0 0 0 +4294967216 check_constraints record_in record_out record_recv record_send 0 0 0 +4294967217 check_constraint_routine_usage record_in record_out record_recv record_send 0 0 0 +4294967218 character_sets record_in record_out record_recv record_send 0 0 0 +4294967219 attributes record_in record_out record_recv record_send 0 0 0 +4294967220 applicable_roles record_in record_out record_recv record_send 0 0 0 +4294967221 administrable_role_authorizations record_in record_out record_recv record_send 0 0 0 +4294967223 super_regions record_in record_out record_recv record_send 0 0 0 +4294967224 pg_catalog_table_is_implemented record_in record_out record_recv record_send 0 0 0 +4294967225 tenant_usage_details record_in record_out record_recv record_send 0 0 0 +4294967226 active_range_feeds record_in record_out record_recv record_send 0 0 0 +4294967227 default_privileges record_in record_out record_recv record_send 0 0 0 +4294967228 regions record_in record_out record_recv record_send 0 0 0 +4294967229 cluster_inflight_traces record_in record_out record_recv record_send 0 0 0 +4294967230 lost_descriptors_with_data record_in record_out record_recv record_send 0 0 0 +4294967231 cross_db_references record_in record_out record_recv record_send 0 0 0 +4294967232 cluster_database_privileges record_in record_out record_recv record_send 0 0 0 +4294967233 invalid_objects record_in record_out record_recv record_send 0 0 0 +4294967234 zones record_in record_out record_recv record_send 0 0 0 +4294967235 transaction_statistics_persisted record_in record_out record_recv record_send 0 0 0 +4294967236 transaction_statistics record_in record_out record_recv record_send 0 0 0 +4294967237 node_transaction_statistics record_in record_out record_recv record_send 0 0 0 +4294967238 table_row_statistics record_in record_out record_recv record_send 0 0 0 +4294967239 tables record_in record_out record_recv record_send 0 0 0 +4294967240 table_indexes record_in record_out record_recv record_send 0 0 0 +4294967241 table_columns record_in record_out record_recv record_send 0 0 0 +4294967242 statement_statistics_persisted record_in record_out record_recv record_send 0 0 0 4294967243 statement_statistics record_in record_out record_recv record_send 0 0 0 4294967244 session_variables record_in record_out record_recv record_send 0 0 0 4294967245 session_trace record_in record_out record_recv record_send 0 0 0 @@ -2866,242 +2872,244 @@ oid typname typalign typstorage typnotn 100132 _newtype1 NULL NULL false 0 -1 100133 newtype2 NULL NULL false 0 -1 100134 _newtype2 NULL NULL false 0 -1 -4294967004 spatial_ref_sys NULL NULL false 0 -1 -4294967005 geometry_columns NULL NULL false 0 -1 -4294967006 geography_columns NULL NULL false 0 -1 -4294967008 pg_views NULL NULL false 0 -1 -4294967009 pg_user NULL NULL false 0 -1 -4294967010 pg_user_mappings NULL NULL false 0 -1 -4294967011 pg_user_mapping NULL NULL false 0 -1 -4294967012 pg_type NULL NULL false 0 -1 -4294967013 pg_ts_template NULL NULL false 0 -1 -4294967014 pg_ts_parser NULL NULL false 0 -1 -4294967015 pg_ts_dict NULL NULL false 0 -1 -4294967016 pg_ts_config NULL NULL false 0 -1 -4294967017 pg_ts_config_map NULL NULL false 0 -1 -4294967018 pg_trigger NULL NULL false 0 -1 -4294967019 pg_transform NULL NULL false 0 -1 -4294967020 pg_timezone_names NULL NULL false 0 -1 -4294967021 pg_timezone_abbrevs NULL NULL false 0 -1 -4294967022 pg_tablespace NULL NULL false 0 -1 -4294967023 pg_tables NULL NULL false 0 -1 -4294967024 pg_subscription NULL NULL false 0 -1 -4294967025 pg_subscription_rel NULL NULL false 0 -1 -4294967026 pg_stats NULL NULL false 0 -1 -4294967027 pg_stats_ext NULL NULL false 0 -1 -4294967028 pg_statistic NULL NULL false 0 -1 -4294967029 pg_statistic_ext NULL NULL false 0 -1 -4294967030 pg_statistic_ext_data NULL NULL false 0 -1 -4294967031 pg_statio_user_tables NULL NULL false 0 -1 -4294967032 pg_statio_user_sequences NULL NULL false 0 -1 -4294967033 pg_statio_user_indexes NULL NULL false 0 -1 -4294967034 pg_statio_sys_tables NULL NULL false 0 -1 -4294967035 pg_statio_sys_sequences NULL NULL false 0 -1 -4294967036 pg_statio_sys_indexes NULL NULL false 0 -1 -4294967037 pg_statio_all_tables NULL NULL false 0 -1 -4294967038 pg_statio_all_sequences NULL NULL false 0 -1 -4294967039 pg_statio_all_indexes NULL NULL false 0 -1 -4294967040 pg_stat_xact_user_tables NULL NULL false 0 -1 -4294967041 pg_stat_xact_user_functions NULL NULL false 0 -1 -4294967042 pg_stat_xact_sys_tables NULL NULL false 0 -1 -4294967043 pg_stat_xact_all_tables NULL NULL false 0 -1 -4294967044 pg_stat_wal_receiver NULL NULL false 0 -1 -4294967045 pg_stat_user_tables NULL NULL false 0 -1 -4294967046 pg_stat_user_indexes NULL NULL false 0 -1 -4294967047 pg_stat_user_functions NULL NULL false 0 -1 -4294967048 pg_stat_sys_tables NULL NULL false 0 -1 -4294967049 pg_stat_sys_indexes NULL NULL false 0 -1 -4294967050 pg_stat_subscription NULL NULL false 0 -1 -4294967051 pg_stat_ssl NULL NULL false 0 -1 -4294967052 pg_stat_slru NULL NULL false 0 -1 -4294967053 pg_stat_replication NULL NULL false 0 -1 -4294967054 pg_stat_progress_vacuum NULL NULL false 0 -1 -4294967055 pg_stat_progress_create_index NULL NULL false 0 -1 -4294967056 pg_stat_progress_cluster NULL NULL false 0 -1 -4294967057 pg_stat_progress_basebackup NULL NULL false 0 -1 -4294967058 pg_stat_progress_analyze NULL NULL false 0 -1 -4294967059 pg_stat_gssapi NULL NULL false 0 -1 -4294967060 pg_stat_database NULL NULL false 0 -1 -4294967061 pg_stat_database_conflicts NULL NULL false 0 -1 -4294967062 pg_stat_bgwriter NULL NULL false 0 -1 -4294967063 pg_stat_archiver NULL NULL false 0 -1 -4294967064 pg_stat_all_tables NULL NULL false 0 -1 -4294967065 pg_stat_all_indexes NULL NULL false 0 -1 -4294967066 pg_stat_activity NULL NULL false 0 -1 -4294967067 pg_shmem_allocations NULL NULL false 0 -1 -4294967068 pg_shdepend NULL NULL false 0 -1 -4294967069 pg_shseclabel NULL NULL false 0 -1 -4294967070 pg_shdescription NULL NULL false 0 -1 -4294967071 pg_shadow NULL NULL false 0 -1 -4294967072 pg_settings NULL NULL false 0 -1 -4294967073 pg_sequences NULL NULL false 0 -1 -4294967074 pg_sequence NULL NULL false 0 -1 -4294967075 pg_seclabel NULL NULL false 0 -1 -4294967076 pg_seclabels NULL NULL false 0 -1 -4294967077 pg_rules NULL NULL false 0 -1 -4294967078 pg_roles NULL NULL false 0 -1 -4294967079 pg_rewrite NULL NULL false 0 -1 -4294967080 pg_replication_slots NULL NULL false 0 -1 -4294967081 pg_replication_origin NULL NULL false 0 -1 -4294967082 pg_replication_origin_status NULL NULL false 0 -1 -4294967083 pg_range NULL NULL false 0 -1 -4294967084 pg_publication_tables NULL NULL false 0 -1 -4294967085 pg_publication NULL NULL false 0 -1 -4294967086 pg_publication_rel NULL NULL false 0 -1 -4294967087 pg_proc NULL NULL false 0 -1 -4294967088 pg_prepared_xacts NULL NULL false 0 -1 -4294967089 pg_prepared_statements NULL NULL false 0 -1 -4294967090 pg_policy NULL NULL false 0 -1 -4294967091 pg_policies NULL NULL false 0 -1 -4294967092 pg_partitioned_table NULL NULL false 0 -1 -4294967093 pg_opfamily NULL NULL false 0 -1 -4294967094 pg_operator NULL NULL false 0 -1 -4294967095 pg_opclass NULL NULL false 0 -1 -4294967096 pg_namespace NULL NULL false 0 -1 -4294967097 pg_matviews NULL NULL false 0 -1 -4294967098 pg_locks NULL NULL false 0 -1 -4294967099 pg_largeobject NULL NULL false 0 -1 -4294967100 pg_largeobject_metadata NULL NULL false 0 -1 -4294967101 pg_language NULL NULL false 0 -1 -4294967102 pg_init_privs NULL NULL false 0 -1 -4294967103 pg_inherits NULL NULL false 0 -1 -4294967104 pg_indexes NULL NULL false 0 -1 -4294967105 pg_index NULL NULL false 0 -1 -4294967106 pg_hba_file_rules NULL NULL false 0 -1 -4294967107 pg_group NULL NULL false 0 -1 -4294967108 pg_foreign_table NULL NULL false 0 -1 -4294967109 pg_foreign_server NULL NULL false 0 -1 -4294967110 pg_foreign_data_wrapper NULL NULL false 0 -1 -4294967111 pg_file_settings NULL NULL false 0 -1 -4294967112 pg_extension NULL NULL false 0 -1 -4294967113 pg_event_trigger NULL NULL false 0 -1 -4294967114 pg_enum NULL NULL false 0 -1 -4294967115 pg_description NULL NULL false 0 -1 -4294967116 pg_depend NULL NULL false 0 -1 -4294967117 pg_default_acl NULL NULL false 0 -1 -4294967118 pg_db_role_setting NULL NULL false 0 -1 -4294967119 pg_database NULL NULL false 0 -1 -4294967120 pg_cursors NULL NULL false 0 -1 -4294967121 pg_conversion NULL NULL false 0 -1 -4294967122 pg_constraint NULL NULL false 0 -1 -4294967123 pg_config NULL NULL false 0 -1 -4294967124 pg_collation NULL NULL false 0 -1 -4294967125 pg_class NULL NULL false 0 -1 -4294967126 pg_cast NULL NULL false 0 -1 -4294967127 pg_available_extensions NULL NULL false 0 -1 -4294967128 pg_available_extension_versions NULL NULL false 0 -1 -4294967129 pg_auth_members NULL NULL false 0 -1 -4294967130 pg_authid NULL NULL false 0 -1 -4294967131 pg_attribute NULL NULL false 0 -1 -4294967132 pg_attrdef NULL NULL false 0 -1 -4294967133 pg_amproc NULL NULL false 0 -1 -4294967134 pg_amop NULL NULL false 0 -1 -4294967135 pg_am NULL NULL false 0 -1 -4294967136 pg_aggregate NULL NULL false 0 -1 -4294967138 views NULL NULL false 0 -1 -4294967139 view_table_usage NULL NULL false 0 -1 -4294967140 view_routine_usage NULL NULL false 0 -1 -4294967141 view_column_usage NULL NULL false 0 -1 -4294967142 user_privileges NULL NULL false 0 -1 -4294967143 user_mappings NULL NULL false 0 -1 -4294967144 user_mapping_options NULL NULL false 0 -1 -4294967145 user_defined_types NULL NULL false 0 -1 -4294967146 user_attributes NULL NULL false 0 -1 -4294967147 usage_privileges NULL NULL false 0 -1 -4294967148 udt_privileges NULL NULL false 0 -1 -4294967149 type_privileges NULL NULL false 0 -1 -4294967150 triggers NULL NULL false 0 -1 -4294967151 triggered_update_columns NULL NULL false 0 -1 -4294967152 transforms NULL NULL false 0 -1 -4294967153 tablespaces NULL NULL false 0 -1 -4294967154 tablespaces_extensions NULL NULL false 0 -1 -4294967155 tables NULL NULL false 0 -1 -4294967156 tables_extensions NULL NULL false 0 -1 -4294967157 table_privileges NULL NULL false 0 -1 -4294967158 table_constraints_extensions NULL NULL false 0 -1 -4294967159 table_constraints NULL NULL false 0 -1 -4294967160 statistics NULL NULL false 0 -1 -4294967161 st_units_of_measure NULL NULL false 0 -1 -4294967162 st_spatial_reference_systems NULL NULL false 0 -1 -4294967163 st_geometry_columns NULL NULL false 0 -1 -4294967164 session_variables NULL NULL false 0 -1 -4294967165 sequences NULL NULL false 0 -1 -4294967166 schema_privileges NULL NULL false 0 -1 -4294967167 schemata NULL NULL false 0 -1 -4294967168 schemata_extensions NULL NULL false 0 -1 -4294967169 sql_sizing NULL NULL false 0 -1 -4294967170 sql_parts NULL NULL false 0 -1 -4294967171 sql_implementation_info NULL NULL false 0 -1 -4294967172 sql_features NULL NULL false 0 -1 -4294967173 routines NULL NULL false 0 -1 -4294967174 routine_privileges NULL NULL false 0 -1 -4294967175 role_usage_grants NULL NULL false 0 -1 -4294967176 role_udt_grants NULL NULL false 0 -1 -4294967177 role_table_grants NULL NULL false 0 -1 -4294967178 role_routine_grants NULL NULL false 0 -1 -4294967179 role_column_grants NULL NULL false 0 -1 -4294967180 resource_groups NULL NULL false 0 -1 -4294967181 referential_constraints NULL NULL false 0 -1 -4294967182 profiling NULL NULL false 0 -1 -4294967183 processlist NULL NULL false 0 -1 -4294967184 plugins NULL NULL false 0 -1 -4294967185 partitions NULL NULL false 0 -1 -4294967186 parameters NULL NULL false 0 -1 -4294967187 optimizer_trace NULL NULL false 0 -1 -4294967188 keywords NULL NULL false 0 -1 -4294967189 key_column_usage NULL NULL false 0 -1 -4294967190 information_schema_catalog_name NULL NULL false 0 -1 -4294967191 foreign_tables NULL NULL false 0 -1 -4294967192 foreign_table_options NULL NULL false 0 -1 -4294967193 foreign_servers NULL NULL false 0 -1 -4294967194 foreign_server_options NULL NULL false 0 -1 -4294967195 foreign_data_wrappers NULL NULL false 0 -1 -4294967196 foreign_data_wrapper_options NULL NULL false 0 -1 -4294967197 files NULL NULL false 0 -1 -4294967198 events NULL NULL false 0 -1 -4294967199 engines NULL NULL false 0 -1 -4294967200 enabled_roles NULL NULL false 0 -1 -4294967201 element_types NULL NULL false 0 -1 -4294967202 domains NULL NULL false 0 -1 -4294967203 domain_udt_usage NULL NULL false 0 -1 -4294967204 domain_constraints NULL NULL false 0 -1 -4294967205 data_type_privileges NULL NULL false 0 -1 -4294967206 constraint_table_usage NULL NULL false 0 -1 -4294967207 constraint_column_usage NULL NULL false 0 -1 -4294967208 columns NULL NULL false 0 -1 -4294967209 columns_extensions NULL NULL false 0 -1 -4294967210 column_udt_usage NULL NULL false 0 -1 -4294967211 column_statistics NULL NULL false 0 -1 -4294967212 column_privileges NULL NULL false 0 -1 -4294967213 column_options NULL NULL false 0 -1 -4294967214 column_domain_usage NULL NULL false 0 -1 -4294967215 column_column_usage NULL NULL false 0 -1 -4294967216 collations NULL NULL false 0 -1 -4294967217 collation_character_set_applicability NULL NULL false 0 -1 -4294967218 check_constraints NULL NULL false 0 -1 -4294967219 check_constraint_routine_usage NULL NULL false 0 -1 -4294967220 character_sets NULL NULL false 0 -1 -4294967221 attributes NULL NULL false 0 -1 -4294967222 applicable_roles NULL NULL false 0 -1 -4294967223 administrable_role_authorizations NULL NULL false 0 -1 -4294967225 super_regions NULL NULL false 0 -1 -4294967226 pg_catalog_table_is_implemented NULL NULL false 0 -1 -4294967227 tenant_usage_details NULL NULL false 0 -1 -4294967228 active_range_feeds NULL NULL false 0 -1 -4294967229 default_privileges NULL NULL false 0 -1 -4294967230 regions NULL NULL false 0 -1 -4294967231 cluster_inflight_traces NULL NULL false 0 -1 -4294967232 lost_descriptors_with_data NULL NULL false 0 -1 -4294967233 cross_db_references NULL NULL false 0 -1 -4294967234 cluster_database_privileges NULL NULL false 0 -1 -4294967235 invalid_objects NULL NULL false 0 -1 -4294967236 zones NULL NULL false 0 -1 -4294967237 transaction_statistics NULL NULL false 0 -1 -4294967238 node_transaction_statistics NULL NULL false 0 -1 -4294967239 table_row_statistics NULL NULL false 0 -1 -4294967240 tables NULL NULL false 0 -1 -4294967241 table_indexes NULL NULL false 0 -1 -4294967242 table_columns NULL NULL false 0 -1 +4294967002 spatial_ref_sys NULL NULL false 0 -1 +4294967003 geometry_columns NULL NULL false 0 -1 +4294967004 geography_columns NULL NULL false 0 -1 +4294967006 pg_views NULL NULL false 0 -1 +4294967007 pg_user NULL NULL false 0 -1 +4294967008 pg_user_mappings NULL NULL false 0 -1 +4294967009 pg_user_mapping NULL NULL false 0 -1 +4294967010 pg_type NULL NULL false 0 -1 +4294967011 pg_ts_template NULL NULL false 0 -1 +4294967012 pg_ts_parser NULL NULL false 0 -1 +4294967013 pg_ts_dict NULL NULL false 0 -1 +4294967014 pg_ts_config NULL NULL false 0 -1 +4294967015 pg_ts_config_map NULL NULL false 0 -1 +4294967016 pg_trigger NULL NULL false 0 -1 +4294967017 pg_transform NULL NULL false 0 -1 +4294967018 pg_timezone_names NULL NULL false 0 -1 +4294967019 pg_timezone_abbrevs NULL NULL false 0 -1 +4294967020 pg_tablespace NULL NULL false 0 -1 +4294967021 pg_tables NULL NULL false 0 -1 +4294967022 pg_subscription NULL NULL false 0 -1 +4294967023 pg_subscription_rel NULL NULL false 0 -1 +4294967024 pg_stats NULL NULL false 0 -1 +4294967025 pg_stats_ext NULL NULL false 0 -1 +4294967026 pg_statistic NULL NULL false 0 -1 +4294967027 pg_statistic_ext NULL NULL false 0 -1 +4294967028 pg_statistic_ext_data NULL NULL false 0 -1 +4294967029 pg_statio_user_tables NULL NULL false 0 -1 +4294967030 pg_statio_user_sequences NULL NULL false 0 -1 +4294967031 pg_statio_user_indexes NULL NULL false 0 -1 +4294967032 pg_statio_sys_tables NULL NULL false 0 -1 +4294967033 pg_statio_sys_sequences NULL NULL false 0 -1 +4294967034 pg_statio_sys_indexes NULL NULL false 0 -1 +4294967035 pg_statio_all_tables NULL NULL false 0 -1 +4294967036 pg_statio_all_sequences NULL NULL false 0 -1 +4294967037 pg_statio_all_indexes NULL NULL false 0 -1 +4294967038 pg_stat_xact_user_tables NULL NULL false 0 -1 +4294967039 pg_stat_xact_user_functions NULL NULL false 0 -1 +4294967040 pg_stat_xact_sys_tables NULL NULL false 0 -1 +4294967041 pg_stat_xact_all_tables NULL NULL false 0 -1 +4294967042 pg_stat_wal_receiver NULL NULL false 0 -1 +4294967043 pg_stat_user_tables NULL NULL false 0 -1 +4294967044 pg_stat_user_indexes NULL NULL false 0 -1 +4294967045 pg_stat_user_functions NULL NULL false 0 -1 +4294967046 pg_stat_sys_tables NULL NULL false 0 -1 +4294967047 pg_stat_sys_indexes NULL NULL false 0 -1 +4294967048 pg_stat_subscription NULL NULL false 0 -1 +4294967049 pg_stat_ssl NULL NULL false 0 -1 +4294967050 pg_stat_slru NULL NULL false 0 -1 +4294967051 pg_stat_replication NULL NULL false 0 -1 +4294967052 pg_stat_progress_vacuum NULL NULL false 0 -1 +4294967053 pg_stat_progress_create_index NULL NULL false 0 -1 +4294967054 pg_stat_progress_cluster NULL NULL false 0 -1 +4294967055 pg_stat_progress_basebackup NULL NULL false 0 -1 +4294967056 pg_stat_progress_analyze NULL NULL false 0 -1 +4294967057 pg_stat_gssapi NULL NULL false 0 -1 +4294967058 pg_stat_database NULL NULL false 0 -1 +4294967059 pg_stat_database_conflicts NULL NULL false 0 -1 +4294967060 pg_stat_bgwriter NULL NULL false 0 -1 +4294967061 pg_stat_archiver NULL NULL false 0 -1 +4294967062 pg_stat_all_tables NULL NULL false 0 -1 +4294967063 pg_stat_all_indexes NULL NULL false 0 -1 +4294967064 pg_stat_activity NULL NULL false 0 -1 +4294967065 pg_shmem_allocations NULL NULL false 0 -1 +4294967066 pg_shdepend NULL NULL false 0 -1 +4294967067 pg_shseclabel NULL NULL false 0 -1 +4294967068 pg_shdescription NULL NULL false 0 -1 +4294967069 pg_shadow NULL NULL false 0 -1 +4294967070 pg_settings NULL NULL false 0 -1 +4294967071 pg_sequences NULL NULL false 0 -1 +4294967072 pg_sequence NULL NULL false 0 -1 +4294967073 pg_seclabel NULL NULL false 0 -1 +4294967074 pg_seclabels NULL NULL false 0 -1 +4294967075 pg_rules NULL NULL false 0 -1 +4294967076 pg_roles NULL NULL false 0 -1 +4294967077 pg_rewrite NULL NULL false 0 -1 +4294967078 pg_replication_slots NULL NULL false 0 -1 +4294967079 pg_replication_origin NULL NULL false 0 -1 +4294967080 pg_replication_origin_status NULL NULL false 0 -1 +4294967081 pg_range NULL NULL false 0 -1 +4294967082 pg_publication_tables NULL NULL false 0 -1 +4294967083 pg_publication NULL NULL false 0 -1 +4294967084 pg_publication_rel NULL NULL false 0 -1 +4294967085 pg_proc NULL NULL false 0 -1 +4294967086 pg_prepared_xacts NULL NULL false 0 -1 +4294967087 pg_prepared_statements NULL NULL false 0 -1 +4294967088 pg_policy NULL NULL false 0 -1 +4294967089 pg_policies NULL NULL false 0 -1 +4294967090 pg_partitioned_table NULL NULL false 0 -1 +4294967091 pg_opfamily NULL NULL false 0 -1 +4294967092 pg_operator NULL NULL false 0 -1 +4294967093 pg_opclass NULL NULL false 0 -1 +4294967094 pg_namespace NULL NULL false 0 -1 +4294967095 pg_matviews NULL NULL false 0 -1 +4294967096 pg_locks NULL NULL false 0 -1 +4294967097 pg_largeobject NULL NULL false 0 -1 +4294967098 pg_largeobject_metadata NULL NULL false 0 -1 +4294967099 pg_language NULL NULL false 0 -1 +4294967100 pg_init_privs NULL NULL false 0 -1 +4294967101 pg_inherits NULL NULL false 0 -1 +4294967102 pg_indexes NULL NULL false 0 -1 +4294967103 pg_index NULL NULL false 0 -1 +4294967104 pg_hba_file_rules NULL NULL false 0 -1 +4294967105 pg_group NULL NULL false 0 -1 +4294967106 pg_foreign_table NULL NULL false 0 -1 +4294967107 pg_foreign_server NULL NULL false 0 -1 +4294967108 pg_foreign_data_wrapper NULL NULL false 0 -1 +4294967109 pg_file_settings NULL NULL false 0 -1 +4294967110 pg_extension NULL NULL false 0 -1 +4294967111 pg_event_trigger NULL NULL false 0 -1 +4294967112 pg_enum NULL NULL false 0 -1 +4294967113 pg_description NULL NULL false 0 -1 +4294967114 pg_depend NULL NULL false 0 -1 +4294967115 pg_default_acl NULL NULL false 0 -1 +4294967116 pg_db_role_setting NULL NULL false 0 -1 +4294967117 pg_database NULL NULL false 0 -1 +4294967118 pg_cursors NULL NULL false 0 -1 +4294967119 pg_conversion NULL NULL false 0 -1 +4294967120 pg_constraint NULL NULL false 0 -1 +4294967121 pg_config NULL NULL false 0 -1 +4294967122 pg_collation NULL NULL false 0 -1 +4294967123 pg_class NULL NULL false 0 -1 +4294967124 pg_cast NULL NULL false 0 -1 +4294967125 pg_available_extensions NULL NULL false 0 -1 +4294967126 pg_available_extension_versions NULL NULL false 0 -1 +4294967127 pg_auth_members NULL NULL false 0 -1 +4294967128 pg_authid NULL NULL false 0 -1 +4294967129 pg_attribute NULL NULL false 0 -1 +4294967130 pg_attrdef NULL NULL false 0 -1 +4294967131 pg_amproc NULL NULL false 0 -1 +4294967132 pg_amop NULL NULL false 0 -1 +4294967133 pg_am NULL NULL false 0 -1 +4294967134 pg_aggregate NULL NULL false 0 -1 +4294967136 views NULL NULL false 0 -1 +4294967137 view_table_usage NULL NULL false 0 -1 +4294967138 view_routine_usage NULL NULL false 0 -1 +4294967139 view_column_usage NULL NULL false 0 -1 +4294967140 user_privileges NULL NULL false 0 -1 +4294967141 user_mappings NULL NULL false 0 -1 +4294967142 user_mapping_options NULL NULL false 0 -1 +4294967143 user_defined_types NULL NULL false 0 -1 +4294967144 user_attributes NULL NULL false 0 -1 +4294967145 usage_privileges NULL NULL false 0 -1 +4294967146 udt_privileges NULL NULL false 0 -1 +4294967147 type_privileges NULL NULL false 0 -1 +4294967148 triggers NULL NULL false 0 -1 +4294967149 triggered_update_columns NULL NULL false 0 -1 +4294967150 transforms NULL NULL false 0 -1 +4294967151 tablespaces NULL NULL false 0 -1 +4294967152 tablespaces_extensions NULL NULL false 0 -1 +4294967153 tables NULL NULL false 0 -1 +4294967154 tables_extensions NULL NULL false 0 -1 +4294967155 table_privileges NULL NULL false 0 -1 +4294967156 table_constraints_extensions NULL NULL false 0 -1 +4294967157 table_constraints NULL NULL false 0 -1 +4294967158 statistics NULL NULL false 0 -1 +4294967159 st_units_of_measure NULL NULL false 0 -1 +4294967160 st_spatial_reference_systems NULL NULL false 0 -1 +4294967161 st_geometry_columns NULL NULL false 0 -1 +4294967162 session_variables NULL NULL false 0 -1 +4294967163 sequences NULL NULL false 0 -1 +4294967164 schema_privileges NULL NULL false 0 -1 +4294967165 schemata NULL NULL false 0 -1 +4294967166 schemata_extensions NULL NULL false 0 -1 +4294967167 sql_sizing NULL NULL false 0 -1 +4294967168 sql_parts NULL NULL false 0 -1 +4294967169 sql_implementation_info NULL NULL false 0 -1 +4294967170 sql_features NULL NULL false 0 -1 +4294967171 routines NULL NULL false 0 -1 +4294967172 routine_privileges NULL NULL false 0 -1 +4294967173 role_usage_grants NULL NULL false 0 -1 +4294967174 role_udt_grants NULL NULL false 0 -1 +4294967175 role_table_grants NULL NULL false 0 -1 +4294967176 role_routine_grants NULL NULL false 0 -1 +4294967177 role_column_grants NULL NULL false 0 -1 +4294967178 resource_groups NULL NULL false 0 -1 +4294967179 referential_constraints NULL NULL false 0 -1 +4294967180 profiling NULL NULL false 0 -1 +4294967181 processlist NULL NULL false 0 -1 +4294967182 plugins NULL NULL false 0 -1 +4294967183 partitions NULL NULL false 0 -1 +4294967184 parameters NULL NULL false 0 -1 +4294967185 optimizer_trace NULL NULL false 0 -1 +4294967186 keywords NULL NULL false 0 -1 +4294967187 key_column_usage NULL NULL false 0 -1 +4294967188 information_schema_catalog_name NULL NULL false 0 -1 +4294967189 foreign_tables NULL NULL false 0 -1 +4294967190 foreign_table_options NULL NULL false 0 -1 +4294967191 foreign_servers NULL NULL false 0 -1 +4294967192 foreign_server_options NULL NULL false 0 -1 +4294967193 foreign_data_wrappers NULL NULL false 0 -1 +4294967194 foreign_data_wrapper_options NULL NULL false 0 -1 +4294967195 files NULL NULL false 0 -1 +4294967196 events NULL NULL false 0 -1 +4294967197 engines NULL NULL false 0 -1 +4294967198 enabled_roles NULL NULL false 0 -1 +4294967199 element_types NULL NULL false 0 -1 +4294967200 domains NULL NULL false 0 -1 +4294967201 domain_udt_usage NULL NULL false 0 -1 +4294967202 domain_constraints NULL NULL false 0 -1 +4294967203 data_type_privileges NULL NULL false 0 -1 +4294967204 constraint_table_usage NULL NULL false 0 -1 +4294967205 constraint_column_usage NULL NULL false 0 -1 +4294967206 columns NULL NULL false 0 -1 +4294967207 columns_extensions NULL NULL false 0 -1 +4294967208 column_udt_usage NULL NULL false 0 -1 +4294967209 column_statistics NULL NULL false 0 -1 +4294967210 column_privileges NULL NULL false 0 -1 +4294967211 column_options NULL NULL false 0 -1 +4294967212 column_domain_usage NULL NULL false 0 -1 +4294967213 column_column_usage NULL NULL false 0 -1 +4294967214 collations NULL NULL false 0 -1 +4294967215 collation_character_set_applicability NULL NULL false 0 -1 +4294967216 check_constraints NULL NULL false 0 -1 +4294967217 check_constraint_routine_usage NULL NULL false 0 -1 +4294967218 character_sets NULL NULL false 0 -1 +4294967219 attributes NULL NULL false 0 -1 +4294967220 applicable_roles NULL NULL false 0 -1 +4294967221 administrable_role_authorizations NULL NULL false 0 -1 +4294967223 super_regions NULL NULL false 0 -1 +4294967224 pg_catalog_table_is_implemented NULL NULL false 0 -1 +4294967225 tenant_usage_details NULL NULL false 0 -1 +4294967226 active_range_feeds NULL NULL false 0 -1 +4294967227 default_privileges NULL NULL false 0 -1 +4294967228 regions NULL NULL false 0 -1 +4294967229 cluster_inflight_traces NULL NULL false 0 -1 +4294967230 lost_descriptors_with_data NULL NULL false 0 -1 +4294967231 cross_db_references NULL NULL false 0 -1 +4294967232 cluster_database_privileges NULL NULL false 0 -1 +4294967233 invalid_objects NULL NULL false 0 -1 +4294967234 zones NULL NULL false 0 -1 +4294967235 transaction_statistics_persisted NULL NULL false 0 -1 +4294967236 transaction_statistics NULL NULL false 0 -1 +4294967237 node_transaction_statistics NULL NULL false 0 -1 +4294967238 table_row_statistics NULL NULL false 0 -1 +4294967239 tables NULL NULL false 0 -1 +4294967240 table_indexes NULL NULL false 0 -1 +4294967241 table_columns NULL NULL false 0 -1 +4294967242 statement_statistics_persisted NULL NULL false 0 -1 4294967243 statement_statistics NULL NULL false 0 -1 4294967244 session_variables NULL NULL false 0 -1 4294967245 session_trace NULL NULL false 0 -1 @@ -3258,242 +3266,244 @@ oid typname typndims typcollation typde 100132 _newtype1 0 0 NULL NULL NULL 100133 newtype2 0 0 NULL NULL NULL 100134 _newtype2 0 0 NULL NULL NULL -4294967004 spatial_ref_sys 0 0 NULL NULL NULL -4294967005 geometry_columns 0 0 NULL NULL NULL -4294967006 geography_columns 0 0 NULL NULL NULL -4294967008 pg_views 0 0 NULL NULL NULL -4294967009 pg_user 0 0 NULL NULL NULL -4294967010 pg_user_mappings 0 0 NULL NULL NULL -4294967011 pg_user_mapping 0 0 NULL NULL NULL -4294967012 pg_type 0 0 NULL NULL NULL -4294967013 pg_ts_template 0 0 NULL NULL NULL -4294967014 pg_ts_parser 0 0 NULL NULL NULL -4294967015 pg_ts_dict 0 0 NULL NULL NULL -4294967016 pg_ts_config 0 0 NULL NULL NULL -4294967017 pg_ts_config_map 0 0 NULL NULL NULL -4294967018 pg_trigger 0 0 NULL NULL NULL -4294967019 pg_transform 0 0 NULL NULL NULL -4294967020 pg_timezone_names 0 0 NULL NULL NULL -4294967021 pg_timezone_abbrevs 0 0 NULL NULL NULL -4294967022 pg_tablespace 0 0 NULL NULL NULL -4294967023 pg_tables 0 0 NULL NULL NULL -4294967024 pg_subscription 0 0 NULL NULL NULL -4294967025 pg_subscription_rel 0 0 NULL NULL NULL -4294967026 pg_stats 0 0 NULL NULL NULL -4294967027 pg_stats_ext 0 0 NULL NULL NULL -4294967028 pg_statistic 0 0 NULL NULL NULL -4294967029 pg_statistic_ext 0 0 NULL NULL NULL -4294967030 pg_statistic_ext_data 0 0 NULL NULL NULL -4294967031 pg_statio_user_tables 0 0 NULL NULL NULL -4294967032 pg_statio_user_sequences 0 0 NULL NULL NULL -4294967033 pg_statio_user_indexes 0 0 NULL NULL NULL -4294967034 pg_statio_sys_tables 0 0 NULL NULL NULL -4294967035 pg_statio_sys_sequences 0 0 NULL NULL NULL -4294967036 pg_statio_sys_indexes 0 0 NULL NULL NULL -4294967037 pg_statio_all_tables 0 0 NULL NULL NULL -4294967038 pg_statio_all_sequences 0 0 NULL NULL NULL -4294967039 pg_statio_all_indexes 0 0 NULL NULL NULL -4294967040 pg_stat_xact_user_tables 0 0 NULL NULL NULL -4294967041 pg_stat_xact_user_functions 0 0 NULL NULL NULL -4294967042 pg_stat_xact_sys_tables 0 0 NULL NULL NULL -4294967043 pg_stat_xact_all_tables 0 0 NULL NULL NULL -4294967044 pg_stat_wal_receiver 0 0 NULL NULL NULL -4294967045 pg_stat_user_tables 0 0 NULL NULL NULL -4294967046 pg_stat_user_indexes 0 0 NULL NULL NULL -4294967047 pg_stat_user_functions 0 0 NULL NULL NULL -4294967048 pg_stat_sys_tables 0 0 NULL NULL NULL -4294967049 pg_stat_sys_indexes 0 0 NULL NULL NULL -4294967050 pg_stat_subscription 0 0 NULL NULL NULL -4294967051 pg_stat_ssl 0 0 NULL NULL NULL -4294967052 pg_stat_slru 0 0 NULL NULL NULL -4294967053 pg_stat_replication 0 0 NULL NULL NULL -4294967054 pg_stat_progress_vacuum 0 0 NULL NULL NULL -4294967055 pg_stat_progress_create_index 0 0 NULL NULL NULL -4294967056 pg_stat_progress_cluster 0 0 NULL NULL NULL -4294967057 pg_stat_progress_basebackup 0 0 NULL NULL NULL -4294967058 pg_stat_progress_analyze 0 0 NULL NULL NULL -4294967059 pg_stat_gssapi 0 0 NULL NULL NULL -4294967060 pg_stat_database 0 0 NULL NULL NULL -4294967061 pg_stat_database_conflicts 0 0 NULL NULL NULL -4294967062 pg_stat_bgwriter 0 0 NULL NULL NULL -4294967063 pg_stat_archiver 0 0 NULL NULL NULL -4294967064 pg_stat_all_tables 0 0 NULL NULL NULL -4294967065 pg_stat_all_indexes 0 0 NULL NULL NULL -4294967066 pg_stat_activity 0 0 NULL NULL NULL -4294967067 pg_shmem_allocations 0 0 NULL NULL NULL -4294967068 pg_shdepend 0 0 NULL NULL NULL -4294967069 pg_shseclabel 0 0 NULL NULL NULL -4294967070 pg_shdescription 0 0 NULL NULL NULL -4294967071 pg_shadow 0 0 NULL NULL NULL -4294967072 pg_settings 0 0 NULL NULL NULL -4294967073 pg_sequences 0 0 NULL NULL NULL -4294967074 pg_sequence 0 0 NULL NULL NULL -4294967075 pg_seclabel 0 0 NULL NULL NULL -4294967076 pg_seclabels 0 0 NULL NULL NULL -4294967077 pg_rules 0 0 NULL NULL NULL -4294967078 pg_roles 0 0 NULL NULL NULL -4294967079 pg_rewrite 0 0 NULL NULL NULL -4294967080 pg_replication_slots 0 0 NULL NULL NULL -4294967081 pg_replication_origin 0 0 NULL NULL NULL -4294967082 pg_replication_origin_status 0 0 NULL NULL NULL -4294967083 pg_range 0 0 NULL NULL NULL -4294967084 pg_publication_tables 0 0 NULL NULL NULL -4294967085 pg_publication 0 0 NULL NULL NULL -4294967086 pg_publication_rel 0 0 NULL NULL NULL -4294967087 pg_proc 0 0 NULL NULL NULL -4294967088 pg_prepared_xacts 0 0 NULL NULL NULL -4294967089 pg_prepared_statements 0 0 NULL NULL NULL -4294967090 pg_policy 0 0 NULL NULL NULL -4294967091 pg_policies 0 0 NULL NULL NULL -4294967092 pg_partitioned_table 0 0 NULL NULL NULL -4294967093 pg_opfamily 0 0 NULL NULL NULL -4294967094 pg_operator 0 0 NULL NULL NULL -4294967095 pg_opclass 0 0 NULL NULL NULL -4294967096 pg_namespace 0 0 NULL NULL NULL -4294967097 pg_matviews 0 0 NULL NULL NULL -4294967098 pg_locks 0 0 NULL NULL NULL -4294967099 pg_largeobject 0 0 NULL NULL NULL -4294967100 pg_largeobject_metadata 0 0 NULL NULL NULL -4294967101 pg_language 0 0 NULL NULL NULL -4294967102 pg_init_privs 0 0 NULL NULL NULL -4294967103 pg_inherits 0 0 NULL NULL NULL -4294967104 pg_indexes 0 0 NULL NULL NULL -4294967105 pg_index 0 0 NULL NULL NULL -4294967106 pg_hba_file_rules 0 0 NULL NULL NULL -4294967107 pg_group 0 0 NULL NULL NULL -4294967108 pg_foreign_table 0 0 NULL NULL NULL -4294967109 pg_foreign_server 0 0 NULL NULL NULL -4294967110 pg_foreign_data_wrapper 0 0 NULL NULL NULL -4294967111 pg_file_settings 0 0 NULL NULL NULL -4294967112 pg_extension 0 0 NULL NULL NULL -4294967113 pg_event_trigger 0 0 NULL NULL NULL -4294967114 pg_enum 0 0 NULL NULL NULL -4294967115 pg_description 0 0 NULL NULL NULL -4294967116 pg_depend 0 0 NULL NULL NULL -4294967117 pg_default_acl 0 0 NULL NULL NULL -4294967118 pg_db_role_setting 0 0 NULL NULL NULL -4294967119 pg_database 0 0 NULL NULL NULL -4294967120 pg_cursors 0 0 NULL NULL NULL -4294967121 pg_conversion 0 0 NULL NULL NULL -4294967122 pg_constraint 0 0 NULL NULL NULL -4294967123 pg_config 0 0 NULL NULL NULL -4294967124 pg_collation 0 0 NULL NULL NULL -4294967125 pg_class 0 0 NULL NULL NULL -4294967126 pg_cast 0 0 NULL NULL NULL -4294967127 pg_available_extensions 0 0 NULL NULL NULL -4294967128 pg_available_extension_versions 0 0 NULL NULL NULL -4294967129 pg_auth_members 0 0 NULL NULL NULL -4294967130 pg_authid 0 0 NULL NULL NULL -4294967131 pg_attribute 0 0 NULL NULL NULL -4294967132 pg_attrdef 0 0 NULL NULL NULL -4294967133 pg_amproc 0 0 NULL NULL NULL -4294967134 pg_amop 0 0 NULL NULL NULL -4294967135 pg_am 0 0 NULL NULL NULL -4294967136 pg_aggregate 0 0 NULL NULL NULL -4294967138 views 0 0 NULL NULL NULL -4294967139 view_table_usage 0 0 NULL NULL NULL -4294967140 view_routine_usage 0 0 NULL NULL NULL -4294967141 view_column_usage 0 0 NULL NULL NULL -4294967142 user_privileges 0 0 NULL NULL NULL -4294967143 user_mappings 0 0 NULL NULL NULL -4294967144 user_mapping_options 0 0 NULL NULL NULL -4294967145 user_defined_types 0 0 NULL NULL NULL -4294967146 user_attributes 0 0 NULL NULL NULL -4294967147 usage_privileges 0 0 NULL NULL NULL -4294967148 udt_privileges 0 0 NULL NULL NULL -4294967149 type_privileges 0 0 NULL NULL NULL -4294967150 triggers 0 0 NULL NULL NULL -4294967151 triggered_update_columns 0 0 NULL NULL NULL -4294967152 transforms 0 0 NULL NULL NULL -4294967153 tablespaces 0 0 NULL NULL NULL -4294967154 tablespaces_extensions 0 0 NULL NULL NULL -4294967155 tables 0 0 NULL NULL NULL -4294967156 tables_extensions 0 0 NULL NULL NULL -4294967157 table_privileges 0 0 NULL NULL NULL -4294967158 table_constraints_extensions 0 0 NULL NULL NULL -4294967159 table_constraints 0 0 NULL NULL NULL -4294967160 statistics 0 0 NULL NULL NULL -4294967161 st_units_of_measure 0 0 NULL NULL NULL -4294967162 st_spatial_reference_systems 0 0 NULL NULL NULL -4294967163 st_geometry_columns 0 0 NULL NULL NULL -4294967164 session_variables 0 0 NULL NULL NULL -4294967165 sequences 0 0 NULL NULL NULL -4294967166 schema_privileges 0 0 NULL NULL NULL -4294967167 schemata 0 0 NULL NULL NULL -4294967168 schemata_extensions 0 0 NULL NULL NULL -4294967169 sql_sizing 0 0 NULL NULL NULL -4294967170 sql_parts 0 0 NULL NULL NULL -4294967171 sql_implementation_info 0 0 NULL NULL NULL -4294967172 sql_features 0 0 NULL NULL NULL -4294967173 routines 0 0 NULL NULL NULL -4294967174 routine_privileges 0 0 NULL NULL NULL -4294967175 role_usage_grants 0 0 NULL NULL NULL -4294967176 role_udt_grants 0 0 NULL NULL NULL -4294967177 role_table_grants 0 0 NULL NULL NULL -4294967178 role_routine_grants 0 0 NULL NULL NULL -4294967179 role_column_grants 0 0 NULL NULL NULL -4294967180 resource_groups 0 0 NULL NULL NULL -4294967181 referential_constraints 0 0 NULL NULL NULL -4294967182 profiling 0 0 NULL NULL NULL -4294967183 processlist 0 0 NULL NULL NULL -4294967184 plugins 0 0 NULL NULL NULL -4294967185 partitions 0 0 NULL NULL NULL -4294967186 parameters 0 0 NULL NULL NULL -4294967187 optimizer_trace 0 0 NULL NULL NULL -4294967188 keywords 0 0 NULL NULL NULL -4294967189 key_column_usage 0 0 NULL NULL NULL -4294967190 information_schema_catalog_name 0 0 NULL NULL NULL -4294967191 foreign_tables 0 0 NULL NULL NULL -4294967192 foreign_table_options 0 0 NULL NULL NULL -4294967193 foreign_servers 0 0 NULL NULL NULL -4294967194 foreign_server_options 0 0 NULL NULL NULL -4294967195 foreign_data_wrappers 0 0 NULL NULL NULL -4294967196 foreign_data_wrapper_options 0 0 NULL NULL NULL -4294967197 files 0 0 NULL NULL NULL -4294967198 events 0 0 NULL NULL NULL -4294967199 engines 0 0 NULL NULL NULL -4294967200 enabled_roles 0 0 NULL NULL NULL -4294967201 element_types 0 0 NULL NULL NULL -4294967202 domains 0 0 NULL NULL NULL -4294967203 domain_udt_usage 0 0 NULL NULL NULL -4294967204 domain_constraints 0 0 NULL NULL NULL -4294967205 data_type_privileges 0 0 NULL NULL NULL -4294967206 constraint_table_usage 0 0 NULL NULL NULL -4294967207 constraint_column_usage 0 0 NULL NULL NULL -4294967208 columns 0 0 NULL NULL NULL -4294967209 columns_extensions 0 0 NULL NULL NULL -4294967210 column_udt_usage 0 0 NULL NULL NULL -4294967211 column_statistics 0 0 NULL NULL NULL -4294967212 column_privileges 0 0 NULL NULL NULL -4294967213 column_options 0 0 NULL NULL NULL -4294967214 column_domain_usage 0 0 NULL NULL NULL -4294967215 column_column_usage 0 0 NULL NULL NULL -4294967216 collations 0 0 NULL NULL NULL -4294967217 collation_character_set_applicability 0 0 NULL NULL NULL -4294967218 check_constraints 0 0 NULL NULL NULL -4294967219 check_constraint_routine_usage 0 0 NULL NULL NULL -4294967220 character_sets 0 0 NULL NULL NULL -4294967221 attributes 0 0 NULL NULL NULL -4294967222 applicable_roles 0 0 NULL NULL NULL -4294967223 administrable_role_authorizations 0 0 NULL NULL NULL -4294967225 super_regions 0 0 NULL NULL NULL -4294967226 pg_catalog_table_is_implemented 0 0 NULL NULL NULL -4294967227 tenant_usage_details 0 0 NULL NULL NULL -4294967228 active_range_feeds 0 0 NULL NULL NULL -4294967229 default_privileges 0 0 NULL NULL NULL -4294967230 regions 0 0 NULL NULL NULL -4294967231 cluster_inflight_traces 0 0 NULL NULL NULL -4294967232 lost_descriptors_with_data 0 0 NULL NULL NULL -4294967233 cross_db_references 0 0 NULL NULL NULL -4294967234 cluster_database_privileges 0 0 NULL NULL NULL -4294967235 invalid_objects 0 0 NULL NULL NULL -4294967236 zones 0 0 NULL NULL NULL -4294967237 transaction_statistics 0 0 NULL NULL NULL -4294967238 node_transaction_statistics 0 0 NULL NULL NULL -4294967239 table_row_statistics 0 0 NULL NULL NULL -4294967240 tables 0 0 NULL NULL NULL -4294967241 table_indexes 0 0 NULL NULL NULL -4294967242 table_columns 0 0 NULL NULL NULL +4294967002 spatial_ref_sys 0 0 NULL NULL NULL +4294967003 geometry_columns 0 0 NULL NULL NULL +4294967004 geography_columns 0 0 NULL NULL NULL +4294967006 pg_views 0 0 NULL NULL NULL +4294967007 pg_user 0 0 NULL NULL NULL +4294967008 pg_user_mappings 0 0 NULL NULL NULL +4294967009 pg_user_mapping 0 0 NULL NULL NULL +4294967010 pg_type 0 0 NULL NULL NULL +4294967011 pg_ts_template 0 0 NULL NULL NULL +4294967012 pg_ts_parser 0 0 NULL NULL NULL +4294967013 pg_ts_dict 0 0 NULL NULL NULL +4294967014 pg_ts_config 0 0 NULL NULL NULL +4294967015 pg_ts_config_map 0 0 NULL NULL NULL +4294967016 pg_trigger 0 0 NULL NULL NULL +4294967017 pg_transform 0 0 NULL NULL NULL +4294967018 pg_timezone_names 0 0 NULL NULL NULL +4294967019 pg_timezone_abbrevs 0 0 NULL NULL NULL +4294967020 pg_tablespace 0 0 NULL NULL NULL +4294967021 pg_tables 0 0 NULL NULL NULL +4294967022 pg_subscription 0 0 NULL NULL NULL +4294967023 pg_subscription_rel 0 0 NULL NULL NULL +4294967024 pg_stats 0 0 NULL NULL NULL +4294967025 pg_stats_ext 0 0 NULL NULL NULL +4294967026 pg_statistic 0 0 NULL NULL NULL +4294967027 pg_statistic_ext 0 0 NULL NULL NULL +4294967028 pg_statistic_ext_data 0 0 NULL NULL NULL +4294967029 pg_statio_user_tables 0 0 NULL NULL NULL +4294967030 pg_statio_user_sequences 0 0 NULL NULL NULL +4294967031 pg_statio_user_indexes 0 0 NULL NULL NULL +4294967032 pg_statio_sys_tables 0 0 NULL NULL NULL +4294967033 pg_statio_sys_sequences 0 0 NULL NULL NULL +4294967034 pg_statio_sys_indexes 0 0 NULL NULL NULL +4294967035 pg_statio_all_tables 0 0 NULL NULL NULL +4294967036 pg_statio_all_sequences 0 0 NULL NULL NULL +4294967037 pg_statio_all_indexes 0 0 NULL NULL NULL +4294967038 pg_stat_xact_user_tables 0 0 NULL NULL NULL +4294967039 pg_stat_xact_user_functions 0 0 NULL NULL NULL +4294967040 pg_stat_xact_sys_tables 0 0 NULL NULL NULL +4294967041 pg_stat_xact_all_tables 0 0 NULL NULL NULL +4294967042 pg_stat_wal_receiver 0 0 NULL NULL NULL +4294967043 pg_stat_user_tables 0 0 NULL NULL NULL +4294967044 pg_stat_user_indexes 0 0 NULL NULL NULL +4294967045 pg_stat_user_functions 0 0 NULL NULL NULL +4294967046 pg_stat_sys_tables 0 0 NULL NULL NULL +4294967047 pg_stat_sys_indexes 0 0 NULL NULL NULL +4294967048 pg_stat_subscription 0 0 NULL NULL NULL +4294967049 pg_stat_ssl 0 0 NULL NULL NULL +4294967050 pg_stat_slru 0 0 NULL NULL NULL +4294967051 pg_stat_replication 0 0 NULL NULL NULL +4294967052 pg_stat_progress_vacuum 0 0 NULL NULL NULL +4294967053 pg_stat_progress_create_index 0 0 NULL NULL NULL +4294967054 pg_stat_progress_cluster 0 0 NULL NULL NULL +4294967055 pg_stat_progress_basebackup 0 0 NULL NULL NULL +4294967056 pg_stat_progress_analyze 0 0 NULL NULL NULL +4294967057 pg_stat_gssapi 0 0 NULL NULL NULL +4294967058 pg_stat_database 0 0 NULL NULL NULL +4294967059 pg_stat_database_conflicts 0 0 NULL NULL NULL +4294967060 pg_stat_bgwriter 0 0 NULL NULL NULL +4294967061 pg_stat_archiver 0 0 NULL NULL NULL +4294967062 pg_stat_all_tables 0 0 NULL NULL NULL +4294967063 pg_stat_all_indexes 0 0 NULL NULL NULL +4294967064 pg_stat_activity 0 0 NULL NULL NULL +4294967065 pg_shmem_allocations 0 0 NULL NULL NULL +4294967066 pg_shdepend 0 0 NULL NULL NULL +4294967067 pg_shseclabel 0 0 NULL NULL NULL +4294967068 pg_shdescription 0 0 NULL NULL NULL +4294967069 pg_shadow 0 0 NULL NULL NULL +4294967070 pg_settings 0 0 NULL NULL NULL +4294967071 pg_sequences 0 0 NULL NULL NULL +4294967072 pg_sequence 0 0 NULL NULL NULL +4294967073 pg_seclabel 0 0 NULL NULL NULL +4294967074 pg_seclabels 0 0 NULL NULL NULL +4294967075 pg_rules 0 0 NULL NULL NULL +4294967076 pg_roles 0 0 NULL NULL NULL +4294967077 pg_rewrite 0 0 NULL NULL NULL +4294967078 pg_replication_slots 0 0 NULL NULL NULL +4294967079 pg_replication_origin 0 0 NULL NULL NULL +4294967080 pg_replication_origin_status 0 0 NULL NULL NULL +4294967081 pg_range 0 0 NULL NULL NULL +4294967082 pg_publication_tables 0 0 NULL NULL NULL +4294967083 pg_publication 0 0 NULL NULL NULL +4294967084 pg_publication_rel 0 0 NULL NULL NULL +4294967085 pg_proc 0 0 NULL NULL NULL +4294967086 pg_prepared_xacts 0 0 NULL NULL NULL +4294967087 pg_prepared_statements 0 0 NULL NULL NULL +4294967088 pg_policy 0 0 NULL NULL NULL +4294967089 pg_policies 0 0 NULL NULL NULL +4294967090 pg_partitioned_table 0 0 NULL NULL NULL +4294967091 pg_opfamily 0 0 NULL NULL NULL +4294967092 pg_operator 0 0 NULL NULL NULL +4294967093 pg_opclass 0 0 NULL NULL NULL +4294967094 pg_namespace 0 0 NULL NULL NULL +4294967095 pg_matviews 0 0 NULL NULL NULL +4294967096 pg_locks 0 0 NULL NULL NULL +4294967097 pg_largeobject 0 0 NULL NULL NULL +4294967098 pg_largeobject_metadata 0 0 NULL NULL NULL +4294967099 pg_language 0 0 NULL NULL NULL +4294967100 pg_init_privs 0 0 NULL NULL NULL +4294967101 pg_inherits 0 0 NULL NULL NULL +4294967102 pg_indexes 0 0 NULL NULL NULL +4294967103 pg_index 0 0 NULL NULL NULL +4294967104 pg_hba_file_rules 0 0 NULL NULL NULL +4294967105 pg_group 0 0 NULL NULL NULL +4294967106 pg_foreign_table 0 0 NULL NULL NULL +4294967107 pg_foreign_server 0 0 NULL NULL NULL +4294967108 pg_foreign_data_wrapper 0 0 NULL NULL NULL +4294967109 pg_file_settings 0 0 NULL NULL NULL +4294967110 pg_extension 0 0 NULL NULL NULL +4294967111 pg_event_trigger 0 0 NULL NULL NULL +4294967112 pg_enum 0 0 NULL NULL NULL +4294967113 pg_description 0 0 NULL NULL NULL +4294967114 pg_depend 0 0 NULL NULL NULL +4294967115 pg_default_acl 0 0 NULL NULL NULL +4294967116 pg_db_role_setting 0 0 NULL NULL NULL +4294967117 pg_database 0 0 NULL NULL NULL +4294967118 pg_cursors 0 0 NULL NULL NULL +4294967119 pg_conversion 0 0 NULL NULL NULL +4294967120 pg_constraint 0 0 NULL NULL NULL +4294967121 pg_config 0 0 NULL NULL NULL +4294967122 pg_collation 0 0 NULL NULL NULL +4294967123 pg_class 0 0 NULL NULL NULL +4294967124 pg_cast 0 0 NULL NULL NULL +4294967125 pg_available_extensions 0 0 NULL NULL NULL +4294967126 pg_available_extension_versions 0 0 NULL NULL NULL +4294967127 pg_auth_members 0 0 NULL NULL NULL +4294967128 pg_authid 0 0 NULL NULL NULL +4294967129 pg_attribute 0 0 NULL NULL NULL +4294967130 pg_attrdef 0 0 NULL NULL NULL +4294967131 pg_amproc 0 0 NULL NULL NULL +4294967132 pg_amop 0 0 NULL NULL NULL +4294967133 pg_am 0 0 NULL NULL NULL +4294967134 pg_aggregate 0 0 NULL NULL NULL +4294967136 views 0 0 NULL NULL NULL +4294967137 view_table_usage 0 0 NULL NULL NULL +4294967138 view_routine_usage 0 0 NULL NULL NULL +4294967139 view_column_usage 0 0 NULL NULL NULL +4294967140 user_privileges 0 0 NULL NULL NULL +4294967141 user_mappings 0 0 NULL NULL NULL +4294967142 user_mapping_options 0 0 NULL NULL NULL +4294967143 user_defined_types 0 0 NULL NULL NULL +4294967144 user_attributes 0 0 NULL NULL NULL +4294967145 usage_privileges 0 0 NULL NULL NULL +4294967146 udt_privileges 0 0 NULL NULL NULL +4294967147 type_privileges 0 0 NULL NULL NULL +4294967148 triggers 0 0 NULL NULL NULL +4294967149 triggered_update_columns 0 0 NULL NULL NULL +4294967150 transforms 0 0 NULL NULL NULL +4294967151 tablespaces 0 0 NULL NULL NULL +4294967152 tablespaces_extensions 0 0 NULL NULL NULL +4294967153 tables 0 0 NULL NULL NULL +4294967154 tables_extensions 0 0 NULL NULL NULL +4294967155 table_privileges 0 0 NULL NULL NULL +4294967156 table_constraints_extensions 0 0 NULL NULL NULL +4294967157 table_constraints 0 0 NULL NULL NULL +4294967158 statistics 0 0 NULL NULL NULL +4294967159 st_units_of_measure 0 0 NULL NULL NULL +4294967160 st_spatial_reference_systems 0 0 NULL NULL NULL +4294967161 st_geometry_columns 0 0 NULL NULL NULL +4294967162 session_variables 0 0 NULL NULL NULL +4294967163 sequences 0 0 NULL NULL NULL +4294967164 schema_privileges 0 0 NULL NULL NULL +4294967165 schemata 0 0 NULL NULL NULL +4294967166 schemata_extensions 0 0 NULL NULL NULL +4294967167 sql_sizing 0 0 NULL NULL NULL +4294967168 sql_parts 0 0 NULL NULL NULL +4294967169 sql_implementation_info 0 0 NULL NULL NULL +4294967170 sql_features 0 0 NULL NULL NULL +4294967171 routines 0 0 NULL NULL NULL +4294967172 routine_privileges 0 0 NULL NULL NULL +4294967173 role_usage_grants 0 0 NULL NULL NULL +4294967174 role_udt_grants 0 0 NULL NULL NULL +4294967175 role_table_grants 0 0 NULL NULL NULL +4294967176 role_routine_grants 0 0 NULL NULL NULL +4294967177 role_column_grants 0 0 NULL NULL NULL +4294967178 resource_groups 0 0 NULL NULL NULL +4294967179 referential_constraints 0 0 NULL NULL NULL +4294967180 profiling 0 0 NULL NULL NULL +4294967181 processlist 0 0 NULL NULL NULL +4294967182 plugins 0 0 NULL NULL NULL +4294967183 partitions 0 0 NULL NULL NULL +4294967184 parameters 0 0 NULL NULL NULL +4294967185 optimizer_trace 0 0 NULL NULL NULL +4294967186 keywords 0 0 NULL NULL NULL +4294967187 key_column_usage 0 0 NULL NULL NULL +4294967188 information_schema_catalog_name 0 0 NULL NULL NULL +4294967189 foreign_tables 0 0 NULL NULL NULL +4294967190 foreign_table_options 0 0 NULL NULL NULL +4294967191 foreign_servers 0 0 NULL NULL NULL +4294967192 foreign_server_options 0 0 NULL NULL NULL +4294967193 foreign_data_wrappers 0 0 NULL NULL NULL +4294967194 foreign_data_wrapper_options 0 0 NULL NULL NULL +4294967195 files 0 0 NULL NULL NULL +4294967196 events 0 0 NULL NULL NULL +4294967197 engines 0 0 NULL NULL NULL +4294967198 enabled_roles 0 0 NULL NULL NULL +4294967199 element_types 0 0 NULL NULL NULL +4294967200 domains 0 0 NULL NULL NULL +4294967201 domain_udt_usage 0 0 NULL NULL NULL +4294967202 domain_constraints 0 0 NULL NULL NULL +4294967203 data_type_privileges 0 0 NULL NULL NULL +4294967204 constraint_table_usage 0 0 NULL NULL NULL +4294967205 constraint_column_usage 0 0 NULL NULL NULL +4294967206 columns 0 0 NULL NULL NULL +4294967207 columns_extensions 0 0 NULL NULL NULL +4294967208 column_udt_usage 0 0 NULL NULL NULL +4294967209 column_statistics 0 0 NULL NULL NULL +4294967210 column_privileges 0 0 NULL NULL NULL +4294967211 column_options 0 0 NULL NULL NULL +4294967212 column_domain_usage 0 0 NULL NULL NULL +4294967213 column_column_usage 0 0 NULL NULL NULL +4294967214 collations 0 0 NULL NULL NULL +4294967215 collation_character_set_applicability 0 0 NULL NULL NULL +4294967216 check_constraints 0 0 NULL NULL NULL +4294967217 check_constraint_routine_usage 0 0 NULL NULL NULL +4294967218 character_sets 0 0 NULL NULL NULL +4294967219 attributes 0 0 NULL NULL NULL +4294967220 applicable_roles 0 0 NULL NULL NULL +4294967221 administrable_role_authorizations 0 0 NULL NULL NULL +4294967223 super_regions 0 0 NULL NULL NULL +4294967224 pg_catalog_table_is_implemented 0 0 NULL NULL NULL +4294967225 tenant_usage_details 0 0 NULL NULL NULL +4294967226 active_range_feeds 0 0 NULL NULL NULL +4294967227 default_privileges 0 0 NULL NULL NULL +4294967228 regions 0 0 NULL NULL NULL +4294967229 cluster_inflight_traces 0 0 NULL NULL NULL +4294967230 lost_descriptors_with_data 0 0 NULL NULL NULL +4294967231 cross_db_references 0 0 NULL NULL NULL +4294967232 cluster_database_privileges 0 0 NULL NULL NULL +4294967233 invalid_objects 0 0 NULL NULL NULL +4294967234 zones 0 0 NULL NULL NULL +4294967235 transaction_statistics_persisted 0 0 NULL NULL NULL +4294967236 transaction_statistics 0 0 NULL NULL NULL +4294967237 node_transaction_statistics 0 0 NULL NULL NULL +4294967238 table_row_statistics 0 0 NULL NULL NULL +4294967239 tables 0 0 NULL NULL NULL +4294967240 table_indexes 0 0 NULL NULL NULL +4294967241 table_columns 0 0 NULL NULL NULL +4294967242 statement_statistics_persisted 0 0 NULL NULL NULL 4294967243 statement_statistics 0 0 NULL NULL NULL 4294967244 session_variables 0 0 NULL NULL NULL 4294967245 session_trace 0 0 NULL NULL NULL @@ -3781,287 +3791,287 @@ SELECT objoid, classoid, objsubid, regexp_replace(description, e'\n.*', '') AS d FROM pg_catalog.pg_description ---- objoid classoid objsubid description -4294967228 4294967125 0 node-level table listing all currently running range feeds -4294967294 4294967125 0 backward inter-descriptor dependencies starting from tables accessible by current user in current database (KV scan) -4294967292 4294967125 0 built-in functions (RAM/static) -4294967288 4294967125 0 contention information (cluster RPC; expensive!) -4294967234 4294967125 0 virtual table with database privileges -4294967287 4294967125 0 DistSQL remote flows information (cluster RPC; expensive!) -4294967231 4294967125 0 traces for in-flight spans across all nodes in the cluster (cluster RPC; expensive!) -4294967286 4294967125 0 cluster-wide locks held in lock tables. Querying this table is an -4294967285 4294967125 0 running queries visible by current user (cluster RPC; expensive!) -4294967283 4294967125 0 running sessions visible to current user (cluster RPC; expensive!) -4294967282 4294967125 0 cluster settings (RAM) -4294967281 4294967125 0 cluster-wide statement statistics that have not yet been flushed to system tables. Querying this table is a somewhat expensive operation since it creates a cluster-wide RPC-fanout. -4294967280 4294967125 0 cluster-wide transaction statistics that have not yet been flushed to system tables. Querying this table is a somewhat expensive operation since it creates a cluster-wide RPC-fanout. -4294967284 4294967125 0 running user transactions visible by the current user (cluster RPC; expensive!) -4294967279 4294967125 0 CREATE statements for all user defined schemas accessible by the current user in current database (KV scan) -4294967278 4294967125 0 CREATE and ALTER statements for all tables accessible by current user in current database (KV scan) -4294967277 4294967125 0 CREATE statements for all user defined types accessible by the current user in current database (KV scan) -4294967233 4294967125 0 virtual table with cross db references -4294967276 4294967125 0 databases accessible by the current user (KV scan) -4294967229 4294967125 0 virtual table with default privileges -4294967275 4294967125 0 telemetry counters (RAM; local node only) -4294967274 4294967125 0 forward inter-descriptor dependencies starting from tables accessible by current user in current database (KV scan) -4294967271 4294967125 0 locally known gossiped health alerts (RAM; local node only) -4294967270 4294967125 0 locally known gossiped node liveness (RAM; local node only) -4294967269 4294967125 0 locally known edges in the gossip network (RAM; local node only) -4294967272 4294967125 0 locally known gossiped node details (RAM; local node only) -4294967267 4294967125 0 index columns for all indexes accessible by current user in current database (KV scan) -4294967266 4294967125 0 cluster-wide index usage statistics (in-memory, not durable).Querying this table is an expensive operation since it creates acluster-wide RPC fanout. -4294967235 4294967125 0 virtual table to validate descriptors -4294967264 4294967125 0 decoded job metadata from system.jobs (KV scan) -4294967273 4294967125 0 node liveness status, as seen by kv -4294967263 4294967125 0 node details across the entire cluster (cluster RPC; expensive!) -4294967262 4294967125 0 store details and status (cluster RPC; expensive!) -4294967261 4294967125 0 acquired table leases (RAM; local node only) -4294967232 4294967125 0 virtual table with table descriptors that still have data -4294967293 4294967125 0 detailed identification strings (RAM, local node only) -4294967260 4294967125 0 contention information (RAM; local node only) -4294967259 4294967125 0 DistSQL remote flows information (RAM; local node only) -4294967265 4294967125 0 in-flight spans (RAM; local node only) -4294967254 4294967125 0 node-level table listing all currently active memory monitors -4294967255 4294967125 0 current values for metrics (RAM; local node only) -4294967258 4294967125 0 running queries visible by current user (RAM; local node only) -4294967247 4294967125 0 server parameters, useful to construct connection URLs (RAM, local node only) -4294967256 4294967125 0 running sessions visible by current user (RAM; local node only) -4294967253 4294967125 0 statement statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) -4294967238 4294967125 0 finer-grained transaction statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) -4294967257 4294967125 0 running user transactions visible by the current user (RAM; local node only) -4294967252 4294967125 0 per-application transaction statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) -4294967251 4294967125 0 defined partitions for all tables/indexes accessible by the current user in the current database (KV scan) -4294967226 4294967125 0 table descriptors accessible by current user, including non-public and virtual (KV scan; expensive!) -4294967250 4294967125 0 comments for predefined virtual tables (RAM/static) -4294967249 4294967125 0 range metadata without leaseholder details (KV join; expensive!) -4294967230 4294967125 0 available regions for the cluster -4294967246 4294967125 0 ongoing schema changes, across all descriptors accessible by current user (KV scan; expensive!) -4294967245 4294967125 0 session trace accumulated so far (RAM) -4294967244 4294967125 0 session variables (RAM) -4294967225 4294967125 0 list super regions of databases visible to the current user -4294967242 4294967125 0 details for all columns accessible by current user in current database (KV scan) -4294967241 4294967125 0 indexes accessible by current user in current database (KV scan) -4294967239 4294967125 0 stats for all tables accessible by current user in current database as of 10s ago -4294967240 4294967125 0 table descriptors accessible by current user, including non-public and virtual (KV scan; expensive!) -4294967268 4294967125 0 cluster-wide transaction contention events. Querying this table is an -4294967236 4294967125 0 decoded zone configurations from system.zones (KV scan) -4294967223 4294967125 0 roles for which the current user has admin option -4294967222 4294967125 0 roles available to the current user -4294967221 4294967125 0 attributes was created for compatibility and is currently unimplemented -4294967220 4294967125 0 character sets available in the current database -4294967219 4294967125 0 check_constraint_routine_usage was created for compatibility and is currently unimplemented -4294967218 4294967125 0 check constraints -4294967217 4294967125 0 identifies which character set the available collations are -4294967216 4294967125 0 shows the collations available in the current database -4294967215 4294967125 0 column_column_usage was created for compatibility and is currently unimplemented -4294967214 4294967125 0 column_domain_usage was created for compatibility and is currently unimplemented -4294967213 4294967125 0 column_options was created for compatibility and is currently unimplemented -4294967212 4294967125 0 column privilege grants (incomplete) -4294967211 4294967125 0 column_statistics was created for compatibility and is currently unimplemented -4294967210 4294967125 0 columns with user defined types -4294967208 4294967125 0 table and view columns (incomplete) -4294967209 4294967125 0 columns_extensions was created for compatibility and is currently unimplemented -4294967207 4294967125 0 columns usage by constraints -4294967206 4294967125 0 constraint_table_usage was created for compatibility and is currently unimplemented -4294967205 4294967125 0 data_type_privileges was created for compatibility and is currently unimplemented -4294967204 4294967125 0 domain_constraints was created for compatibility and is currently unimplemented -4294967203 4294967125 0 domain_udt_usage was created for compatibility and is currently unimplemented -4294967202 4294967125 0 domains was created for compatibility and is currently unimplemented -4294967201 4294967125 0 element_types was created for compatibility and is currently unimplemented -4294967200 4294967125 0 roles for the current user -4294967199 4294967125 0 engines was created for compatibility and is currently unimplemented -4294967198 4294967125 0 events was created for compatibility and is currently unimplemented -4294967197 4294967125 0 files was created for compatibility and is currently unimplemented -4294967196 4294967125 0 foreign_data_wrapper_options was created for compatibility and is currently unimplemented -4294967195 4294967125 0 foreign_data_wrappers was created for compatibility and is currently unimplemented -4294967194 4294967125 0 foreign_server_options was created for compatibility and is currently unimplemented -4294967193 4294967125 0 foreign_servers was created for compatibility and is currently unimplemented -4294967192 4294967125 0 foreign_table_options was created for compatibility and is currently unimplemented -4294967191 4294967125 0 foreign_tables was created for compatibility and is currently unimplemented -4294967190 4294967125 0 information_schema_catalog_name was created for compatibility and is currently unimplemented -4294967189 4294967125 0 column usage by indexes and key constraints -4294967188 4294967125 0 keywords was created for compatibility and is currently unimplemented -4294967187 4294967125 0 optimizer_trace was created for compatibility and is currently unimplemented -4294967186 4294967125 0 built-in function parameters (empty - introspection not yet supported) -4294967185 4294967125 0 partitions was created for compatibility and is currently unimplemented -4294967184 4294967125 0 plugins was created for compatibility and is currently unimplemented -4294967183 4294967125 0 processlist was created for compatibility and is currently unimplemented -4294967182 4294967125 0 profiling was created for compatibility and is currently unimplemented -4294967181 4294967125 0 foreign key constraints -4294967180 4294967125 0 resource_groups was created for compatibility and is currently unimplemented -4294967179 4294967125 0 role_column_grants was created for compatibility and is currently unimplemented -4294967178 4294967125 0 role_routine_grants was created for compatibility and is currently unimplemented -4294967177 4294967125 0 privileges granted on table or views (incomplete; see also information_schema.table_privileges; may contain excess users or roles) -4294967176 4294967125 0 role_udt_grants was created for compatibility and is currently unimplemented -4294967175 4294967125 0 role_usage_grants was created for compatibility and is currently unimplemented -4294967174 4294967125 0 routine_privileges was created for compatibility and is currently unimplemented -4294967173 4294967125 0 built-in functions (empty - introspection not yet supported) -4294967166 4294967125 0 schema privileges (incomplete; may contain excess users or roles) -4294967167 4294967125 0 database schemas (may contain schemata without permission) -4294967168 4294967125 0 schemata_extensions was created for compatibility and is currently unimplemented -4294967165 4294967125 0 sequences -4294967164 4294967125 0 exposes the session variables. -4294967172 4294967125 0 sql_features was created for compatibility and is currently unimplemented -4294967171 4294967125 0 sql_implementation_info was created for compatibility and is currently unimplemented -4294967170 4294967125 0 sql_parts was created for compatibility and is currently unimplemented -4294967169 4294967125 0 sql_sizing was created for compatibility and is currently unimplemented -4294967163 4294967125 0 st_geometry_columns was created for compatibility and is currently unimplemented -4294967162 4294967125 0 st_spatial_reference_systems was created for compatibility and is currently unimplemented -4294967161 4294967125 0 st_units_of_measure was created for compatibility and is currently unimplemented -4294967160 4294967125 0 index metadata and statistics (incomplete) -4294967159 4294967125 0 table constraints -4294967158 4294967125 0 table_constraints_extensions was created for compatibility and is currently unimplemented -4294967157 4294967125 0 privileges granted on table or views (incomplete; may contain excess users or roles) -4294967155 4294967125 0 tables and views -4294967156 4294967125 0 tables_extensions was created for compatibility and is currently unimplemented -4294967153 4294967125 0 tablespaces was created for compatibility and is currently unimplemented -4294967154 4294967125 0 tablespaces_extensions was created for compatibility and is currently unimplemented -4294967152 4294967125 0 transforms was created for compatibility and is currently unimplemented -4294967151 4294967125 0 triggered_update_columns was created for compatibility and is currently unimplemented -4294967150 4294967125 0 triggers was created for compatibility and is currently unimplemented -4294967149 4294967125 0 type privileges (incomplete; may contain excess users or roles) -4294967148 4294967125 0 udt_privileges was created for compatibility and is currently unimplemented -4294967147 4294967125 0 usage_privileges was created for compatibility and is currently unimplemented -4294967146 4294967125 0 user_attributes was created for compatibility and is currently unimplemented -4294967145 4294967125 0 user_defined_types was created for compatibility and is currently unimplemented -4294967144 4294967125 0 user_mapping_options was created for compatibility and is currently unimplemented -4294967143 4294967125 0 user_mappings was created for compatibility and is currently unimplemented -4294967142 4294967125 0 grantable privileges (incomplete) -4294967141 4294967125 0 view_column_usage was created for compatibility and is currently unimplemented -4294967140 4294967125 0 view_routine_usage was created for compatibility and is currently unimplemented -4294967139 4294967125 0 view_table_usage was created for compatibility and is currently unimplemented -4294967138 4294967125 0 views (incomplete) -4294967136 4294967125 0 aggregated built-in functions (incomplete) -4294967135 4294967125 0 index access methods (incomplete) -4294967134 4294967125 0 pg_amop was created for compatibility and is currently unimplemented -4294967133 4294967125 0 pg_amproc was created for compatibility and is currently unimplemented -4294967132 4294967125 0 column default values -4294967131 4294967125 0 table columns (incomplete - see also information_schema.columns) -4294967129 4294967125 0 role membership -4294967130 4294967125 0 authorization identifiers - differs from postgres as we do not display passwords, -4294967128 4294967125 0 pg_available_extension_versions was created for compatibility and is currently unimplemented -4294967127 4294967125 0 available extensions -4294967126 4294967125 0 casts (empty - needs filling out) -4294967125 4294967125 0 tables and relation-like objects (incomplete - see also information_schema.tables/sequences/views) -4294967124 4294967125 0 available collations (incomplete) -4294967123 4294967125 0 pg_config was created for compatibility and is currently unimplemented -4294967122 4294967125 0 table constraints (incomplete - see also information_schema.table_constraints) -4294967121 4294967125 0 encoding conversions (empty - unimplemented) -4294967120 4294967125 0 contains currently active SQL cursors created with DECLARE -4294967119 4294967125 0 available databases (incomplete) -4294967118 4294967125 0 contains the default values that have been configured for session variables -4294967117 4294967125 0 default ACLs; these are the privileges that will be assigned to newly created objects -4294967116 4294967125 0 dependency relationships (incomplete) -4294967115 4294967125 0 object comments -4294967114 4294967125 0 enum types and labels (empty - feature does not exist) -4294967113 4294967125 0 event triggers (empty - feature does not exist) -4294967112 4294967125 0 installed extensions (empty - feature does not exist) -4294967111 4294967125 0 pg_file_settings was created for compatibility and is currently unimplemented -4294967110 4294967125 0 foreign data wrappers (empty - feature does not exist) -4294967109 4294967125 0 foreign servers (empty - feature does not exist) -4294967108 4294967125 0 foreign tables (empty - feature does not exist) -4294967107 4294967125 0 pg_group was created for compatibility and is currently unimplemented -4294967106 4294967125 0 pg_hba_file_rules was created for compatibility and is currently unimplemented -4294967105 4294967125 0 indexes (incomplete) -4294967104 4294967125 0 index creation statements -4294967103 4294967125 0 table inheritance hierarchy (empty - feature does not exist) -4294967102 4294967125 0 pg_init_privs was created for compatibility and is currently unimplemented -4294967101 4294967125 0 available languages (empty - feature does not exist) -4294967099 4294967125 0 pg_largeobject was created for compatibility and is currently unimplemented -4294967100 4294967125 0 pg_largeobject_metadata was created for compatibility and is currently unimplemented -4294967098 4294967125 0 locks held by active processes (empty - feature does not exist) -4294967097 4294967125 0 available materialized views (empty - feature does not exist) -4294967096 4294967125 0 available namespaces (incomplete; namespaces and databases are congruent in CockroachDB) -4294967095 4294967125 0 opclass (empty - Operator classes not supported yet) -4294967094 4294967125 0 operators (incomplete) -4294967093 4294967125 0 pg_opfamily was created for compatibility and is currently unimplemented -4294967092 4294967125 0 pg_partitioned_table was created for compatibility and is currently unimplemented -4294967091 4294967125 0 pg_policies was created for compatibility and is currently unimplemented -4294967090 4294967125 0 pg_policy was created for compatibility and is currently unimplemented -4294967089 4294967125 0 prepared statements -4294967088 4294967125 0 prepared transactions (empty - feature does not exist) -4294967087 4294967125 0 built-in functions (incomplete) -4294967085 4294967125 0 pg_publication was created for compatibility and is currently unimplemented -4294967086 4294967125 0 pg_publication_rel was created for compatibility and is currently unimplemented -4294967084 4294967125 0 pg_publication_tables was created for compatibility and is currently unimplemented -4294967083 4294967125 0 range types (empty - feature does not exist) -4294967081 4294967125 0 pg_replication_origin was created for compatibility and is currently unimplemented -4294967082 4294967125 0 pg_replication_origin_status was created for compatibility and is currently unimplemented -4294967080 4294967125 0 pg_replication_slots was created for compatibility and is currently unimplemented -4294967079 4294967125 0 rewrite rules (only for referencing on pg_depend for table-view dependencies) -4294967078 4294967125 0 database roles -4294967077 4294967125 0 pg_rules was created for compatibility and is currently unimplemented -4294967075 4294967125 0 security labels (empty - feature does not exist) -4294967076 4294967125 0 security labels (empty) -4294967074 4294967125 0 sequences (see also information_schema.sequences) -4294967073 4294967125 0 pg_sequences is very similar as pg_sequence. -4294967072 4294967125 0 session variables (incomplete) -4294967071 4294967125 0 pg_shadow lists properties for roles that are marked as rolcanlogin in pg_authid -4294967068 4294967125 0 Shared Dependencies (Roles depending on objects). -4294967070 4294967125 0 shared object comments -4294967067 4294967125 0 pg_shmem_allocations was created for compatibility and is currently unimplemented -4294967069 4294967125 0 shared security labels (empty - feature not supported) -4294967066 4294967125 0 backend access statistics (empty - monitoring works differently in CockroachDB) -4294967065 4294967125 0 pg_stat_all_indexes was created for compatibility and is currently unimplemented -4294967064 4294967125 0 pg_stat_all_tables was created for compatibility and is currently unimplemented -4294967063 4294967125 0 pg_stat_archiver was created for compatibility and is currently unimplemented -4294967062 4294967125 0 pg_stat_bgwriter was created for compatibility and is currently unimplemented -4294967060 4294967125 0 pg_stat_database was created for compatibility and is currently unimplemented -4294967061 4294967125 0 pg_stat_database_conflicts was created for compatibility and is currently unimplemented -4294967059 4294967125 0 pg_stat_gssapi was created for compatibility and is currently unimplemented -4294967058 4294967125 0 pg_stat_progress_analyze was created for compatibility and is currently unimplemented -4294967057 4294967125 0 pg_stat_progress_basebackup was created for compatibility and is currently unimplemented -4294967056 4294967125 0 pg_stat_progress_cluster was created for compatibility and is currently unimplemented -4294967055 4294967125 0 pg_stat_progress_create_index was created for compatibility and is currently unimplemented -4294967054 4294967125 0 pg_stat_progress_vacuum was created for compatibility and is currently unimplemented -4294967053 4294967125 0 pg_stat_replication was created for compatibility and is currently unimplemented -4294967052 4294967125 0 pg_stat_slru was created for compatibility and is currently unimplemented -4294967051 4294967125 0 pg_stat_ssl was created for compatibility and is currently unimplemented -4294967050 4294967125 0 pg_stat_subscription was created for compatibility and is currently unimplemented -4294967049 4294967125 0 pg_stat_sys_indexes was created for compatibility and is currently unimplemented -4294967048 4294967125 0 pg_stat_sys_tables was created for compatibility and is currently unimplemented -4294967047 4294967125 0 pg_stat_user_functions was created for compatibility and is currently unimplemented -4294967046 4294967125 0 pg_stat_user_indexes was created for compatibility and is currently unimplemented -4294967045 4294967125 0 pg_stat_user_tables was created for compatibility and is currently unimplemented -4294967044 4294967125 0 pg_stat_wal_receiver was created for compatibility and is currently unimplemented -4294967043 4294967125 0 pg_stat_xact_all_tables was created for compatibility and is currently unimplemented -4294967042 4294967125 0 pg_stat_xact_sys_tables was created for compatibility and is currently unimplemented -4294967041 4294967125 0 pg_stat_xact_user_functions was created for compatibility and is currently unimplemented -4294967040 4294967125 0 pg_stat_xact_user_tables was created for compatibility and is currently unimplemented -4294967039 4294967125 0 pg_statio_all_indexes was created for compatibility and is currently unimplemented -4294967038 4294967125 0 pg_statio_all_sequences was created for compatibility and is currently unimplemented -4294967037 4294967125 0 pg_statio_all_tables was created for compatibility and is currently unimplemented -4294967036 4294967125 0 pg_statio_sys_indexes was created for compatibility and is currently unimplemented -4294967035 4294967125 0 pg_statio_sys_sequences was created for compatibility and is currently unimplemented -4294967034 4294967125 0 pg_statio_sys_tables was created for compatibility and is currently unimplemented -4294967033 4294967125 0 pg_statio_user_indexes was created for compatibility and is currently unimplemented -4294967032 4294967125 0 pg_statio_user_sequences was created for compatibility and is currently unimplemented -4294967031 4294967125 0 pg_statio_user_tables was created for compatibility and is currently unimplemented -4294967028 4294967125 0 pg_statistic was created for compatibility and is currently unimplemented -4294967029 4294967125 0 pg_statistic_ext has the statistics objects created with CREATE STATISTICS -4294967030 4294967125 0 pg_statistic_ext_data was created for compatibility and is currently unimplemented -4294967026 4294967125 0 pg_stats was created for compatibility and is currently unimplemented -4294967027 4294967125 0 pg_stats_ext was created for compatibility and is currently unimplemented -4294967024 4294967125 0 pg_subscription was created for compatibility and is currently unimplemented -4294967025 4294967125 0 pg_subscription_rel was created for compatibility and is currently unimplemented -4294967023 4294967125 0 tables summary (see also information_schema.tables, pg_catalog.pg_class) -4294967022 4294967125 0 available tablespaces (incomplete; concept inapplicable to CockroachDB) -4294967021 4294967125 0 pg_timezone_abbrevs was created for compatibility and is currently unimplemented -4294967020 4294967125 0 pg_timezone_names was created for compatibility and is currently unimplemented -4294967019 4294967125 0 pg_transform was created for compatibility and is currently unimplemented -4294967018 4294967125 0 triggers (empty - feature does not exist) -4294967016 4294967125 0 pg_ts_config was created for compatibility and is currently unimplemented -4294967017 4294967125 0 pg_ts_config_map was created for compatibility and is currently unimplemented -4294967015 4294967125 0 pg_ts_dict was created for compatibility and is currently unimplemented -4294967014 4294967125 0 pg_ts_parser was created for compatibility and is currently unimplemented -4294967013 4294967125 0 pg_ts_template was created for compatibility and is currently unimplemented -4294967012 4294967125 0 scalar types (incomplete) -4294967009 4294967125 0 database users -4294967011 4294967125 0 local to remote user mapping (empty - feature does not exist) -4294967010 4294967125 0 pg_user_mappings was created for compatibility and is currently unimplemented -4294967008 4294967125 0 view definitions (incomplete - see also information_schema.views) -4294967006 4294967125 0 Shows all defined geography columns. Matches PostGIS' geography_columns functionality. -4294967005 4294967125 0 Shows all defined geometry columns. Matches PostGIS' geometry_columns functionality. -4294967004 4294967125 0 Shows all defined Spatial Reference Identifiers (SRIDs). Matches PostGIS' spatial_ref_sys table. +4294967226 4294967123 0 node-level table listing all currently running range feeds +4294967294 4294967123 0 backward inter-descriptor dependencies starting from tables accessible by current user in current database (KV scan) +4294967292 4294967123 0 built-in functions (RAM/static) +4294967288 4294967123 0 contention information (cluster RPC; expensive!) +4294967232 4294967123 0 virtual table with database privileges +4294967287 4294967123 0 DistSQL remote flows information (cluster RPC; expensive!) +4294967229 4294967123 0 traces for in-flight spans across all nodes in the cluster (cluster RPC; expensive!) +4294967286 4294967123 0 cluster-wide locks held in lock tables. Querying this table is an +4294967285 4294967123 0 running queries visible by current user (cluster RPC; expensive!) +4294967283 4294967123 0 running sessions visible to current user (cluster RPC; expensive!) +4294967282 4294967123 0 cluster settings (RAM) +4294967281 4294967123 0 cluster-wide statement statistics that have not yet been flushed to system tables. Querying this table is a somewhat expensive operation since it creates a cluster-wide RPC-fanout. +4294967280 4294967123 0 cluster-wide transaction statistics that have not yet been flushed to system tables. Querying this table is a somewhat expensive operation since it creates a cluster-wide RPC-fanout. +4294967284 4294967123 0 running user transactions visible by the current user (cluster RPC; expensive!) +4294967279 4294967123 0 CREATE statements for all user defined schemas accessible by the current user in current database (KV scan) +4294967278 4294967123 0 CREATE and ALTER statements for all tables accessible by current user in current database (KV scan) +4294967277 4294967123 0 CREATE statements for all user defined types accessible by the current user in current database (KV scan) +4294967231 4294967123 0 virtual table with cross db references +4294967276 4294967123 0 databases accessible by the current user (KV scan) +4294967227 4294967123 0 virtual table with default privileges +4294967275 4294967123 0 telemetry counters (RAM; local node only) +4294967274 4294967123 0 forward inter-descriptor dependencies starting from tables accessible by current user in current database (KV scan) +4294967271 4294967123 0 locally known gossiped health alerts (RAM; local node only) +4294967270 4294967123 0 locally known gossiped node liveness (RAM; local node only) +4294967269 4294967123 0 locally known edges in the gossip network (RAM; local node only) +4294967272 4294967123 0 locally known gossiped node details (RAM; local node only) +4294967267 4294967123 0 index columns for all indexes accessible by current user in current database (KV scan) +4294967266 4294967123 0 cluster-wide index usage statistics (in-memory, not durable).Querying this table is an expensive operation since it creates acluster-wide RPC fanout. +4294967233 4294967123 0 virtual table to validate descriptors +4294967264 4294967123 0 decoded job metadata from system.jobs (KV scan) +4294967273 4294967123 0 node liveness status, as seen by kv +4294967263 4294967123 0 node details across the entire cluster (cluster RPC; expensive!) +4294967262 4294967123 0 store details and status (cluster RPC; expensive!) +4294967261 4294967123 0 acquired table leases (RAM; local node only) +4294967230 4294967123 0 virtual table with table descriptors that still have data +4294967293 4294967123 0 detailed identification strings (RAM, local node only) +4294967260 4294967123 0 contention information (RAM; local node only) +4294967259 4294967123 0 DistSQL remote flows information (RAM; local node only) +4294967265 4294967123 0 in-flight spans (RAM; local node only) +4294967254 4294967123 0 node-level table listing all currently active memory monitors +4294967255 4294967123 0 current values for metrics (RAM; local node only) +4294967258 4294967123 0 running queries visible by current user (RAM; local node only) +4294967247 4294967123 0 server parameters, useful to construct connection URLs (RAM, local node only) +4294967256 4294967123 0 running sessions visible by current user (RAM; local node only) +4294967253 4294967123 0 statement statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) +4294967237 4294967123 0 finer-grained transaction statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) +4294967257 4294967123 0 running user transactions visible by the current user (RAM; local node only) +4294967252 4294967123 0 per-application transaction statistics (in-memory, not durable; local node only). This table is wiped periodically (by default, at least every two hours) +4294967251 4294967123 0 defined partitions for all tables/indexes accessible by the current user in the current database (KV scan) +4294967224 4294967123 0 table descriptors accessible by current user, including non-public and virtual (KV scan; expensive!) +4294967250 4294967123 0 comments for predefined virtual tables (RAM/static) +4294967249 4294967123 0 range metadata without leaseholder details (KV join; expensive!) +4294967228 4294967123 0 available regions for the cluster +4294967246 4294967123 0 ongoing schema changes, across all descriptors accessible by current user (KV scan; expensive!) +4294967245 4294967123 0 session trace accumulated so far (RAM) +4294967244 4294967123 0 session variables (RAM) +4294967223 4294967123 0 list super regions of databases visible to the current user +4294967241 4294967123 0 details for all columns accessible by current user in current database (KV scan) +4294967240 4294967123 0 indexes accessible by current user in current database (KV scan) +4294967238 4294967123 0 stats for all tables accessible by current user in current database as of 10s ago +4294967239 4294967123 0 table descriptors accessible by current user, including non-public and virtual (KV scan; expensive!) +4294967268 4294967123 0 cluster-wide transaction contention events. Querying this table is an +4294967234 4294967123 0 decoded zone configurations from system.zones (KV scan) +4294967221 4294967123 0 roles for which the current user has admin option +4294967220 4294967123 0 roles available to the current user +4294967219 4294967123 0 attributes was created for compatibility and is currently unimplemented +4294967218 4294967123 0 character sets available in the current database +4294967217 4294967123 0 check_constraint_routine_usage was created for compatibility and is currently unimplemented +4294967216 4294967123 0 check constraints +4294967215 4294967123 0 identifies which character set the available collations are +4294967214 4294967123 0 shows the collations available in the current database +4294967213 4294967123 0 column_column_usage was created for compatibility and is currently unimplemented +4294967212 4294967123 0 column_domain_usage was created for compatibility and is currently unimplemented +4294967211 4294967123 0 column_options was created for compatibility and is currently unimplemented +4294967210 4294967123 0 column privilege grants (incomplete) +4294967209 4294967123 0 column_statistics was created for compatibility and is currently unimplemented +4294967208 4294967123 0 columns with user defined types +4294967206 4294967123 0 table and view columns (incomplete) +4294967207 4294967123 0 columns_extensions was created for compatibility and is currently unimplemented +4294967205 4294967123 0 columns usage by constraints +4294967204 4294967123 0 constraint_table_usage was created for compatibility and is currently unimplemented +4294967203 4294967123 0 data_type_privileges was created for compatibility and is currently unimplemented +4294967202 4294967123 0 domain_constraints was created for compatibility and is currently unimplemented +4294967201 4294967123 0 domain_udt_usage was created for compatibility and is currently unimplemented +4294967200 4294967123 0 domains was created for compatibility and is currently unimplemented +4294967199 4294967123 0 element_types was created for compatibility and is currently unimplemented +4294967198 4294967123 0 roles for the current user +4294967197 4294967123 0 engines was created for compatibility and is currently unimplemented +4294967196 4294967123 0 events was created for compatibility and is currently unimplemented +4294967195 4294967123 0 files was created for compatibility and is currently unimplemented +4294967194 4294967123 0 foreign_data_wrapper_options was created for compatibility and is currently unimplemented +4294967193 4294967123 0 foreign_data_wrappers was created for compatibility and is currently unimplemented +4294967192 4294967123 0 foreign_server_options was created for compatibility and is currently unimplemented +4294967191 4294967123 0 foreign_servers was created for compatibility and is currently unimplemented +4294967190 4294967123 0 foreign_table_options was created for compatibility and is currently unimplemented +4294967189 4294967123 0 foreign_tables was created for compatibility and is currently unimplemented +4294967188 4294967123 0 information_schema_catalog_name was created for compatibility and is currently unimplemented +4294967187 4294967123 0 column usage by indexes and key constraints +4294967186 4294967123 0 keywords was created for compatibility and is currently unimplemented +4294967185 4294967123 0 optimizer_trace was created for compatibility and is currently unimplemented +4294967184 4294967123 0 built-in function parameters (empty - introspection not yet supported) +4294967183 4294967123 0 partitions was created for compatibility and is currently unimplemented +4294967182 4294967123 0 plugins was created for compatibility and is currently unimplemented +4294967181 4294967123 0 processlist was created for compatibility and is currently unimplemented +4294967180 4294967123 0 profiling was created for compatibility and is currently unimplemented +4294967179 4294967123 0 foreign key constraints +4294967178 4294967123 0 resource_groups was created for compatibility and is currently unimplemented +4294967177 4294967123 0 role_column_grants was created for compatibility and is currently unimplemented +4294967176 4294967123 0 role_routine_grants was created for compatibility and is currently unimplemented +4294967175 4294967123 0 privileges granted on table or views (incomplete; see also information_schema.table_privileges; may contain excess users or roles) +4294967174 4294967123 0 role_udt_grants was created for compatibility and is currently unimplemented +4294967173 4294967123 0 role_usage_grants was created for compatibility and is currently unimplemented +4294967172 4294967123 0 routine_privileges was created for compatibility and is currently unimplemented +4294967171 4294967123 0 built-in functions (empty - introspection not yet supported) +4294967164 4294967123 0 schema privileges (incomplete; may contain excess users or roles) +4294967165 4294967123 0 database schemas (may contain schemata without permission) +4294967166 4294967123 0 schemata_extensions was created for compatibility and is currently unimplemented +4294967163 4294967123 0 sequences +4294967162 4294967123 0 exposes the session variables. +4294967170 4294967123 0 sql_features was created for compatibility and is currently unimplemented +4294967169 4294967123 0 sql_implementation_info was created for compatibility and is currently unimplemented +4294967168 4294967123 0 sql_parts was created for compatibility and is currently unimplemented +4294967167 4294967123 0 sql_sizing was created for compatibility and is currently unimplemented +4294967161 4294967123 0 st_geometry_columns was created for compatibility and is currently unimplemented +4294967160 4294967123 0 st_spatial_reference_systems was created for compatibility and is currently unimplemented +4294967159 4294967123 0 st_units_of_measure was created for compatibility and is currently unimplemented +4294967158 4294967123 0 index metadata and statistics (incomplete) +4294967157 4294967123 0 table constraints +4294967156 4294967123 0 table_constraints_extensions was created for compatibility and is currently unimplemented +4294967155 4294967123 0 privileges granted on table or views (incomplete; may contain excess users or roles) +4294967153 4294967123 0 tables and views +4294967154 4294967123 0 tables_extensions was created for compatibility and is currently unimplemented +4294967151 4294967123 0 tablespaces was created for compatibility and is currently unimplemented +4294967152 4294967123 0 tablespaces_extensions was created for compatibility and is currently unimplemented +4294967150 4294967123 0 transforms was created for compatibility and is currently unimplemented +4294967149 4294967123 0 triggered_update_columns was created for compatibility and is currently unimplemented +4294967148 4294967123 0 triggers was created for compatibility and is currently unimplemented +4294967147 4294967123 0 type privileges (incomplete; may contain excess users or roles) +4294967146 4294967123 0 udt_privileges was created for compatibility and is currently unimplemented +4294967145 4294967123 0 usage_privileges was created for compatibility and is currently unimplemented +4294967144 4294967123 0 user_attributes was created for compatibility and is currently unimplemented +4294967143 4294967123 0 user_defined_types was created for compatibility and is currently unimplemented +4294967142 4294967123 0 user_mapping_options was created for compatibility and is currently unimplemented +4294967141 4294967123 0 user_mappings was created for compatibility and is currently unimplemented +4294967140 4294967123 0 grantable privileges (incomplete) +4294967139 4294967123 0 view_column_usage was created for compatibility and is currently unimplemented +4294967138 4294967123 0 view_routine_usage was created for compatibility and is currently unimplemented +4294967137 4294967123 0 view_table_usage was created for compatibility and is currently unimplemented +4294967136 4294967123 0 views (incomplete) +4294967134 4294967123 0 aggregated built-in functions (incomplete) +4294967133 4294967123 0 index access methods (incomplete) +4294967132 4294967123 0 pg_amop was created for compatibility and is currently unimplemented +4294967131 4294967123 0 pg_amproc was created for compatibility and is currently unimplemented +4294967130 4294967123 0 column default values +4294967129 4294967123 0 table columns (incomplete - see also information_schema.columns) +4294967127 4294967123 0 role membership +4294967128 4294967123 0 authorization identifiers - differs from postgres as we do not display passwords, +4294967126 4294967123 0 pg_available_extension_versions was created for compatibility and is currently unimplemented +4294967125 4294967123 0 available extensions +4294967124 4294967123 0 casts (empty - needs filling out) +4294967123 4294967123 0 tables and relation-like objects (incomplete - see also information_schema.tables/sequences/views) +4294967122 4294967123 0 available collations (incomplete) +4294967121 4294967123 0 pg_config was created for compatibility and is currently unimplemented +4294967120 4294967123 0 table constraints (incomplete - see also information_schema.table_constraints) +4294967119 4294967123 0 encoding conversions (empty - unimplemented) +4294967118 4294967123 0 contains currently active SQL cursors created with DECLARE +4294967117 4294967123 0 available databases (incomplete) +4294967116 4294967123 0 contains the default values that have been configured for session variables +4294967115 4294967123 0 default ACLs; these are the privileges that will be assigned to newly created objects +4294967114 4294967123 0 dependency relationships (incomplete) +4294967113 4294967123 0 object comments +4294967112 4294967123 0 enum types and labels (empty - feature does not exist) +4294967111 4294967123 0 event triggers (empty - feature does not exist) +4294967110 4294967123 0 installed extensions (empty - feature does not exist) +4294967109 4294967123 0 pg_file_settings was created for compatibility and is currently unimplemented +4294967108 4294967123 0 foreign data wrappers (empty - feature does not exist) +4294967107 4294967123 0 foreign servers (empty - feature does not exist) +4294967106 4294967123 0 foreign tables (empty - feature does not exist) +4294967105 4294967123 0 pg_group was created for compatibility and is currently unimplemented +4294967104 4294967123 0 pg_hba_file_rules was created for compatibility and is currently unimplemented +4294967103 4294967123 0 indexes (incomplete) +4294967102 4294967123 0 index creation statements +4294967101 4294967123 0 table inheritance hierarchy (empty - feature does not exist) +4294967100 4294967123 0 pg_init_privs was created for compatibility and is currently unimplemented +4294967099 4294967123 0 available languages (empty - feature does not exist) +4294967097 4294967123 0 pg_largeobject was created for compatibility and is currently unimplemented +4294967098 4294967123 0 pg_largeobject_metadata was created for compatibility and is currently unimplemented +4294967096 4294967123 0 locks held by active processes (empty - feature does not exist) +4294967095 4294967123 0 available materialized views (empty - feature does not exist) +4294967094 4294967123 0 available namespaces (incomplete; namespaces and databases are congruent in CockroachDB) +4294967093 4294967123 0 opclass (empty - Operator classes not supported yet) +4294967092 4294967123 0 operators (incomplete) +4294967091 4294967123 0 pg_opfamily was created for compatibility and is currently unimplemented +4294967090 4294967123 0 pg_partitioned_table was created for compatibility and is currently unimplemented +4294967089 4294967123 0 pg_policies was created for compatibility and is currently unimplemented +4294967088 4294967123 0 pg_policy was created for compatibility and is currently unimplemented +4294967087 4294967123 0 prepared statements +4294967086 4294967123 0 prepared transactions (empty - feature does not exist) +4294967085 4294967123 0 built-in functions (incomplete) +4294967083 4294967123 0 pg_publication was created for compatibility and is currently unimplemented +4294967084 4294967123 0 pg_publication_rel was created for compatibility and is currently unimplemented +4294967082 4294967123 0 pg_publication_tables was created for compatibility and is currently unimplemented +4294967081 4294967123 0 range types (empty - feature does not exist) +4294967079 4294967123 0 pg_replication_origin was created for compatibility and is currently unimplemented +4294967080 4294967123 0 pg_replication_origin_status was created for compatibility and is currently unimplemented +4294967078 4294967123 0 pg_replication_slots was created for compatibility and is currently unimplemented +4294967077 4294967123 0 rewrite rules (only for referencing on pg_depend for table-view dependencies) +4294967076 4294967123 0 database roles +4294967075 4294967123 0 pg_rules was created for compatibility and is currently unimplemented +4294967073 4294967123 0 security labels (empty - feature does not exist) +4294967074 4294967123 0 security labels (empty) +4294967072 4294967123 0 sequences (see also information_schema.sequences) +4294967071 4294967123 0 pg_sequences is very similar as pg_sequence. +4294967070 4294967123 0 session variables (incomplete) +4294967069 4294967123 0 pg_shadow lists properties for roles that are marked as rolcanlogin in pg_authid +4294967066 4294967123 0 Shared Dependencies (Roles depending on objects). +4294967068 4294967123 0 shared object comments +4294967065 4294967123 0 pg_shmem_allocations was created for compatibility and is currently unimplemented +4294967067 4294967123 0 shared security labels (empty - feature not supported) +4294967064 4294967123 0 backend access statistics (empty - monitoring works differently in CockroachDB) +4294967063 4294967123 0 pg_stat_all_indexes was created for compatibility and is currently unimplemented +4294967062 4294967123 0 pg_stat_all_tables was created for compatibility and is currently unimplemented +4294967061 4294967123 0 pg_stat_archiver was created for compatibility and is currently unimplemented +4294967060 4294967123 0 pg_stat_bgwriter was created for compatibility and is currently unimplemented +4294967058 4294967123 0 pg_stat_database was created for compatibility and is currently unimplemented +4294967059 4294967123 0 pg_stat_database_conflicts was created for compatibility and is currently unimplemented +4294967057 4294967123 0 pg_stat_gssapi was created for compatibility and is currently unimplemented +4294967056 4294967123 0 pg_stat_progress_analyze was created for compatibility and is currently unimplemented +4294967055 4294967123 0 pg_stat_progress_basebackup was created for compatibility and is currently unimplemented +4294967054 4294967123 0 pg_stat_progress_cluster was created for compatibility and is currently unimplemented +4294967053 4294967123 0 pg_stat_progress_create_index was created for compatibility and is currently unimplemented +4294967052 4294967123 0 pg_stat_progress_vacuum was created for compatibility and is currently unimplemented +4294967051 4294967123 0 pg_stat_replication was created for compatibility and is currently unimplemented +4294967050 4294967123 0 pg_stat_slru was created for compatibility and is currently unimplemented +4294967049 4294967123 0 pg_stat_ssl was created for compatibility and is currently unimplemented +4294967048 4294967123 0 pg_stat_subscription was created for compatibility and is currently unimplemented +4294967047 4294967123 0 pg_stat_sys_indexes was created for compatibility and is currently unimplemented +4294967046 4294967123 0 pg_stat_sys_tables was created for compatibility and is currently unimplemented +4294967045 4294967123 0 pg_stat_user_functions was created for compatibility and is currently unimplemented +4294967044 4294967123 0 pg_stat_user_indexes was created for compatibility and is currently unimplemented +4294967043 4294967123 0 pg_stat_user_tables was created for compatibility and is currently unimplemented +4294967042 4294967123 0 pg_stat_wal_receiver was created for compatibility and is currently unimplemented +4294967041 4294967123 0 pg_stat_xact_all_tables was created for compatibility and is currently unimplemented +4294967040 4294967123 0 pg_stat_xact_sys_tables was created for compatibility and is currently unimplemented +4294967039 4294967123 0 pg_stat_xact_user_functions was created for compatibility and is currently unimplemented +4294967038 4294967123 0 pg_stat_xact_user_tables was created for compatibility and is currently unimplemented +4294967037 4294967123 0 pg_statio_all_indexes was created for compatibility and is currently unimplemented +4294967036 4294967123 0 pg_statio_all_sequences was created for compatibility and is currently unimplemented +4294967035 4294967123 0 pg_statio_all_tables was created for compatibility and is currently unimplemented +4294967034 4294967123 0 pg_statio_sys_indexes was created for compatibility and is currently unimplemented +4294967033 4294967123 0 pg_statio_sys_sequences was created for compatibility and is currently unimplemented +4294967032 4294967123 0 pg_statio_sys_tables was created for compatibility and is currently unimplemented +4294967031 4294967123 0 pg_statio_user_indexes was created for compatibility and is currently unimplemented +4294967030 4294967123 0 pg_statio_user_sequences was created for compatibility and is currently unimplemented +4294967029 4294967123 0 pg_statio_user_tables was created for compatibility and is currently unimplemented +4294967026 4294967123 0 pg_statistic was created for compatibility and is currently unimplemented +4294967027 4294967123 0 pg_statistic_ext has the statistics objects created with CREATE STATISTICS +4294967028 4294967123 0 pg_statistic_ext_data was created for compatibility and is currently unimplemented +4294967024 4294967123 0 pg_stats was created for compatibility and is currently unimplemented +4294967025 4294967123 0 pg_stats_ext was created for compatibility and is currently unimplemented +4294967022 4294967123 0 pg_subscription was created for compatibility and is currently unimplemented +4294967023 4294967123 0 pg_subscription_rel was created for compatibility and is currently unimplemented +4294967021 4294967123 0 tables summary (see also information_schema.tables, pg_catalog.pg_class) +4294967020 4294967123 0 available tablespaces (incomplete; concept inapplicable to CockroachDB) +4294967019 4294967123 0 pg_timezone_abbrevs was created for compatibility and is currently unimplemented +4294967018 4294967123 0 pg_timezone_names was created for compatibility and is currently unimplemented +4294967017 4294967123 0 pg_transform was created for compatibility and is currently unimplemented +4294967016 4294967123 0 triggers (empty - feature does not exist) +4294967014 4294967123 0 pg_ts_config was created for compatibility and is currently unimplemented +4294967015 4294967123 0 pg_ts_config_map was created for compatibility and is currently unimplemented +4294967013 4294967123 0 pg_ts_dict was created for compatibility and is currently unimplemented +4294967012 4294967123 0 pg_ts_parser was created for compatibility and is currently unimplemented +4294967011 4294967123 0 pg_ts_template was created for compatibility and is currently unimplemented +4294967010 4294967123 0 scalar types (incomplete) +4294967007 4294967123 0 database users +4294967009 4294967123 0 local to remote user mapping (empty - feature does not exist) +4294967008 4294967123 0 pg_user_mappings was created for compatibility and is currently unimplemented +4294967006 4294967123 0 view definitions (incomplete - see also information_schema.views) +4294967004 4294967123 0 Shows all defined geography columns. Matches PostGIS' geography_columns functionality. +4294967003 4294967123 0 Shows all defined geometry columns. Matches PostGIS' geometry_columns functionality. +4294967002 4294967123 0 Shows all defined Spatial Reference Identifiers (SRIDs). Matches PostGIS' spatial_ref_sys table. ## pg_catalog.pg_shdescription @@ -5396,7 +5406,7 @@ indoption query TTI SELECT database_name, descriptor_name, descriptor_id from test.crdb_internal.create_statements where descriptor_name = 'pg_views' ---- -test pg_views 4294967008 +test pg_views 4294967006 # Verify INCLUDED columns appear in pg_index. See issue #59563 statement ok diff --git a/pkg/sql/logictest/testdata/logic_test/table b/pkg/sql/logictest/testdata/logic_test/table index 903145ff45e8..2ed971e57194 100644 --- a/pkg/sql/logictest/testdata/logic_test/table +++ b/pkg/sql/logictest/testdata/logic_test/table @@ -613,6 +613,7 @@ schema_changes NULL session_trace NULL session_variables NULL statement_statistics NULL +statement_statistics_persisted NULL super_regions NULL table_columns NULL table_indexes NULL @@ -621,6 +622,7 @@ tables NULL tenant_usage_details NULL transaction_contention_events NULL transaction_statistics NULL +transaction_statistics_persisted NULL zones NULL administrable_role_authorizations NULL applicable_roles NULL diff --git a/pkg/sql/opt/exec/execbuilder/testdata/sql_statistics_persisted b/pkg/sql/opt/exec/execbuilder/testdata/sql_statistics_persisted new file mode 100644 index 000000000000..16559e8ea440 --- /dev/null +++ b/pkg/sql/opt/exec/execbuilder/testdata/sql_statistics_persisted @@ -0,0 +1,74 @@ +# LogicTest: local + +query T +EXPLAIN (VERBOSE) +SELECT + aggregated_ts, + fingerprint_id, + transaction_fingerprint_id, + plan_hash, + app_name, + node_id, + agg_interval, + metadata, + statistics, + plan +FROM + system.statement_statistics +---- + distribution: local + vectorized: true +· + • scan + columns: (aggregated_ts, fingerprint_id, transaction_fingerprint_id, plan_hash, app_name, node_id, agg_interval, metadata, statistics, plan) + estimated row count: 1,000 (missing stats) + table: statement_statistics@primary + spans: FULL SCAN + +query T +EXPLAIN (VERBOSE) +SELECT * FROM crdb_internal.statement_statistics_persisted +---- + distribution: local + vectorized: true +· + • scan + columns: (aggregated_ts, fingerprint_id, transaction_fingerprint_id, plan_hash, app_name, node_id, agg_interval, metadata, statistics, plan) + estimated row count: 1,000 (missing stats) + table: statement_statistics@primary + spans: FULL SCAN + +query T +EXPLAIN (VERBOSE) +SELECT + aggregated_ts, + fingerprint_id, + app_name, + node_id, + agg_interval, + metadata, + statistics +FROM + system.transaction_statistics +---- + distribution: local + vectorized: true +· + • scan + columns: (aggregated_ts, fingerprint_id, app_name, node_id, agg_interval, metadata, statistics) + estimated row count: 1,000 (missing stats) + table: transaction_statistics@primary + spans: FULL SCAN + +query T +EXPLAIN (VERBOSE) +SELECT * FROM crdb_internal.transaction_statistics_persisted +---- + distribution: local + vectorized: true +· + • scan + columns: (aggregated_ts, fingerprint_id, app_name, node_id, agg_interval, metadata, statistics) + estimated row count: 1,000 (missing stats) + table: transaction_statistics@primary + spans: FULL SCAN