Kyng Chaos
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.”
- the wisdom of Tarzan
Table of Contents

PostgreSQL

Built for Tiger and Leopard.

PostgreSQL itself does not require anything extra, and includes the Pl/Python language. Initial database setup is done for you if you have never installed Postgres before.

The PostgreSQL Client does not include the server. This is handy if you just need to connect to another computer that is running a Postgres server. Also included are the client libraries and headers, so developers don't have to install the full Postgres to add Postgres support to their software. The full Postgres package includes Postgres Client, so there is no need to install the client if you already installed the server.

The PostGIS extension requires the GEOS 3 and PROJ frameworks. The pgRouting extension does not require anything extra, though it can use PostGIS. All extensions require the Postgres server and won't function with the client-only package.

NOTE: I've had reports of the installer not initializing the data cluster, which results in Postgres not starting. It seems to be random, and I haven't figured out the cause yet. If Postgres won't start (you get an error "could not connect to server: No such file or directory" when trying to connect with psql), try manually initializing the cluster with:
sudo su - postgres -c "/usr/local/pgsql/bin/initdb \
-D /usr/local/pgsql/data --encoding=UTF8 --locale=en_US"

Or see the Locales and Encodings readme if you need a different locale or encoding.

Then stop and start Postgres as specified in the readme.

Old 8.2

Built for Tiger and Leopard.

Same requirements as 8.3.

Panther

For Postgres and extras to run on Panther, see the build notes:

software/postgres.txt (17086 views) · Last modified: 2009/05/13 17:17 by kyngchaos
Copyright © 2004-2009 William Kyngesburye Driven by DokuWiki Recent changes RSS feed