PostgreSQL Table Transfer Command Generator

Generate export and import commands for moving a PostgreSQL table between databases. Safe mode uses custom format with pg_restore and also creates separate trigger-function export and import commands, because table triggers may depend on functions that are not safely captured by a simple table-only dump. Output files are generated to c:\dump\.

Source

Target

Export Table Command


Import Table Command


Export Trigger Functions Command


Import Trigger Functions Command


Notes