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

The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the

2025-01-10 15:47:30
Authentication Problems
  • References/Database/PostgreSQL/Client Authentication

Authentication failures and related problems generally manifest themselves through error messages like the following:

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

This section covers implementation details and other tricks that are useful for implementers of SP-GiST operator classes to know.

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

The earthdistance module provides two different approaches to calculating great circle distances on the surface of the Earth. The one described

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

NameCREATE SEQUENCE -- define a new sequence generator Synopsis

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

For enum types (described in Section 8.7), there are several functions that allow cleaner programming

2025-01-10 15:47:30
Managing Kernel Resources
  • References/Database/PostgreSQL/Server Setup and Operation

PostgreSQL can sometimes exhaust various operating system resource limits, especially when multiple copies of the server are running on the

2025-01-10 15:47:30
Full Text Search: Tables and Indexes
  • References/Database/PostgreSQL/Full Text Search

The examples in the previous section illustrated full text matching using simple constant strings. This section shows how to search table data, optionally using indexes.

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

Table 9-30 shows the available functions for date/time value processing, with details appearing in the following subsections. Table 9-29 illustrates the behaviors of the basic

2025-01-10 15:47:30
Dropping Roles
  • References/Database/PostgreSQL/Database Roles

Because roles can own database objects and can hold privileges to access other objects, dropping a role is often not just a matter of a quick

2025-01-10 15:47:30