Skip to content
# Function: createPgDumpCommandPreview()

createPgDumpCommandPreview(options): PgDumpCommandPreview

Defined in: packages/ddl-pull-pg-dump/src/index.ts:79

Build a pg_dump command preview with PostgreSQL connection-string passwords redacted.

Parameters

options

PgDumpSchemaPullOptions

Returns

PgDumpCommandPreview

Released under the MIT License.