[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
This is an old revision of the document!
Table of Contents
PostgreSQL
PostgreSQL,or Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
Installing
Postgres is currently available from slackbuilds.org and can be installed via that.
PHP / Apache Support
The official PHP Slackware package currently does not ship with Postgres support, to enable it the source and SlackBuilds for the PHP package could be downloaded from a Slackware mirror and the following configure options could be added to php.SlackBuild before building:
--with-pdo-pgsql=shared --with-pgsql=shared
After installing the required modules could be enabled via php.ini