PostgreSQL 8.4

Installation Notes

Welcome to the PostgreSQL 8.4 Installation Wizard.

Legal Bits

First the boring legal stuff. The software bundled together in this package is released under a number of different Open Source licences. By using any component of this installation package, you agree to abide by the terms and conditions of it’s licence.

The PostgreSQL Server, pgAdmin III and PL/Java are released under a variant of the BSD Licence.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)

Supported Operating Systems

The Linux builds of this installer have been tested on a variety of different versions of 32 and 64bit Linux distributions, including CentOS 4 and above, Ubuntu 6.06 and above, Redhat Enterprise Linux 4 and above and Fedora Core 6. The Mac OS X build has been tested on OS X 10.4 (Tiger) and 10.5 (Leopard). Please let us know if the installer does not operate as expected on your operating system, and where possible, we will try to add support

Technical Support

For Installer support, please use the EnterpriseDB forums at http://forums.enterprisedb.com/, or if you need a more formal support arrangement, please visit http://www.enterprisedb.com/products/purchase.do.

For PostgreSQL support, please use the appropriate mailing list. A complete list may be found at http://www.postgresql.org/lists.html.

For pgAdmin support, please use the pgadmin-support@postgresql.org mailing list.

pl/pgsql Debugger

The package includes EnterpriseDB's pl/pgsql debugger plugin which may be used by the debugger UI in pgAdmin to help with development of your database functions. The debugger plugin is disabled by default for performance reasons. To enable it, follow the following steps:

  1. Edit the postgresql.conf file in the data directory and modify the shared_preload_libraries config option to look like the following, if running on Linux or Mac:
     
    shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
     
    or if you are on Windows:
     
    shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll'
     
  2. Restart the PostgreSQL server.
     
  3. Run <Installation directory>/share/postgresql/contrib/pldbgapi.sql (or <Installation directory>/share/contrib/pldbgapi.sql on Windows) in the database you wish to debug using psql or the pgAdmin query tool.

For further information, please see the pgAdmin online help, and the debugger plugin README file.

This software was packaged by EnterpriseDB