wrapper for PostgreSQL client commands NAME pg_wrapper - wrapper for PostgreSQL client commands SYNOPSIS client-program [ --cluster version / cl...collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…remove a database NAME DROP_DATABASE - remove a database SYNOPSIS DROP DATABASE [ IF EXISTS ] name [ [ WITH ] ( option [, ...] ) ] where option can be: FORCE DESCRIPTION DROP DATAB…change the definition of a foreign-data wrapper NAME ALTER_FOREIGN_DATA_WRAPPER - change the definition of a foreign-data wrapper SYNOPSIS ALTER FOREIGN DATA WRAPPER name [ HANDLER…define a new foreign-data wrapper NAME CREATE_FOREIGN_DATA_WRAPPER - define a new foreign-data wrapper SYNOPSIS CREATE FOREIGN DATA WRAPPER name [ HANDLER handler_function | NO HAN…define a new foreign server NAME CREATE_SERVER - define a new foreign server SYNOPSIS CREATE SERVER [ IF NOT EXISTS ] server_name [ TYPE ' server_type ' ] [ VERSION ' server_versio…change the definition of a collation NAME ALTER_COLLATION - change the definition of a collation SYNOPSIS ALTER COLLATION name REFRESH VERSION ALTER COLLATION name RENAME TO new_na…create a new database NAME CREATE_DATABASE - create a new database SYNOPSIS CREATE DATABASE name [ WITH ] [ OWNER [=] user_name ] [ TEMPLATE [=] template ] [ ENCODING [=] encoding …define a new subscription NAME CREATE_SUBSCRIPTION - define a new subscription SYNOPSIS CREATE SUBSCRIPTION subscription_name CONNECTION ' conninfo ' PUBLICATION publication_name […generate a notification NAME NOTIFY - generate a notification SYNOPSIS NOTIFY channel [ , payload ] DESCRIPTION The NOTIFY command sends a notification event together with an optio…rebuild indexes NAME REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | …replace the contents of a materialized view NAME REFRESH_MATERIALIZED_VIEW - replace the contents of a materialized view SYNOPSIS REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name [ …change a server configuration parameter NAME ALTER_SYSTEM - change a server configuration parameter SYNOPSIS ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | D…define a new foreign table NAME CREATE_FOREIGN_TABLE - define a new foreign table SYNOPSIS CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name ( [ { column_name data_type [ OPTIONS (…cluster a table according to an index NAME CLUSTER - cluster a table according to an index SYNOPSIS CLUSTER [ ( option [, ...] ) ] [ table_name [ USING index_name ] ] where option …define a new materialized view NAME CREATE_MATERIALIZED_VIEW - define a new materialized view SYNOPSIS CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] table_name [ ( column_name [, ...]…set the characteristics of the current transaction NAME SET_TRANSACTION - set the characteristics of the current transaction SYNOPSIS SET TRANSACTION transaction_mode [, ...] SET T…change the definition of a subscription NAME ALTER_SUBSCRIPTION - change the definition of a subscription SYNOPSIS ALTER SUBSCRIPTION name CONNECTION ' conninfo ' ALTER SUBSCRIPTIO…force a write-ahead log checkpoint NAME CHECKPOINT - force a write-ahead log checkpoint SYNOPSIS CHECKPOINT DESCRIPTION A checkpoint is a point in the write-ahead log sequence at w…change the definition of a schema NAME ALTER_SCHEMA - change the definition of a schema SYNOPSIS ALTER SCHEMA name RENAME TO new_name ALTER SCHEMA name OWNER TO { new_owner | CURRE…