pg_copy_between_databases
Transfer data between PostgreSQL databases by specifying source and target connection strings and table name. Optionally truncate target table or filter data using a WHERE clause.
Instructions
Copy data between two databases
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceConnectionString | Yes | ||
| tableName | Yes | ||
| targetConnectionString | Yes | ||
| truncateTarget | No | ||
| where | No |