Foreign Data
  • References/Database/PostgreSQL/Data Definition

PostgreSQL implements portions of the SQL/MED specification, allowing you to access data that resides outside PostgreSQL using regular SQL

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

The xml data type can be used to store XML data. Its advantage over storing XML data in a text field is that it checks the

2025-01-10 15:47:30
Server Configuration: Write Ahead Log
  • References/Database/PostgreSQL/Server Configuration

For additional information on tuning these settings, see Section 30.4.

2025-01-10 15:47:30
Geometric Functions and Operators
  • References/Database/PostgreSQL/Functions/Geometric

The geometric types point, box, lseg, line, path

2025-01-10 15:47:30
CREATE TEXT SEARCH CONFIGURATION
  • References/Database/PostgreSQL/Commands

NameCREATE TEXT SEARCH CONFIGURATION -- define a new text search configuration

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

This module implements a data type seg for representing line segments, or floating point intervals. seg can represent uncertainty

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

NameALTER LANGUAGE -- change the definition of a procedural language Synopsis

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

Numeric types consist of two-, four-, and eight-byte integers, four- and eight-byte floating-point numbers, and selectable-precision decimals. Table 8-2 lists the available

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

The pg_ts_config catalog contains entries representing text search configurations. A configuration specifies a particular text search parser

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

The catalog pg_attribute stores information about table columns. There will be exactly one pg_attribute row

2025-01-10 15:47:30