stream write-ahead logs from a PostgreSQL server NAME pg_receivewal - stream write-ahead logs from a PostgreSQL server SYNOPSIS pg_receivewal [ option ...] D......ts. It creates a replication-mode connection, so it is subject to the same constraints as pg_receivewal (1), plus those for logical replication (see Chapter 47). pg_recvlogical …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…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 [ …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…wrapper for PostgreSQL client commands NAME pg_wrapper - wrapper for PostgreSQL client commands SYNOPSIS client-program [ --cluster version / cluster ] [...] ( client-program : psq…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…wrapper for PostgreSQL client commands NAME pg_wrapper - wrapper for PostgreSQL client commands SYNOPSIS client-program [ --cluster version / cluster ] [...] ( client-program : psq…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) …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…checks for corruption in one or more PostgreSQL databases NAME pg_amcheck - checks for corruption in one or more PostgreSQL databases SYNOPSIS pg_amcheck [ option ...] [ dbname ] D…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…show / manipulate ETS (Enhanced Transmission Selection) settings of the DCB (Data Center Bridging) subsystem NAME dcb-ets - show / manipulate ETS (Enhanced Transmission Selection) …rebuild indexes NAME REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | …collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…replace the contents of a materialized view NAME REFRESH_MATERIALIZED_VIEW - replace the contents of a materialized view SYNOPSIS REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name [ …