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

From: general_lee <tim_stockford(at)hotmail(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 20:33:48
Message-ID: 1300221228711-3719853.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Guys,

Thanks for your help.

When I saw that netstat was not listening as *.5432 I decided to;

svcadm disable svc:/application/database/postgresql_83:default_64bit

Then;

pg_ctl -D /var/lib/pgsql/data -l postmaster.log start

This fixed the problem.

You guys were right on the money, looks like restarting via smf was not
picking up the config changes. So I guess they need to be made elsewhere in
Solaris.

I can now talk to my PG DB via a remote host.

Big thanks the help.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/How-to-add-hosts-to-pg-hba-conf-and-postgresql-conf-tp3708421p3719853.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2011-03-15 20:56:54 Re: How to add hosts to pg_hba.conf and postgresql.conf?
Previous Message Francisco Figueiredo Jr. 2011-03-15 18:52:56 Re: [GENERAL] Re: [GENERAL] Different encoding for string values and identifier strings? Or (select 'tést' as tést) returns different values for string and identifier...