Installing and configuring ECPGPlus v17
On Windows, ECPGPlus is installed by the EDB Postgres Advanced Server installation wizard as part of the Database Server component. On Linux, you install ECPGPlus by running an executable.
Installing ECPGPlus
On Linux, install with the edb-as<xx>-server-devel
RPM package or edb-as<xx>-server-dev
APT package, where <xx>
is the EDB Postgres Advanced Server version number. On Linux, the executable is located in:
On Windows, the executable is located in:
When invoking the ECPGPlus compiler, the executable must be in your search path (%PATH%
on Windows, $PATH
on Linux). For example, the following commands set the search path to include the directory that holds the ECPGPlus executable file ecpg
.
On Windows:
On Linux: