Schemas
  • References/Database/PostgreSQL/Data Definition

A PostgreSQL database cluster contains one or more named databases. Users and groups of users are shared across the entire cluster, but no

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

NameDROP OPERATOR CLASS -- remove an operator class Synopsis

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

The pg_available_extensions view lists the extensions that are available for installation. See also the

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

The pg_replication_slots view provides a listing of all replication slots that currently exist on the database cluster, along with their current

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

NameMOVE -- position a cursor Synopsis

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

The pg_replication_origin catalog contains all replication origins created. For more on replication origins see Chapter 48.

2025-01-10 15:47:30
1.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

This chapter provides an overview of how to use SQL to perform simple operations. This tutorial is only intended to give you an introduction

2025-01-10 15:47:30
Internals//GiST Indexes: Examples
  • References/Database/PostgreSQL/Internals/GiST Indexes

The PostgreSQL source distribution includes several examples of index methods implemented using GiST. The

2025-01-10 15:47:30
passwordcheck
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The passwordcheck module checks users' passwords whenever they are set with CREATE

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

The catalog pg_amop stores information about operators associated with access method operator families. There is one row for each operator that

2025-01-10 15:47:30