Catalogs: pg_amproc
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_amproc stores information about support procedures associated with access method operator families. There is one row for each

2025-01-10 15:47:30
Catalogs: pg_inherits
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_inherits records information about table inheritance hierarchies. There is one entry for each direct child table in the database

2025-01-10 15:47:30
Catalogs: pg_views
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_views provides access to useful information about each view in the database.

2025-01-10 15:47:30
Catalogs: pg_database
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_database stores information about the available databases. Databases are created with the

2025-01-10 15:47:30
Catalogs: pg_attribute
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_attribute stores information about table columns. There will be exactly one pg_attribute row

2025-01-10 15:47:30
Catalogs: pg_opfamily
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_opfamily defines operator families. Each operator family is a collection of operators and associated support routines that implement

2025-01-10 15:47:30
Catalogs: pg_db_role_setting
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_db_role_setting records the default values that have been set for run-time configuration variables, for each role and database

2025-01-10 15:47:30
Catalogs: pg_ts_parser
  • References/Database/PostgreSQL/Internals: Catalogs

The pg_ts_parser catalog contains entries defining text search parsers. A parser is responsible for splitting input text into lexemes and assigning

2025-01-10 15:47:30
Catalogs: pg_file_settings
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_file_settings provides a summary of the contents of the server's configuration file(s). A row appears in this view for each

2025-01-10 15:47:30
Catalogs: pg_ts_config
  • References/Database/PostgreSQL/Internals: Catalogs

The pg_ts_config catalog contains entries representing text search configurations. A configuration specifies a particular text search parser

2025-01-10 15:47:30