wrapper for PostgreSQL client commands NAME pg_wrapper - wrapper for PostgreSQL client commands SYNOPSIS client-program [ --cluster version / cl...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…...f this is * , the default database will be the one named by the user's login id. SEE ALSO pg_wrapper (1), user_clusters (5)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…...d. NOTES Since the first matching line is used, the default line must come last. SEE ALSO pg_wrapper (1), postgresqlrc (5)verify the integrity of a base backup of a PostgreSQL cluster NAME pg_verifybackup - verify the integrity of a base backup of a PostgreSQL cluster SYNOPSIS pg_verifybackup [ option…reconstruct a full backup from an incremental backup and dependent backups NAME pg_combinebackup - reconstruct a full backup from an incremental backup and dependent backups SYNOPS…check the connection status of a PostgreSQL server NAME pg_isready - check the connection status of a PostgreSQL server SYNOPSIS pg_isready [ connection-option ...] [ option ...] D…stream write-ahead logs from a PostgreSQL server NAME pg_receivewal - stream write-ahead logs from a PostgreSQL server SYNOPSIS pg_receivewal [ option ...] DESCRIPTION pg_receivewa…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 [ …control PostgreSQL logical decoding streams NAME pg_recvlogical - control PostgreSQL logical decoding streams SYNOPSIS pg_recvlogical [ option ...] DESCRIPTION pg_recvlogical contr…extract a PostgreSQL database cluster into a script file NAME pg_dumpall - extract a PostgreSQL database cluster into a script file SYNOPSIS pg_dumpall [ connection-option ...] [ o…extract a PostgreSQL database into a script file or other archive file NAME pg_dump - extract a PostgreSQL database into a script file or other archive file SYNOPSIS pg_dump [ conn…take a base backup of a PostgreSQL cluster NAME pg_basebackup - take a base backup of a PostgreSQL cluster SYNOPSIS pg_basebackup [ option ...] DESCRIPTION pg_basebackup is used to…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…reset the PG_Referenced and ACCESSED/YOUNG bits NAME /proc/pid/clear_refs - reset the PG_Referenced and ACCESSED/YOUNG bits DESCRIPTION /proc/ pid /clear_refs (since Linux 2.6.22) …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…remove a PostgreSQL user account NAME dropuser - remove a PostgreSQL user account SYNOPSIS dropuser [ connection-option ...] [ option ...] [ username ] DESCRIPTION dropuser removes…remove a PostgreSQL database NAME dropdb - remove a PostgreSQL database SYNOPSIS dropdb [ connection-option ...] [ option ...] dbname DESCRIPTION dropdb destroys an existing Postgr…