# Functions
DumpCatalogCmd returns the shell command to execute pg_dump for src.
DumpClusterCmd returns the shell command to execute pg_dumpall for src.
ExecCmd returns the shell command to execute psql with a script file or command string.
RestoreCatalogCmd returns the shell command to restore a pg catalog (db) from a dump produced by pg_dump ([DumpClusterCmd]).
RestoreClusterCmd returns the shell command to restore a pg cluster from a dump produced by pg_dumpall (DumpClusterCmd).
# Structs
No description provided by the author
Provider is the postgres implementation of driver.Provider.
ToolParams are parameters for postgres tools such as pg_dump and pg_restore.