Administration Functions
  • References/Database/PostgreSQL/Functions/System Administration

The functions described in this section are used to control and monitor a PostgreSQL installation.

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

Table 9-42 shows the operators that are available for use with the two JSON data types (see Section 8.14)

2025-01-10 15:47:30
Internals//Index Access Method: Index Uniqueness Checks
  • References/Database/PostgreSQL/Internals/Index Access Method

PostgreSQL enforces SQL uniqueness constraints using unique indexes, which are indexes that disallow multiple entries

2025-01-10 15:47:30
Calling Functions
  • References/Database/PostgreSQL/Syntax

PostgreSQL allows functions that have named parameters to be called using either positional or named

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
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
Catalogs: pg_init_privs
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_init_privs records information about the initial privileges of objects in the system. There is one entry for each object in the

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

Asynchronous commit is an option that allows transactions to complete more quickly, at the cost that the most recent transactions may be lost if the

2025-01-10 15:47:30
Internals: Row Estimation Examples
  • References/Database/PostgreSQL/Internals

The examples shown below use tables in the PostgreSQL regression test database. The outputs shown are taken from version 8.3. The behavior

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

The catalog pg_cast stores data type conversion paths, both built-in and user-defined. It should be noted that

2025-01-10 15:47:30