Arrays
  • References/Database/PostgreSQL/Data Types

PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-defined base

2025-01-10 15:47:30
Starting the Database Server
  • References/Database/PostgreSQL/Server Setup and Operation

Before anyone can access the database, you must start the database server. The database server program is called postgres. The

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

NameCREATE TYPE -- define a new data type Synopsis

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

NameDROP MATERIALIZED VIEW -- remove a materialized view Synopsis

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

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

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

Namepg_recvlogical -- control PostgreSQL logical decoding streams

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

NameDROP FUNCTION -- remove a function Synopsis

2025-01-10 15:47:30
Encryption Options
  • References/Database/PostgreSQL/Server Setup and Operation

PostgreSQL offers encryption at several levels, and provides flexibility in protecting data from disclosure due to database server theft, unscrupulous

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

Namepg_isready -- check the connection status of a PostgreSQL server

2025-01-10 15:47:30
Internals//GIN Indexes: Implementation
  • References/Database/PostgreSQL/Internals/GIN Indexes

Internally, a GIN index contains a B-tree index constructed over keys, where each key is an element of one or more indexed items (a member

2025-01-10 15:47:30