pg_copy_between_databases
Copy data between two PostgreSQL databases by specifying source and target connection strings and table name. Supports conditional filtering and target table truncation options.
Instructions
Copy data between two databases
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceConnectionString | Yes | ||
| targetConnectionString | Yes | ||
| tableName | Yes | ||
| where | No | ||
| truncateTarget | No |