Re: How to add hosts to pg_hba.conf and postgresql.conf?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to add hosts to pg_hba.conf and postgresql.conf?
Date: 2011-03-15 21:04:04
Message-ID: 4D7FD444.3050100@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> What it probably means is that this:
>
> svc:/application/database/postgresql_83:default_64bit
>
> is pointing at a different instance of Postgres than this:
>
> pg_ctl -D /var/lib/pgsql/data -l postmaster.log start

indeed.

# svcprop svc:/application/database/postgresql_83:default_64bit | grep data
/var/postgres/8.3/data_64

so, yeah, wrong place entirely. god knows what mess you have now.

# svcprop svc:/application/database/postgresql:version_81 | grep data
postgresql/data astring /var/lib/pgsql/data

hmmmmm.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2011-03-15 21:33:12 A join of 2 tables with sum(column) > 30
Previous Message Andy Chambers 2011-03-15 21:01:50 Enable/Disable Triggers