Internals//Physical Storage: Database File Layout
  • References/Database/PostgreSQL/Internals/Physical Storage

This section describes the storage format at the level of files and directories. Traditionally, the configuration and data files used by a database

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
Internals//Physical Storage: Initialization Fork
  • References/Database/PostgreSQL/Internals/Physical Storage

Each unlogged table, and each index on an unlogged table, has an initialization fork. The initialization fork is an empty table or index of the appropriate type. When an unlogged

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

The catalog pg_cast stores data type conversion paths, both built-in and user-defined. It should be noted that

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

The current limitations of PostgreSQL's text search features are: The

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
DROP TRANSFORM
  • References/Database/PostgreSQL/Commands

NameDROP TRANSFORM -- remove a transform Synopsis

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

NameSET TRANSACTION -- set the characteristics of the current transaction Synopsis

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

Name ecpg -- embedded SQL C preprocessor Synopsis

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

The catalog pg_rewrite stores rewrite rules for tables and views. Table 50-41

2025-01-10 15:47:30