help Request - Mailing list pgsql-general

From Thomas Mammen
Subject help Request
Date
Msg-id 00a101c30032$998dfcd0$9c01a8c0@csl31
Whole thread Raw
Responses Re: help Request  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
Re: help Request  (Ken Guest <ken@tuatha.org>)
List pgsql-general
scenario:
1. i have postgresql running on linux machine and apache on windows.
 
2. i am saving all my php files in windows system.
 
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
 
 
thanx & regards 
 

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: conditional constraints
Next
From: Tom Lane
Date:
Subject: Re: How can I get a column INT4 to be UNSIGNED ?