Catalogs: pg_language
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_language registers languages in which you can write functions or stored procedures. See

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

The PostgreSQL type system contains a number of special-purpose entries that are collectively called pseudo-types

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

This section provides an overview of the page format used within PostgreSQL tables and indexes.[1] Sequences

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

The view pg_matviews provides access to useful information about each materialized view in the database.

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

NameSET CONSTRAINTS -- set constraint check timing for the current transaction

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

NameCREATE USER -- define a new database role Synopsis

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

PostgreSQL supports a powerful rule system for the specification of views and ambiguous

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

Namecreatedb -- create a new PostgreSQL database

2025-01-10 15:47:30
Server Configuration: Run-time Statistics
  • References/Database/PostgreSQL/Server Configuration

19.9.1. Query and Index Statistics Collector These parameters control server-wide statistics collection features. When statistics

2025-01-10 15:47:30
Reporting Errors Within the Server
  • References/Database/PostgreSQL/PostgreSQL Coding Conventions

Error, warning, and log messages generated within the server code should be created using ereport, or its older cousin elog

2025-01-10 15:47:30