dblink

Started by mourad_dhambriover 23 years ago2 messagesgeneral
Jump to latest
#1mourad_dhambri
mourad_dhambri@voila.fr

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

#2Joe Conway
mail@joeconway.com
In reply to: mourad_dhambri (#1)
Re: dblink

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