Please disregard this thread going forward. I figured it out and feel
all the more stupid for it :)
--Sam
-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Sam Masiello
Sent: Wednesday, May 19, 2004 1:29 PM
To: Tom Lane
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Dblink question
I ran "make" and "make install" which is what I thought the readme said
to do. Did I miss something obvious?
--Sam
-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, May 19, 2004 1:19 PM
To: Sam Masiello
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Dblink question
"Sam Masiello" <smasiello@mxlogic.com> writes:
> After trying to insert dblink.sql into the database, I just get a
> series of errors:
> ERROR: stat failed on file '$libdir/dblink': No such file or directory
Did you compile the dblink shared library and install it in the correct
place?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if
your
joining column's datatypes do not match