SELECT * FROM pg catalog.pg tables;
(Redirected from SELECT * FROM pg catalog.pg tables)
Jump to navigation
Jump to search
SELECT * FROM pg_catalog.pg_tables;
completePostgresql=> SELECT * FROM pg_catalog.pg_tables; schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity --------------------+-------------------------+------------+------------+------------+----------+-------------+------------- pg_catalog | pg_statistic | rdsadmin | | t | f | f | f pg_catalog | pg_type | rdsadmin | | t | f | f | f pg_catalog | pg_foreign_table | rdsadmin | | t | f | f | f pg_catalog | pg_authid | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_statistic_ext_data | rdsadmin | | t | f | f | f pg_catalog | pg_user_mapping | rdsadmin | | t | f | f | f pg_catalog | pg_subscription | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_attribute | rdsadmin | | t | f | f | f pg_catalog | pg_proc | rdsadmin | | t | f | f | f pg_catalog | pg_class | rdsadmin | | t | f | f | f pg_catalog | pg_attrdef | rdsadmin | | t | f | f | f pg_catalog | pg_constraint | rdsadmin | | t | f | f | f pg_catalog | pg_inherits | rdsadmin | | t | f | f | f pg_catalog | pg_index | rdsadmin | | t | f | f | f pg_catalog | pg_operator | rdsadmin | | t | f | f | f pg_catalog | pg_opfamily | rdsadmin | | t | f | f | f pg_catalog | pg_opclass | rdsadmin | | t | f | f | f pg_catalog | pg_am | rdsadmin | | t | f | f | f pg_catalog | pg_amop | rdsadmin | | t | f | f | f pg_catalog | pg_amproc | rdsadmin | | t | f | f | f pg_catalog | pg_language | rdsadmin | | t | f | f | f pg_catalog | pg_largeobject_metadata | rdsadmin | | t | f | f | f pg_catalog | pg_aggregate | rdsadmin | | t | f | f | f pg_catalog | pg_statistic_ext | rdsadmin | | t | f | f | f pg_catalog | pg_rewrite | rdsadmin | | t | f | f | f pg_catalog | pg_trigger | rdsadmin | | t | f | f | f pg_catalog | pg_event_trigger | rdsadmin | | t | f | f | f pg_catalog | pg_description | rdsadmin | | t | f | f | f pg_catalog | pg_cast | rdsadmin | | t | f | f | f pg_catalog | pg_enum | rdsadmin | | t | f | f | f pg_catalog | pg_namespace | rdsadmin | | t | f | f | f pg_catalog | pg_conversion | rdsadmin | | t | f | f | f pg_catalog | pg_depend | rdsadmin | | t | f | f | f pg_catalog | pg_database | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_db_role_setting | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_tablespace | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_auth_members | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_shdepend | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_shdescription | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_ts_config | rdsadmin | | t | f | f | f pg_catalog | pg_ts_config_map | rdsadmin | | t | f | f | f pg_catalog | pg_ts_dict | rdsadmin | | t | f | f | f pg_catalog | pg_ts_parser | rdsadmin | | t | f | f | f pg_catalog | pg_ts_template | rdsadmin | | t | f | f | f pg_catalog | pg_extension | rdsadmin | | t | f | f | f pg_catalog | pg_foreign_data_wrapper | rdsadmin | | t | f | f | f pg_catalog | pg_foreign_server | rdsadmin | | t | f | f | f pg_catalog | pg_policy | rdsadmin | | t | f | f | f pg_catalog | pg_replication_origin | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_default_acl | rdsadmin | | t | f | f | f pg_catalog | pg_init_privs | rdsadmin | | t | f | f | f pg_catalog | pg_seclabel | rdsadmin | | t | f | f | f pg_catalog | pg_shseclabel | rdsadmin | pg_global | t | f | f | f pg_catalog | pg_collation | rdsadmin | | t | f | f | f pg_catalog | pg_partitioned_table | rdsadmin | | t | f | f | f pg_catalog | pg_range | rdsadmin | | t | f | f | f pg_catalog | pg_transform | rdsadmin | | t | f | f | f pg_catalog | pg_sequence | rdsadmin | | t | f | f | f pg_catalog | pg_publication | rdsadmin | | t | f | f | f pg_catalog | pg_publication_rel | rdsadmin | | t | f | f | f pg_catalog | pg_subscription_rel | rdsadmin | | t | f | f | f pg_catalog | pg_largeobject | rdsadmin | | t | f | f | f information_schema | sql_parts | rdsadmin | | f | f | f | f information_schema | sql_implementation_info | rdsadmin | | f | f | f | f information_schema | sql_features | rdsadmin | | f | f | f | f information_schema | sql_sizing | rdsadmin | | f | f | f | f (66 rows)
See also[edit]
- PostgreSQL:
pg_dump, pg_restore
,pgAdmin, pg_config, psql, pg_ctl, pg_isready, initdb
, Role, Schema, DBeaver, Navicat, DataGrip, OmniDB,Adminer
, docker-compose.xml PostgreSQL, PostgreSQL version, PostgreSQL logs,postgresql.conf
,pg_hba.conf, $HOME/.pg_service.conf
, Create database (PostgreSQL), Create user,createdb
,GRANT
,pg_stat
, PostgreSQL VACUUM, EXPLAIN,pg stat activity
, Autovacuum, ALTER DATABASE, PostgreSQL statistics collector, Shared buffers, EXPLAIN (PostgreSQL),EXPLAIN ANALYZE
, Bitmap scan,EXPLAIN VERBOSE
,EXPLAIN VERBOSE (PostgresSQL)
,WAL
,ALTER USER
,CREATE ROLE, CREATE USER
,\du
,show users
,\l
, The Statistics Collector, pganalyze,cron.schedule
, Master,pg_tables
, PostgreSQL replication,CREATE, SET
, TOAST, PgBouncer, Restore DB, Index, meta-commands, Table, foreign table, Schema, Sequence, Views, materialized view, Table Partitioning, monitoring, PostgreSQL System Administration Functions, PostgreSQL extension, privileges, logging, PGTune, PostgreSQL parameter tunning, PostgreSQL modules, pgbench, PostgreSQL users, catalogs
Advertising: