reg:conninfo

Поиск
Список
Период
Сортировка
От sandhya
Тема reg:conninfo
Дата
Msg-id 01bd01c64bf7$553bb720$cd00000a@sandhyar
обсуждение исходный текст
Ответы Re: reg:conninfo  (Robin Iddon <robin@edesix.com>)
Список pgsql-admin
hi,
  
   I am using postgres8.0.3 on windows.When i am compiling a small sample i am facing problem in connection information.
 
I have given entry in my pg_hba.conf file:
host            all             all                 10.0.3.67/32                  md5 
 
And in my application when i pass host in conninfo as,
host=10.0.3.67...It is not connecting..and throwing error  like,
Is server running on 10.0.0.205..etc
But when i give as,
host=localhost..It is running fine.
After each change i am doing pg_reload.
What i need to do inorder to mention the IP in my application instead of localhost?
Please tell me.
 
Thank you,
Sandhya
 
 
 
 

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Guido Barosio"
Дата:
Сообщение: Re: initdb creates a wrong-version database
Следующее
От: Robin Iddon
Дата:
Сообщение: Re: reg:conninfo