Catalogs: pg_matviews

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

2016-10-12 11:32:33
Catalogs: pg_statistic

The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by

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

The catalog pg_constraint stores check, primary key, unique, foreign key, and exclusion constraints on tables. (Column constraints are not treated

2016-10-12 11:32:28
Catalogs: pg_inherits

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

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

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

2016-10-12 11:32:41
Catalogs: pg_policy

The catalog pg_policy stores row level security policies for tables. A policy includes the kind of command that it applies to (possibly all

2016-10-12 11:32:35
Catalogs: pg_seclabel

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

2016-10-12 11:32:37
Catalogs: pg_attribute

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

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

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

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

The view pg_user provides access to information about database users. This is simply a publicly readable view of

2016-10-12 11:32:42