Comment on Postgres Now the Default Database for Mac OS X ServerComments−callahad15yAs a nice perk, all of the core client binaries [0] (and pg_upgrade [1]) are already present without having Mac OS X Server installed.That includes: clusterdb, createdb, createlang, createuser, dropdb, droplang, dropuser, ecpg, pg_config, pg_dump, pg_dumpall, pg_restore, pg_upgrade, psql, reindexdb, and vacuumdb.Unfortunately, it doesn't include any of the server binaries: initdb, pg_controldata, pg_ctl, pg_resetxlog, postgres, or postmaster.For the curious, I've pasted the output of pg_config at http://www.pastie.org/2275197[0]: http://www.postgresql.org/docs/9.0/static/reference-client.h...[1]: http://www.postgresql.org/docs/9.0/static/pgupgrade.html
Comments
As a nice perk, all of the core client binaries [0] (and pg_upgrade [1]) are already present without having Mac OS X Server installed.
That includes: clusterdb, createdb, createlang, createuser, dropdb, droplang, dropuser, ecpg, pg_config, pg_dump, pg_dumpall, pg_restore, pg_upgrade, psql, reindexdb, and vacuumdb.
Unfortunately, it doesn't include any of the server binaries: initdb, pg_controldata, pg_ctl, pg_resetxlog, postgres, or postmaster.
For the curious, I've pasted the output of pg_config at http://www.pastie.org/2275197
[0]: http://www.postgresql.org/docs/9.0/static/reference-client.h...
[1]: http://www.postgresql.org/docs/9.0/static/pgupgrade.html