I've seen several sites claim that Postgres is installed by default for OSX 10.7 and above and I see there's a psql command in /usr/bin/, but there doesn't seem to be a pg_ctl anywhere.
So is the default install of Postgres something that I can actually develop against or is it just there for OSX itself to use? I just don't want to install an extra version of Postgres and screw something up.
psqldo? – swasheck Nov 7 '12 at 21:17