CREATE CAST
  • References/Database/PostgreSQL/Commands

NameCREATE CAST -- define a new cast Synopsis

2025-01-10 15:47:30
History of Units
  • References/Database/PostgreSQL/Appendixes/DateTime Support

The SQL standard states that "Within the definition of a 'datetime literal', the 'datetime values'

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

NameDROP SCHEMA -- remove a schema Synopsis

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

The catalog pg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. See

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

NameALTER TEXT SEARCH TEMPLATE -- change the definition of a text search template

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

NameALTER SYSTEM -- change a server configuration parameter Synopsis

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

Range types are data types representing a range of values of some element type (called the range's subtype). For instance, ranges of

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

Namecreatelang -- install a PostgreSQL procedural language

2025-01-10 15:47:30
Internals//GIN Indexes: Built-in Operator Classes
  • References/Database/PostgreSQL/Internals/GIN Indexes

The core PostgreSQL distribution includes the GIN operator classes shown in Table 63-1. (Some of the optional

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

The functions and function-like expressions described in this section operate on values of type xml. Check

2025-01-10 15:47:30