Navicat's Data Transfer feature allows you to transfer tables/records
from one PostgreSQL database to another PostgreSQL database or a plain
text file. The target database can be on the same server as
the source database or on another PostgreSQL server. Navicat allows
you to save a profile for easy retrieval and running of Data
Transfer between databases.
Creating a new Data Transfer profile
- On the Tools Menu, click Data Transfer
- Go to the General Settings tab, enter the source server
and target server settings
- Go to the Advanced Settings tab and enter the settings
- Click the
Save button to save your settings
Deleting a Data Transfer profile
- On the Tools Menu, click Data Transfer
- Select the profile you want to delete from the Load Profile
- Click Delete Button

Setting up the General Settings
- Select Source Connection.
- Select Source Database and then the tables.
- To Transfer to another PostgreSQL database, check Transfer
directly to server. Select the Target Connection and Database.
- To Transfer to plain text file, check Transfer to file.
Select the file in the edit box.
Setting up the Advanced Settings
- In the Table Options, select whether to create tables
in the target database.
- Select whether a table must be dropped before it is created
- In the Record Options, select whether to create the records
in the target database
- Indicate whether Navicat must use complete insert statements
when posting the records to the target database
- Indicate whether to lock the target tables before inserting
new records
|