DROP TEXT SEARCH CONFIGURATION
  • References/Database/PostgreSQL/Commands

NameDROP TEXT SEARCH CONFIGURATION -- remove a text search configuration Synopsis

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

NameDROP RULE -- remove a rewrite rule Synopsis

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

The catalog pg_opfamily defines operator families. Each operator family is a collection of operators and associated support routines that implement

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

The pg_lsn data type can be used to store LSN (Log Sequence Number) data which is a pointer to a location in the XLOG. This type is a representation

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

The xml data type can be used to store XML data. Its advantage over storing XML data in a text field is that it checks the

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

The pg_ts_parser catalog contains entries defining text search parsers. A parser is responsible for splitting input text into lexemes and assigning

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

NameRELEASE SAVEPOINT -- destroy a previously defined savepoint Synopsis

2025-01-10 15:47:30
ALTER DEFAULT PRIVILEGES
  • References/Database/PostgreSQL/Commands

NameALTER DEFAULT PRIVILEGES -- define default access privileges Synopsis

2025-01-10 15:47:30
CREATE TEXT SEARCH DICTIONARY
  • References/Database/PostgreSQL/Commands

NameCREATE TEXT SEARCH DICTIONARY -- define a new text search dictionary Synopsis

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

NameREFRESH MATERIALIZED VIEW -- replace the contents of a materialized view Synopsis

2025-01-10 15:47:30