Catalogs: pg_indexes
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_indexes provides access to useful information about each index in the database.

2025-01-10 15:47:30
CREATE FUNCTION
  • References/Database/PostgreSQL/Commands

NameCREATE FUNCTION -- define a new function Synopsis

2025-01-10 15:47:30
Catalogs: pg_ts_config_map
  • References/Database/PostgreSQL/Internals: Catalogs

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output

2025-01-10 15:47:30
pg_ctl
  • References/Database/PostgreSQL/Applications

Namepg_ctl -- initialize, start, stop, or control a PostgreSQL server

2025-01-10 15:47:30
Catalogs: pg_language
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_opclass
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular

2025-01-10 15:47:30
Privileges
  • References/Database/PostgreSQL/Data Definition

When an object is created, it is assigned an owner. The owner is normally the role that executed the creation statement. For most kinds of objects, the initial state is that

2025-01-10 15:47:30
Catalogs: pg_rewrite
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_rewrite stores rewrite rules for tables and views. Table 50-41

2025-01-10 15:47:30
Full Text Search: Parsers
  • References/Database/PostgreSQL/Full Text Search

Text search parsers are responsible for splitting raw document text into tokens and identifying each token's type, where the set of possible types

2025-01-10 15:47:30
ALTER OPERATOR FAMILY
  • References/Database/PostgreSQL/Commands

NameALTER OPERATOR FAMILY -- change the definition of an operator family Synopsis

2025-01-10 15:47:30