MOVE
  • References/Database/PostgreSQL/Commands

NameMOVE -- position a cursor Synopsis

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

NameINSERT -- create new rows in a table Synopsis

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
Schemas
  • References/Database/PostgreSQL/Data Definition

A PostgreSQL database cluster contains one or more named databases. Users and groups of users are shared across the entire cluster, but no

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

NameDISCARD -- discard session state Synopsis

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
dict_xsyn
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

dict_xsyn (Extended Synonym Dictionary) is an example of an add-on dictionary template for full-text search. This dictionary type replaces words

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

The catalog pg_trigger stores triggers on tables and views. See CREATE

2025-01-10 15:47:30
Internals//GiST Indexes: Examples
  • References/Database/PostgreSQL/Internals/GiST Indexes

The PostgreSQL source distribution includes several examples of index methods implemented using GiST. The

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

NameDROP VIEW -- remove a view Synopsis

2025-01-10 15:47:30