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

The catalog pg_authid contains information about database authorization identifiers (roles). A role subsumes the concepts of

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

The view pg_timezone_names provides a list of time zone names that are recognized by SET TIMEZONE, along with their

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

The catalog pg_trigger stores triggers on tables and views. See CREATE

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

The catalog pg_index contains part of the information about indexes. The rest is mostly in pg_class.

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

The pg_available_extensions view lists the extensions that are available for installation. See also the

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

The pg_replication_origin catalog contains all replication origins created. For more on replication origins see Chapter 48.

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

The view pg_locks provides access to information about the locks held by active processes within the database server. See Chapter 13 for more

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

The catalog pg_am stores information about relation access methods. There is one row for each access method supported by the system. Currently

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

In addition to the system catalogs, PostgreSQL provides a number of built-in views. Some system views provide convenient access to some commonly

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

The catalog pg_amop stores information about operators associated with access method operator families. There is one row for each operator that

2025-01-10 15:47:30