remove a text search template NAME DROP_TEXT_SEARCH_TEMPLATE - remove a text search template SYNOPSIS DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ C...create a new database NAME CREATE_DATABASE - create a new database SYNOPSIS CREATE DATABASE name [ WITH ] [ OWNER [=] user_name ] [ TEMPLATE [=] template ] [ ENCODING [=] encoding …...ALTER TEXT SEARCH TEMPLATE ( ALTER_TEXT_SEARCH_TEMPLATE (7)), DROP TEXT SEARCH TEMPLATE ( DROP_TEXT_SEARCH_TEMPLATE (7))...EATE TEXT SEARCH TEMPLATE ( CREATE_TEXT_SEARCH_TEMPLATE (7)), DROP TEXT SEARCH TEMPLATE ( DROP_TEXT_SEARCH_TEMPLATE (7))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…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 an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …Create an empty Git repository or reinitialize an existing one NAME git-init - Create an empty Git repository or reinitialize an existing one SYNOPSIS git init [ -q | --quiet ] [ -…restore a PostgreSQL database from an archive file created by pg_dump NAME pg_restore - restore a PostgreSQL database from an archive file created by pg_dump SYNOPSIS pg_restore [ …create a new PostgreSQL database NAME createdb - create a new PostgreSQL database SYNOPSIS createdb [ connection-option ...] [ option ...] [ dbname [ description ]] DESCRIPTION cre…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…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…Unit configuration NAME systemd.unit - Unit configuration SYNOPSIS service .service, socket .socket, device .device, mount .mount, automount .automount, swap .swap, target .target,…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 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…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…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…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 procedure NAME ALTER_PROCEDURE - change the definition of a procedure SYNOPSIS ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] a…