Full Text Search: Additional Features
  • References/Database/PostgreSQL/Full Text Search

This section describes additional functions and operators that are useful in connection with text search. 12

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

NameDROP ROLE -- remove a database role Synopsis

2025-01-10 15:47:30
Object Identifier Types
  • References/Database/PostgreSQL/Data Types

Object identifiers (OIDs) are used internally by PostgreSQL as primary keys for various system tables. OIDs are not added to user-created tables

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

Namedropuser -- remove a PostgreSQL user account

2025-01-10 15:47:30
Administration Functions
  • References/Database/PostgreSQL/Functions/System Administration

The functions described in this section are used to control and monitor a PostgreSQL installation.

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

NameTRUNCATE -- empty a table or set of tables Synopsis

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

NameCREATE ROLE -- define a new database role Synopsis

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

NameEXECUTE -- execute a prepared statement Synopsis

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

The executor takes the plan created by the planner/optimizer and recursively processes it to extract the required set of rows. This is essentially

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