Scott... On Fri, Jul 16, 2010 at 5:48 PM, Scott Marlowe <scott.marl...@gmail.com>wrote:
> > So what does > > sudo locate postgresql.conf > > say? > That I am irredeemably lazy as an admin? :) /usr/share/pgsql/postgresql.conf.sample /var/lib/pgsql/data/postgresql.conf /home/archives/db/postgresql.conf /home/postgres/data/postgresql.conf The first line is the --datadir as reported by pg_configure --configure The second line is the 7.4 data dir according to its PG_VERSION The third line was a directory backup I made when I upgraded to 8.1 The fourth line is the most recently updated database according to the time stamps. (three days ago) Patric