roctaiwan nettreeinc at gmail.com
Thu Jul 16 19:33:21 PDT 2009
Hi Christopher, Thanks, it seems working and not asking me for password when
i run the script! I would never know that I need a reload using pg_ctl....
but yeah, any modification done to the .conf file needs a reload. 

I related issue comes up I will post it up again. thanks for the answer




>From the pg_hba.conf contents, *any* connection requested should not
bother asking for a password, which seems to contradict other things
you mentioned.

Is it possible that the postmaster is still using former contents of
pg_hba.conf that required passwords?

You might need to run:
   pg_ctl reload
or
   /etc/init.d/postgresql reload
or
  submit a HUP signal to the postmaster process
    kill -HUP ${PGPID}

-- 
View this message in context: http://www.nabble.com/fe_sendauth%3A-no-password-supplied-error-tp24520233p24527612.html
Sent from the Slony-I -- General mailing list archive at Nabble.com.



More information about the Slony1-general mailing list