spi
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The spi module provides several workable examples of using SPI and triggers. While these functions are of some value in their own right, they

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

Information about text search configuration objects can be obtained in psql using a set of commands:

2025-01-10 15:47:30
Internals//Physical Storage: Visibility Map
  • References/Database/PostgreSQL/Internals/Physical Storage

Each heap relation has a Visibility Map (VM) to keep track of which pages contain only tuples that are known to be visible to all active transactions; it also keeps track of

2025-01-10 15:47:30
Authentication Methods
  • References/Database/PostgreSQL/Client Authentication

The following subsections describe the authentication methods in more detail. 20.3.1. Trust Authentication

2025-01-10 15:47:30
Bit String Types
  • References/Database/PostgreSQL/Data Types

Bit strings are strings of 1's and 0's. They can be used to store or visualize bit masks. There are two SQL bit types: bit(n)

2025-01-10 15:47:30
VALUES Lists
  • References/Database/PostgreSQL/Queries

VALUES provides a way to generate a "constant table" that can be used in a query without having to actually create and

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

When you create complex database structures involving many tables with foreign key constraints, views, triggers, functions, etc. you implicitly create a net of dependencies

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

btree_gin provides sample GIN operator classes that implement B-tree equivalent behavior for the data types int2,

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

Namedroplang -- remove a PostgreSQL procedural language

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

NameROLLBACK -- abort the current transaction Synopsis

2025-01-10 15:47:30