SQL adaptation guide For PostgreSQL 8.x.y, 9.x.y / Installation (Runtime Configuration) |
PostgreSQL version | Shared library environment setting |
---|---|
PostgreSQL 8.0 and higher | UNIX: Add $PGDIR/lib to LD_LIBRARY_PATH (or its equivalent). Windows: Add %PGDIR%\bin to PATH. |
$ psql dbname -U appadmin -W