Catalogs: pg_transform

The catalog pg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. See

2016-10-12 11:32:40
Catalogs: pg_foreign_table

The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a

2016-10-12 11:32:31
Catalogs: pg_tables

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

2016-10-12 11:32:39
Catalogs: pg_largeobject

The catalog pg_largeobject holds the data making up "large objects". A large object is identified by an OID assigned

2016-10-12 11:32:32
Catalogs: pg_shseclabel

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the

2016-10-12 11:32:39
System Catalogs

Table 50-1 lists the system catalogs. More detailed documentation of each catalog follows below. Most system catalogs are copied from the template

2016-10-12 11:34:21
Catalogs: pg_operator

The catalog pg_operator stores information about operators. See CREATE

2016-10-12 11:32:34
Catalogs: pg_range

The catalog pg_range stores information about range types. This is in addition to the types' entries in

2016-10-12 11:32:36
Catalogs: pg_auth_members

The catalog pg_auth_members shows the membership relations between roles. Any non-circular set of relationships is allowed.

2016-10-12 11:32:26
Catalogs: pg_namespace

The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection

2016-10-12 11:32:33