change the definition of a text search configuration NAME ALTER_TEXT_SEARCH_CONFIGURATION - change the definition of a text search configuration SYNOPSIS ALTER TEXT SEARCH CONFIGU.…...H CONFIGURATION statement in the SQL standard. SEE ALSO ALTER TEXT SEARCH CONFIGURATION ( ALTER_TEXT_SEARCH_CONFIGURATION (7)), DROP TEXT SEARCH CONFIGURATION ( DROP_TEXT_SEARCH…change the definition of a text search dictionary NAME ALTER_TEXT_SEARCH_DICTIONARY - change the definition of a text search dictionary SYNOPSIS ALTER TEXT SEARCH DICTIONARY name (…...H CONFIGURATION statement in the SQL standard. SEE ALSO ALTER TEXT SEARCH CONFIGURATION ( ALTER_TEXT_SEARCH_CONFIGURATION (7)), CREATE TEXT SEARCH CONFIGURATION ( CREATE_TEXT_SE…remove a text search parser NAME DROP_TEXT_SEARCH_PARSER - remove a text search parser SYNOPSIS DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ] DESCRIPTION DROP T…remove a text search dictionary NAME DROP_TEXT_SEARCH_DICTIONARY - remove a text search dictionary SYNOPSIS DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ] DE…change the definition of a procedure NAME ALTER_PROCEDURE - change the definition of a procedure SYNOPSIS ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] a…change the definition of a function NAME ALTER_FUNCTION - change the definition of a function SYNOPSIS ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] actio…define a new text search parser NAME CREATE_TEXT_SEARCH_PARSER - define a new text search parser SYNOPSIS CREATE TEXT SEARCH PARSER name ( START = start_function , GETTOKEN = getto…change the definition of an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …change the definition of a text search template NAME ALTER_TEXT_SEARCH_TEMPLATE - change the definition of a text search template SYNOPSIS ALTER TEXT SEARCH TEMPLATE name RENAME TO…change the definition of a text search parser NAME ALTER_TEXT_SEARCH_PARSER - change the definition of a text search parser SYNOPSIS ALTER TEXT SEARCH PARSER name RENAME TO new_nam…remove a text search template NAME DROP_TEXT_SEARCH_TEMPLATE - remove a text search template SYNOPSIS DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ] DESCRIPTIO…define a new text search dictionary NAME CREATE_TEXT_SEARCH_DICTIONARY - define a new text search dictionary SYNOPSIS CREATE TEXT SEARCH DICTIONARY name ( TEMPLATE = template [, op…define a new text search template NAME CREATE_TEXT_SEARCH_TEMPLATE - define a new text search template SYNOPSIS CREATE TEXT SEARCH TEMPLATE name ( [ INIT = init_function , ] LEXIZE…define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ]…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…change a server configuration parameter NAME ALTER_SYSTEM - change a server configuration parameter SYNOPSIS ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | D…change a database role NAME ALTER_ROLE - change a database role SYNOPSIS ALTER ROLE role_specification [ WITH ] option [ ... ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…change a database role NAME ALTER_USER - change a database role SYNOPSIS ALTER USER role_specification [ WITH ] option [ ... ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…