LOAD
  • References/Database/PostgreSQL/Commands

NameLOAD -- load a shared library file Synopsis

2025-01-10 15:47:30
User Name Maps
  • References/Database/PostgreSQL/Client Authentication

When using an external authentication system such as Ident or GSSAPI, the name of the operating system user that initiated the connection might not be the same as the database

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

Namepg_controldata -- display control information of a PostgreSQL database cluster

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

NameCREATE OPERATOR FAMILY -- define a new operator family Synopsis

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

Database roles are conceptually completely separate from operating system users. In practice it might be convenient to maintain a correspondence, but this is not required.

2025-01-10 15:47:30
Type Conversion: Value Storage
  • References/Database/PostgreSQL/Type Conversion

Values to be inserted into a table are converted to the destination column's data type according to the following steps.

2025-01-10 15:47:30
Unique Indexes
  • References/Database/PostgreSQL/Indexes

Indexes can also be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column.

2025-01-10 15:47:30
Log-Shipping Standby Servers
  • References/Database/PostgreSQL/High Availability

Continuous archiving can be used to create a high availability (HA) cluster configuration with one or more standby servers

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

NameALTER EXTENSION -- change the definition of an extension Synopsis

2025-01-10 15:47:30
DROP SCHEMA
  • References/Database/PostgreSQL/Commands

NameDROP SCHEMA -- remove a schema Synopsis

2025-01-10 15:47:30