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 RE......ROP TEXT SEARCH PARSER statement in the SQL standard. SEE ALSO ALTER TEXT SEARCH PARSER ( ALTER_TEXT_SEARCH_PARSER (7)), CREATE TEXT SEARCH PARSER ( CREATE_TEXT_SEARCH_PARSER (7…define a new text search configuration NAME CREATE_TEXT_SEARCH_CONFIGURATION - define a new text search configuration SYNOPSIS CREATE TEXT SEARCH CONFIGURATION name ( PARSER = pars…...ATE TEXT SEARCH PARSER statement in the SQL standard. SEE ALSO ALTER TEXT SEARCH PARSER ( ALTER_TEXT_SEARCH_PARSER (7)), DROP TEXT SEARCH PARSER ( DROP_TEXT_SEARCH_PARSER (7))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 CONFIGUR…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 dictionary NAME ALTER_TEXT_SEARCH_DICTIONARY - change the definition of a text search dictionary SYNOPSIS ALTER TEXT SEARCH DICTIONARY name (…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…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…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…remove a text search configuration NAME DROP_TEXT_SEARCH_CONFIGURATION - remove a text search configuration SYNOPSIS DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | R…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…change the definition of a procedure NAME ALTER_PROCEDURE - change the definition of a procedure SYNOPSIS ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] a…define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…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 schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…create or update the manual page index caches NAME mandb - create or update the manual page index caches SYNOPSIS mandb [ -dqsucpt?V ] [ -C file ] [ manpath ] mandb [ -dqsut ] [ -C…define a new cast NAME CREATE_CAST - define a new cast SYNOPSIS CREATE CAST ( source_type AS target_type ) WITH FUNCTION function_name [ ( argument_type [, ...]) ] [ AS ASSIGNMENT …change the definition of an operator family NAME ALTER_OPERATOR_FAMILY - change the definition of an operator family SYNOPSIS ALTER OPERATOR FAMILY name USING index_method ADD { OP…