Catalogs: pg_pltemplate
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_pltemplate stores "template" information for procedural languages. A template for a language allows

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
Constraints
  • References/Database/PostgreSQL/Data Definition

Data types are a way to limit the kind of data that can be stored in a table. For many applications, however, the constraint they provide is too coarse. For example, a column

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

NameCREATE ROLE -- define a new database role Synopsis

2025-01-10 15:47:30
Deleting Data
  • References/Database/PostgreSQL/Data Manipulation

So far we have explained how to add data to tables and how to change data. What remains is to discuss how to remove data that is no longer needed. Just as adding data is only

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

btree_gist provides GiST index operator classes that implement B-tree equivalent behavior for the data types int2,

2025-01-10 15:47:30
WAL Configuration
  • References/Database/PostgreSQL/Write-Ahead Log

There are several WAL-related configuration parameters that affect database performance. This section explains their use. Consult Chapter

2025-01-10 15:47:30
Internals//GiST Indexes: Examples
  • References/Database/PostgreSQL/Internals/GiST Indexes

The PostgreSQL source distribution includes several examples of index methods implemented using GiST. The

2025-01-10 15:47:30
6.
  • References/Database/PostgreSQL/Tutorial/Advanced Features

Inheritance is a concept from object-oriented databases. It opens up interesting new possibilities of database design. Let's create two tables:

2025-01-10 15:47:30
Error Message Style Guide
  • References/Database/PostgreSQL/PostgreSQL Coding Conventions

This style guide is offered in the hope of maintaining a consistent, user-friendly style throughout all the messages generated by PostgreSQL

2025-01-10 15:47:30