Catalogs: pg_ts_config

The pg_ts_config catalog contains entries representing text search configurations. A configuration specifies a particular text search parser

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

The view pg_group exists for backwards compatibility: it emulates a catalog that existed in PostgreSQL before

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

The view pg_rules provides access to useful information about query rewrite rules. Table

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

The catalog pg_attrdef stores column default values. The main information about columns is stored in pg_attribute

2016-10-12 11:32:25
Catalogs: pg_tablespace

The catalog pg_tablespace stores information about the available tablespaces. Tables can be placed in particular tablespaces to aid administration

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

The catalog pg_database stores information about the available databases. Databases are created with the

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

The catalog pg_extension stores information about the installed extensions. See Section 36.15 for details about extensions.

2016-10-12 11:32:30