Re: Calling a table residing in another database from Plpgsql

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Calling a table residing in another database from Plpgsql
Дата
Msg-id 41DBFF90.7000202@joeconway.com
обсуждение исходный текст
Ответ на Calling a table residing in another database from Plpgsql  (deepthi@granwill.com)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: [JDBC] Calling a table in another database from plpgsql
Следующее
От: Kretschmer Andreas
Дата:
Сообщение: Re: Calling a table residing in another database from Plpgsql