On Fri, Apr 19, 2013 at 10:11 AM, Tom Lane <[email protected]> wrote: > Rushabh Lathia <[email protected]> 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.
So, should we just make that an ereport(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), ...) instead of elog()? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
