SQL Key Words
  • References/Database/PostgreSQL/Appendixes/Appendixes

Table C-1 lists all tokens that are key words in the SQL standard and in PostgreSQL 9.6.0. Background information can be found in Section 4

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

NameCREATE LANGUAGE -- define a new procedural language 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
Network Address Functions and Operators
  • References/Database/PostgreSQL/Functions/Network Address

Table 9-36 shows the operators available for the cidr and inet types. The operators <<

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

NameALTER USER MAPPING -- change the definition of a user mapping Synopsis

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

PostgreSQL provides these helper functions to retrieve information from event triggers. For more information

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
Unique Indexes
  • References/Database/PostgreSQL/Indexes

Indexes can also be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column.

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

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

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

NameCREATE OPERATOR FAMILY -- define a new operator family Synopsis

2025-01-10 15:47:30