NameCREATE OPERATOR CLASS -- define a new operator class Synopsis
Because roles can own database objects and can hold privileges to access other objects, dropping a role is often not just a matter of a quick
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 implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature
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
Page 5 of 60