pg_amcheck
Verified for current stable LTS
Pg Amcheck Command: Check Specific Schemas
Use for check specific schemas with Pg Amcheck. Exact CLI syntax to check specific schemas using Pg Amcheck.
When to use this: Use for check specific schemas with Pg Amcheck.
Command Syntax
pg_amcheck -s <pattern> <dbname> pg_amcheck -s <pattern> <dbname> Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to check specific schemas 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 All Databases
pg_amcheck -a 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 Tables pg_amcheck -t <pattern> <dbname> Pg Amcheck Command: Display Help pg_amcheck -?