Catalogs: pg_language

The catalog pg_language registers languages in which you can write functions or stored procedures. See

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

The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows

2016-10-12 11:32:38
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_db_role_setting

The catalog pg_db_role_setting records the default values that have been set for run-time configuration variables, for each role and database

2016-10-12 11:32:28
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_file_settings

The view pg_file_settings provides a summary of the contents of the server's configuration file(s). A row appears in this view for each

2016-10-12 11:32:30
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
Catalogs: pg_cursors

The pg_cursors view lists the cursors that are currently available. Cursors can be defined in several ways:

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

The catalog pg_user_mapping stores the mappings from local user to remote. Access to this catalog is restricted from normal users, use the view

2016-10-12 11:32:42
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