pg_copy_between_databases
Transfer data between PostgreSQL databases by specifying source and target connections, table name, and optional filters or truncation settings.
Instructions
Copy data between two databases
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sourceConnectionString | Yes | ||
tableName | Yes | ||
targetConnectionString | Yes | ||
truncateTarget | No | ||
where | No |