tsearch2
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tsearch2 module provides backwards-compatible text search functionality for applications that used tsearch2

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
CREATE OPERATOR FAMILY
  • References/Database/PostgreSQL/Commands

NameCREATE OPERATOR FAMILY -- define a new operator family Synopsis

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

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the

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

The view pg_tables provides access to useful information about each table in the database.

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

The functions and function-like expressions described in this section operate on values of type xml. Check

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

This feature was designed to allow parameters not normally known to PostgreSQL to be added by add-on modules (such as procedural languages)

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
Value Expressions
  • References/Database/PostgreSQL/Syntax

Value expressions are used in a variety of contexts, such as in the target list of the SELECT command, as new column values in

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