Entries from Z1R0 tagged with 'PostgreSQL'

Snow Leopard Mysteries

The upgrade to Snow Leopard left certain parts of my system non-functional. Not good considering that a number of these components are crucial to my development process. Here are the hacks/work-arounds I discovered restoring these services: Subversion Subversion running...

RailRoad

Here are some notes I've collected as I've worked through developing my application on Rails: PostgreSQL I generally prefer using PostgreSQL for my personal projects. PostgreSQL's pedigree and consistent level of technical superiority means that I'll never have to second...

PostgreSQL Addendum

As I installed PostgreSQL using Fink, the user account that I originally create using my previous instructions is not aware of these binaries. The simplest way for pgsql account to be aware of these new binaries is to create a...

Reboot !!!

I usually avoid rebooting as a matter of principle. It always seemed like using a hammer to swat a fly, and the inferiority of an OS is directly related to the number of reboots required to get it to...

Configuring PostgreSQL 8.2 in OS X Leopard via Fink

Installing Postgres 8.2 on Leopard (includes system account!) Starting PostgreSQL 8.3 through launchd on Mac OS X 10.5.1 Leopard Installing PostgreSQL on Mac OS X PostgreSQL on Mac OS X I spent a bit of time trying to figure...