CREATE CAST
  • References/Database/PostgreSQL/Commands

NameCREATE CAST -- define a new cast Synopsis

2025-01-10 15:47:30
Locale Support
  • References/Database/PostgreSQL/Localization

Locale support refers to an application respecting cultural preferences regarding alphabets, sorting, number formatting, etc.

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

NameROLLBACK TO SAVEPOINT -- roll back to a savepoint Synopsis

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

The catalog pg_operator stores information about operators. See CREATE

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

NameCREATE OPERATOR -- define a new operator Synopsis

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

NameALTER GROUP -- change role name or membership Synopsis

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

NameFETCH -- retrieve rows from a query using a cursor Synopsis

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

This section describes the SQL-compliant conditional expressions available in PostgreSQL.

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

The data type uuid stores Universally Unique Identifiers (UUID) as defined by RFC 4122, ISO/IEC 9834-8:2005, and related standards. (Some systems

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

This module implements the hstore data type for storing sets of key/value pairs within a single PostgreSQL value

2025-01-10 15:47:30