dblink
Started by mourad_dhambriover 23 years ago2 messagesgeneral
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
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