Обсуждение: dblink

Поиск
Список
Период
Сортировка

dblink

От
"mourad_dhambri"
Дата:
I have Postgres installed on Windows 2000 using cigwin.
how could I install the dblink function to use it in my queries?
thanks.
------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr


Re: dblink

От
Joe Conway
Дата:
mourad_dhambri wrote:
> I have Postgres installed on Windows 2000 using cigwin.
> how could I install the dblink function to use it in my queries?
> thanks.

I don't know if the contrib folders get distributed with cygwin, but if they
do, find them and run:

   psql your_database < /path/to/contrib/dblink/dblink.sql

You should probably ask on the cygwin mailing list.

HTH,

Joe