help Request

Поиск
Список
Период
Сортировка
От Thomas Mammen
Тема help Request
Дата
Msg-id 00a101c30032$998dfcd0$9c01a8c0@csl31
обсуждение исходный текст
Ответы Re: help Request  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
Re: help Request  (Ken Guest <ken@tuatha.org>)
Список 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 по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: conditional constraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How can I get a column INT4 to be UNSIGNED ?