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

The catalog pg_tablespace stores information about the available tablespaces. Tables can be placed in particular tablespaces to aid administration

2025-01-10 15:47:30
Network Address Types
  • References/Database/PostgreSQL/Data Types

PostgreSQL offers data types to store IPv4, IPv6, and MAC addresses, as shown in Table 8-21. It is better to use these types instead of plain

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

NameDROP RULE -- remove a rewrite rule Synopsis

2025-01-10 15:47:30
WITH Queries
  • References/Database/PostgreSQL/Queries

WITH provides a way to write auxiliary statements for use in a larger query. These statements, which are often referred to as Common Table Expressions

2025-01-10 15:47:30
Server Configuration: Short Options
  • References/Database/PostgreSQL/Server Configuration

For convenience there are also single letter command-line option switches available for some parameters. They are described in Table 19-2. Some of these options exist for historical

2025-01-10 15:47:30
Starting the Database Server
  • References/Database/PostgreSQL/Server Setup and Operation

Before anyone can access the database, you must start the database server. The database server program is called postgres. The

2025-01-10 15:47:30
Performance Tips: Non-Durable Settings
  • References/Database/PostgreSQL/Performance Tips

Durability is a database feature that guarantees the recording of committed transactions even if the server crashes or loses power. However, durability adds significant database

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

The catalog pg_database stores information about the available databases. Databases are created with the

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

PostgreSQL implements portions of the SQL/MED specification, allowing you to access data that resides outside PostgreSQL using regular SQL

2025-01-10 15:47:30
XML Type
  • References/Database/PostgreSQL/Data Types

The xml data type can be used to store XML data. Its advantage over storing XML data in a text field is that it checks the

2025-01-10 15:47:30