Configuration of the CLASSPATH environment variable is required as part of the runtime environment for JDBC drivers.
The name of the JDBC driver file is as follows:
postgresql-jdbc42.jar
The examples below show how to set the CLASSPATH environment variable.
Note that "<x>" indicates the product version.
Setting example (TC shell)
setenv CLASSPATH /opt/fsepv<x>client64/jdbc/lib/postgresql-jdbc42.jar:${CLASSPATH}
Setting example (bash)
CLASSPATH=/opt/fsepv<x>client64/jdbc/lib/postgresql-jdbc42.jar:$CLASSPATH;export CLASSPATH