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

The catalog pg_class catalogs tables and most everything else that has columns or is otherwise similar to a table. This includes indexes (but

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

The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular

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

The catalog pg_rewrite stores rewrite rules for tables and views. Table 50-41

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

The catalog pg_attrdef stores column default values. The main information about columns is stored in pg_attribute

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

The view pg_rules provides access to useful information about query rewrite rules. Table

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_group
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_group exists for backwards compatibility: it emulates a catalog that existed in PostgreSQL before

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_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
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