Tony Caduto wrote:
> I am having trouble getting dblink_tds compiled on my system.
>
> i downloaded the source and followed the directions but keep getting
> this error:
>
> [EMAIL PROTECTED] dblink_tds]# make
> /postgresql-8.1.4/src/Makefile.global.in:309:
> /postgresql-8.1.4/src/Makefile.port: No such file or directory
I would suspect that your PostgreSQL is not configured.
You must run
./configure [<options>]
in /postgresql-8.1.4
before you attempt to build dblink.
Yours,
Laurenz Albe
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match