Internals//GIN Indexes: Extensibility
  • References/Database/PostgreSQL/Internals/GIN Indexes

The GIN interface has a high level of abstraction, requiring the access method implementer only to implement the semantics of the data type

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

NameCREATE OPERATOR FAMILY -- define a new operator family Synopsis

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

JSON data types are for storing JSON (JavaScript Object Notation) data, as specified in RFC 7159.

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

PostgreSQL implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature

2025-01-10 15:47:30
User Name Maps
  • References/Database/PostgreSQL/Client Authentication

When using an external authentication system such as Ident or GSSAPI, the name of the operating system user that initiated the connection might not be the same as the database

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

The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories

2025-01-10 15:47:30
2.
  • References/Database/PostgreSQL/Tutorial/Getting Started

Before we proceed, you should understand the basic PostgreSQL system architecture. Understanding how the parts of PostgreSQL

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

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

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

NameALTER OPERATOR -- change the definition of an operator Synopsis

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