BUG #3361: connect problem with server

Поиск
Список
Период
Сортировка
От adesh gupta
Тема BUG #3361: connect problem with server
Дата
Msg-id 200706051408.l55E8Jtx007265@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3361: connect problem with server  (Douglas Toltzman <doug@oakstreetsoftware.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3361
Logged by:          adesh gupta
Email address:      adesh@accessti.com
PostgreSQL version: 7.3
Operating system:   linex
Description:        connect problem with server
Details:

i am trying to connect postgre with php with following code.

$conn = pg_pconnect("host=www.outsourcingboom.com port=5432 dbname=<dbname>
user=<username> password=<password>");

it show this error

Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to
PostgreSQL server: could not connect to server: Connection refused Is the
server running on host www.outsourcingboom.com and accepting TCP/IP
connections on port 5432? in
/home/outso4/public_html/demodesigns/access/sis/a.php on line 13


what should i do for connect .
thanks
adesh gupta

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

Предыдущее
От: "Anton Danilchenko"
Дата:
Сообщение: BUG #3357: Install server failed on Russian language
Следующее
От: Douglas Toltzman
Дата:
Сообщение: Re: BUG #3361: connect problem with server