REINDEX REINDEX — rebuild indexes Synopsis REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA …| PostgreSQL Documentation
REFRESH MATERIALIZED VIEW REFRESH MATERIALIZED VIEW — replace the contents of a materialized view Synopsis REFRESH MATERIALIZED VIEW [ CONCURRENTLY …| PostgreSQL Documentation
LOCK LOCK — lock a table Synopsis LOCK [ TABLE ] [ ONLY ] name [ * ] [, ...] …| PostgreSQL Documentation
CREATE SUBSCRIPTION CREATE SUBSCRIPTION — define a new subscription Synopsis CREATE SUBSCRIPTION subscription_name CONNECTION 'conninfo' PUBLICATION publication_name [, ...] [ …| PostgreSQL Documentation
CLUSTER CLUSTER — cluster a table according to an index Synopsis CLUSTER [ ( option [, ...] ) ] [ …| PostgreSQL Documentation
F.31. pgrowlocks — show a table's row locking information # F.31.1. Overview F.31.2. Sample Output F.31.3. Author The pgrowlocks module provides …| PostgreSQL Documentation
ANALYZE ANALYZE — collect statistics about a database Synopsis ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, …| PostgreSQL Documentation
19.3. Connections and Authentication # 19.3.1. Connection Settings 19.3.2. TCP Settings 19.3.3. Authentication 19.3.4. SSL 19.3.1. Connection Settings # listen_addresses (string) # …| PostgreSQL Documentation
9.28. System Administration Functions # 9.28.1. Configuration Settings Functions 9.28.2. Server Signaling Functions 9.28.3. Backup Control Functions 9.28.4. Recovery Control Functions …| PostgreSQL Documentation