Re: help Request

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: help Request
Date: 2003-04-11 14:11:44
Message-ID: 200304111941.44717.shridhar_daithankar@nospam.persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 11 April 2003 19:29, you wrote:
> now i am trying
> $con_string = "dbname=spamtrack port=5432 user=postgres password=postgres
> host=192.168.1.145"; $connection = pg_connect($con_string);
>
> this is giving an error can you please guide me to get the solution

Check two things.

1. Have you started postgresql with network option? Check postgresql.conf
about how to set it and restart postmaster after you make the change.

2. Check permissions in pg_hba.conf so that you can access postgresql database
from windows machine.

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ken Guest 2003-04-11 14:18:57 Re: help Request
Previous Message Tom Lane 2003-04-11 14:05:49 Re: How can I get a column INT4 to be UNSIGNED ?