END
  • References/Database/PostgreSQL/Commands

NameEND -- commit the current transaction Synopsis

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

The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection

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
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
DROP POLICY
  • References/Database/PostgreSQL/Commands

NameDROP POLICY -- remove a row level security policy from a table Synopsis

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
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
DROP EXTENSION
  • References/Database/PostgreSQL/Commands

NameDROP EXTENSION -- remove an extension Synopsis

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