Module dump

Module dump 

Source

Functionsยง

dump_data
Dump data for a specific database using optimized directory format
dump_globals
Dump global objects (roles, tablespaces) using pg_dumpall
dump_schema
Dump schema (DDL) for a specific database
remove_restricted_guc_settings
Removes parameter settings that require superuser privileges (e.g. log_statement).
remove_restricted_role_grants
Comments out GRANT statements for roles that are restricted on managed services.
remove_superuser_from_globals
Comments out ALTER ROLE ... SUPERUSER statements in a globals dump file.
remove_tablespace_statements
Comments out CREATE TABLESPACE statements in a globals dump file.
sanitize_globals_dump
Update a globals dump so duplicate role creation errors become harmless notices.