CREATE FOREIGN TABLE
  • References/Database/PostgreSQL/Commands

NameCREATE FOREIGN TABLE -- define a new foreign table Synopsis

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

When you create a table and you realize that you made a mistake, or the requirements of the application change, you can drop the table and create it again. But this is not

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

The intarray module provides a number of useful functions and operators for manipulating null-free arrays of integers. There is also support for

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

Namecreatelang -- install a PostgreSQL procedural language

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

NameCREATE COLLATION -- define a new collation Synopsis

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
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
PREPARE TRANSACTION
  • References/Database/PostgreSQL/Commands

NamePREPARE TRANSACTION -- prepare the current transaction for two-phase commit

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

NameLISTEN -- listen for a notification Synopsis

2025-01-10 15:47:30