dbLink Query

From: Richard C <richardalancock(at)yahoo(dot)co(dot)uk>
To: pgsql-sql-owner(at)postgresql(dot)org
Subject: dbLink Query
Date: 2006-02-24 11:29:16
Message-ID: 20060224112916.7385.qmail@web25211.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi

When I execute the query:

SELECT *
FROM dblink('dbname=Bas','SELECT id FROM person') AS t(a int)
WHERE t.id > 9000 AND T.ID < 9050;

I receive the error message

ERROR: function dblink("unknown", "unknown") does not exist

How do I install or setup the function dbLink so that I can use this feature.

Regards
Richard


---------------------------------
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard C 2006-02-24 11:48:44 "Installing" dbLink
Previous Message Markus Schaber 2006-02-24 10:45:01 CREATE TABLE AS and tablespaces