Installing the Postgresql 8.2 Adminpack into Darwin Ports

I stopped using Fink a while ago and switched to using just DarwinPorts for all my UNIX-y stuff for OSX.

One non-obvious thing (to me anyway) is that the postgresql contrib files are located in:

/opt/local/share/postgresql82/contrib

So to enable the adminpack, you need to do:

$ cd /opt/local/share/postgresql82/contrib
$ psql82 -U postgres < adminpack.sql

About this entry