Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

4. PostgreSQL 8.0+
I like OSX Postgres installer found at http://www.entropy.ch/software/macosx/postgresql/ as it puts PostgreSQL in /usr/local thus saving me from the game of 'hunt the os specific path' that can make your life hell. This way everything is where you expect it to be (especially if you are looking postgresql documentation that assumes unix/linux)
There are a number of OSX installers/builds. Use the one you like best.

Wiki MarkupNote: you can also install PostgreSQL using [MacPorts|http://guide.macports.org] (or you can read here \ [http://www.mac-how.net/ Mac How\] )

Panel
  1. for example
    sudo port install postgresql-jdbc postgresql80 postgresql80-doc postgresql80-server

...