pg_connect error

From: "LonLinux" <longlinux(at)gmail(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: pg_connect error
Date: 2008-05-18 20:21:15
Message-ID: 001201c8b924$bad26150$e295fea9@osvaldox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hello, I have this problem with a connection to postgres server (running in a win2000 server).
When I connect with pgAdmin to the same postgres server works ok, but when I try to connect from php5 the connection fails.
Can help me?
Thanks.

$db_conn = pg_connect("host=SQLMACHINE port=5432 password=xxxx user=postgres dbname=compraventa1");
if (!$db_conn): ?>
<H1>Failed connecting to postgres database <? echo "compraventa1" ?></H1> <?
exit;
endif;

Ovax

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Robert Treat 2008-05-19 01:40:10 Re: pg_connect error
Previous Message Tomas Vondra 2008-05-01 17:50:36 Re: bytea columns and memory exhaustion