NameCREATE TABLE -- define a new table Synopsis
unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output
The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL
NameALTER OPERATOR CLASS -- change the definition of an operator class Synopsis
PostgreSQL is implemented using a simple "process per user" client/server model. In this model there is one
Currently PostgreSQL provides one built in trigger function, suppress_redundant_updates_trigger, which will prevent
The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection
The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a
Nameclusterdb -- cluster a PostgreSQL database
These settings control the behavior of the built-in streaming replication feature (see Section 26.2.5). Servers will be either a Master or a Standby
Page 4 of 60