CREATE EXTENSION
  • References/Database/PostgreSQL/Commands

NameCREATE EXTENSION -- install an extension Synopsis

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

The pg_trgm module provides functions and operators for determining the similarity of alphanumeric text based on trigram matching, as well as

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

NamePREPARE -- prepare a statement for execution Synopsis

2025-01-10 15:47:30
Monitoring: Viewing Locks
  • References/Database/PostgreSQL/Monitoring

Another useful tool for monitoring database activity is the pg_locks system table. It allows the database administrator to view information

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

The catalog pg_foreign_server stores foreign server definitions. A foreign server describes a source of external data, such as a remote server

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

The lo module provides support for managing Large Objects (also called LOs or BLOBs). This includes a data type lo and

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

btree_gist provides GiST index operator classes that implement B-tree equivalent behavior for the data types int2,

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

Table 9-42 shows the operators that are available for use with the two JSON data types (see Section 8.14)

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

Table 9-47 shows the operators available for array types. Table 9-47. Array Operators

2025-01-10 15:47:30
pg_dump
  • References/Database/PostgreSQL/Applications

Namepg_dump -- extract a PostgreSQL database into a script file or other archive file

2025-01-10 15:47:30