The catalog pg_aggregate stores information about aggregate functions. An aggregate function is a function that operates on a set of values
The catalog pg_range stores information about range types. This is in addition to the types' entries in
The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL
Table 50-1 lists the system catalogs. More detailed documentation of each catalog follows below. Most system catalogs are copied from the template
The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories
The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the
The catalog pg_operator stores information about operators. See CREATE
The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the
The catalog pg_auth_members shows the membership relations between roles. Any non-circular set of relationships is allowed.
The view pg_seclabels provides information about security labels. It as an easier-to-query version of the
Page 1 of 9