pg_restore Verified for current stable LTS

Pg Restore Command: List Database Objects In Archive

Use for list database objects in archive with Pg Restore. Exact CLI syntax to list database objects in archive using Pg Restore.

When to use this: Use for list database objects in archive with Pg Restore.

Command Syntax

pg_restore -l <archive_file.dump>

Command Breakdown

-l
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to list database objects in archive using Pg Restore.

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

Back to Pg Restore directory