pg_amcheck
Verified for current stable LTS
Pg Amcheck Command: Check All Databases
Use for check all databases with Pg Amcheck. Exact CLI syntax to check all databases using Pg Amcheck.
When to use this: Use for check all databases with Pg Amcheck.
Command Syntax
pg_amcheck -a pg_amcheck -a Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to check all databases using Pg Amcheck.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pg Amcheck Command: Check Databases By Pattern
pg_amcheck -d <pattern> Pg Amcheck Command: Check Specific Database pg_amcheck <dbname> Pg Amcheck Command: Check Specific Schemas pg_amcheck -s <pattern> <dbname> Pg Amcheck Command: Check Specific Tables pg_amcheck -t <pattern> <dbname> Pg Amcheck Command: Display Help pg_amcheck -?