Re: Calling a table residing in another database from Plpgsql - Mailing list pgsql-sql

From Joe Conway
Subject Re: Calling a table residing in another database from Plpgsql
Date
Msg-id 41DBFF90.7000202@joeconway.com
Whole thread Raw
In response to Calling a table residing in another database from Plpgsql  (deepthi@granwill.com)
List pgsql-sql
deepthi@granwill.com wrote:
> SELECT * from dblink('host=192.168.0.50 dbname=AK1 user=akteam','Select
> userid from user_reg') as t (userid integer);
> 
> I am getting an error as "ERROR:  function dblink("unknown", "unknown")
> does not exist"

Have you installed the dblink functions into your database? See 
README.dblink.

Joe



pgsql-sql by date:

Previous
From: Kris Jurka
Date:
Subject: Re: [JDBC] Calling a table in another database from plpgsql
Next
From: Kretschmer Andreas
Date:
Subject: Re: Calling a table residing in another database from Plpgsql