EMS logo

Products Navigation

Data Generator for PostgreSQL

Our Partnership Status

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Data Generator for PostgreSQL

On-line Documentation

Step 1 - Setting connection properties


At this step you should enter the necessary settings to establish connection to PostgreSQL server.

 

Connection settings

 

First select the connection type: local or remote.

Local connection is used to connect to PostgreSQL server launched on the same machine where Data Generator for PostgreSQL is running.

The Remote mode allows you to connect to PostgreSQL server launched on another computer in the network.

 

By default the program uses local connection. It is indicated by radio-button Local selected. If you wish to establish remote connection, you should select the Remote radio-button. For remote connection you should also enter PostgreSQL host name in the Host field. For both types you should enter PostgreSQL port to connect through in the Connection port field.

 

Afterwards you should specify authorization settings: Login and Password.

The default superuser name is 'postgres' with the password specified during PostgreSQL server installation.

 

If necessary, use the drop-down list to specify the preferable Client charset to be used by the application.

 

Step 1 - Setting connection properties

 

 

Please note that you should have sufficient privileges to write to the destination database on PostgreSQL server.

 

Tunneling settings

 

To setup the connection via SSH tunnel, input the following values in the corresponding fields:

  • SSH host name is the name of the host where SSH server is running
  • SSH port indicates the port where SSH server is activated
  • SSH user name stands for the user on the machine where SSH server is running (Note: it is a Linux/Windows user, not a user of PostgreSQL server)
  • SSH password is the Linux/Windows user password

 

For details see SSH tunneling options.

 

Step 1 - SSH tunneling options

 

 

To use HTTP tunneling, just upload the tunneling script to the webserver where PostgreSQL server is located, or to any other webserver from which direct connections to your PostgreSQL server are allowed. This script exposes the PostgreSQL API as a set of web-services which is used by Data Generator for PostgreSQL.

 

Note that the emsproxy.php script file is included into the distribution package and can be found in Data Generator installation directory.

 

For details see HTTP tunneling options.

 

 

When you are done, press the Next button to proceed to the next step.