CREATE TEXT SEARCH PARSER
  • References/Database/PostgreSQL/Commands

NameCREATE TEXT SEARCH PARSER -- define a new text search parser Synopsis

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

The catalog pg_extension stores information about the installed extensions. See Section 36.15 for details about extensions.

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

NameCREATE AGGREGATE -- define a new aggregate function Synopsis

2025-01-10 15:47:30
Registering Event Log on Windows
  • References/Database/PostgreSQL/Server Setup and Operation

To register a Windows event log library with the operating system, issue this command:

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

PostgreSQL offers encryption at several levels, and provides flexibility in protecting data from disclosure due to database server theft, unscrupulous

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

NameDROP INDEX -- remove an index Synopsis

2025-01-10 15:47:30
Indexes and ORDER BY
  • References/Database/PostgreSQL/Indexes

In addition to simply finding the rows to be returned by a query, an index may be able to deliver them in a specific sorted order. This allows a query's ORDER

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

PostgreSQL provides a set of default roles which provide access to certain, commonly needed, privileged capabilities and information. Administrators

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

PostgreSQL provides the standard SQL type boolean; see Table 8-19. The

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

NameVALUES -- compute a set of rows Synopsis

2025-01-10 15:47:30