From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | "Edson Carlos Ericksson Richter" <richter(at)simkorp(dot)com(dot)br> |
Subject: | Re: RES: RES: Foreign PostgreSQL server |
Date: | 2011-09-17 17:30:22 |
Message-ID: | 201109171030.22908.adrian.klaver@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Saturday, September 17, 2011 5:22:35 am Edson Carlos Ericksson Richter wrote:
> Thanks Adrian, I really miss that part...
> Anyway, if I try to declare a handler like
>
> CREATE FOREIGN DATA WRAPPER postgresql VALIDATOR postgresql_fdw_validator
> HANDLER postgresql_fdw_handler;
>
> (as found on Wiki) I get error
>
> ERROR: function postgresql_fdw_handler() does not exists
>
> Im definitely missing something...
>
> What is the way to go?
The closest I can come to an answer is this link:
http://grokbase.com/t/postgresql.org/pgsql-general/2011/06/foreign-table-with-
dblink/16pmfkdiltzchnj4dl5cmnk7xqc4
It seems to indicate postgresql_fdw did not make it into 9.1. Others may be able
to shed more light on this.
>
> Edson.
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | boris | 2011-09-17 17:57:56 | how to insert xml datatype using jdbc? |
Previous Message | Scott Ribe | 2011-09-17 15:16:31 | Re: How to get Transaction Timestamp ? |