Installing dblink

From: "Ridvan Lakas ng Bayan S(dot) Baluyos" <ridvan(at)baluyos(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Installing dblink
Date: 2009-01-19 10:36:16
Message-ID: 7f4f9efa0901190236w63ed116bo56d714c4ff79b7e8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi list,

I'm currently having a problem. I cannot call the dblink_connect function of
postgres.

pos=# select dblink_connect('dbname=postgres');
ERROR: function dblink_connect("unknown") does not exist
HINT: No function matches the given name and argument types. You may need
to add explicit type casts.
pos=#

I've read this in the archives though but i still can't find the
contrib-package he is talking about:
http://archives.postgresql.org/pgsql-sql/2006-02/msg00311.php

My postgres version is 8.1.8

Thanks in advance!

--
リヅバン バルヨス
ridvan(dot)baluyos(at)qualservcentral(dot)com
http://ridvan.baluyos.net
http://www.onxiam.com/people/rbaluyos

Registered Linux User #439466
Registered Ubuntu User #16034
Q: Have you heard of the Object-Oriented way to get wealthy?
A: Inheritance.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Wenk 2009-01-19 12:25:21 Re: Installing dblink
Previous Message Jasen Betts 2009-01-17 11:32:11 Re: debugging plpgsql functions