1.
|
Edit the postgresql. conf file and add (or modify) the following settings:
|
Where path_to_PPAS specifies the location of the Advanced Server installation.
3.
|
Modify the PATH setting used by the edb-postmaster backend (if it runs as a service, you will normally change the System Environment setting) so that it contains the following two entries:
|
Where JRE_HOME specifies the installation directory of your Java runtime environment. If you have a Java development kit, substitute the location of
$JDK_HOME/jre for
JRE_HOME.
Where path_to_PPAS specifies the location of the Advanced Server installation.
The deploy.jar file contains the code for the deployer command; the
edb‑jdbc1x.jar file includes the EnterpriseDB JDBC driver. Use the following command to invoke the Deployer application:
java -cp your_classpath org.postgresql.pljava.deploy.Deployer [options]
Where your_classpath specifies the search path to the compiled classes.
user_name specifies the name of the user that is connecting to the database. Default is the current user.
password specifies the password of the user that is connecting to the database. Default is no password.
database specifies the name of the database to which to connect. The default value is
edb.
host_name specifies the name of the host. The default value is
localhost.
port_number specifies the Advanced Server port number. The default value is
5444.