ROLLBACK TO SAVEPOINT
  • References/Database/PostgreSQL/Commands

NameROLLBACK TO SAVEPOINT -- roll back to a savepoint Synopsis

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

bloom provides an index access method based on Bloom filters

2025-01-10 15:47:30
Inheritance
  • References/Database/PostgreSQL/Data Definition

PostgreSQL implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature

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
1.
  • References/Database/PostgreSQL/Tutorial/Advanced Features

In the previous chapter we have covered the basics of using SQL to store and access your data in PostgreSQL

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
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_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
CREATE COLLATION
  • References/Database/PostgreSQL/Commands

NameCREATE COLLATION -- define a new collation Synopsis

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

NameDROP OPERATOR FAMILY -- remove an operator family Synopsis

2025-01-10 15:47:30