Re: elog() error, trying CURENT OF with foreign table - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog() error, trying CURENT OF with foreign table
Date
Msg-id 15072.1366380680@sss.pgh.pa.us
Whole thread Raw
In response to elog() error, trying CURENT OF with foreign table  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Responses Re: elog() error, trying CURENT OF with foreign table
List pgsql-hackers
Rushabh Lathia <rushabh.lathia@gmail.com> writes:
> While trying out CURRENT OF with foreign table, ending up with error.

Yeah, that's an unimplemented feature.

In principle I think it could be made to work with postgres_fdw (since
that uses CTID row identification), but I doubt that it'd be possible
to promise that it works for every FDW.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: [GENERAL] currval and DISCARD ALL
Next
From: Peter Eisentraut
Date:
Subject: Re: event trigger API documentation?