"Installing" dbLink

From: Richard C <richardalancock(at)yahoo(dot)co(dot)uk>
To: pgsql-sql(at)postgresql(dot)org
Subject: "Installing" dbLink
Date: 2006-02-24 11:48:44
Message-ID: 20060224114844.29958.qmail@web25224.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.a > 9000 AND T.a < 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


---------------------------------
Win a BlackBerry device from O2 with Yahoo!. Enter now.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kretschmer 2006-02-24 12:43:46 Re: "Installing" dbLink
Previous Message Richard C 2006-02-24 11:29:16 dbLink Query