Re: postgres_fdw error - Mailing list pgsql-admin

From Tom Lane
Subject Re: postgres_fdw error
Date
Msg-id 13868.1439588329@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres_fdw error  (Adam FUCHS <atman@berkeley.edu>)
Responses Re: postgres_fdw error
List pgsql-admin
Adam FUCHS <atman@berkeley.edu> writes:
> Thanks Korry, how would I check the search_path that is being used by the
> FDW user?

postgres_fdw always does "SET search_path = pg_catalog" when opening the
connection.  Probably this needs to be documented, since it's user-visible
if you try to attach a foreign table to a remote view.

Anyway the short answer is that you should fully schema-qualify references
in functions used by such a view, or else attach "SET search_path" options
to the functions.

            regards, tom lane


pgsql-admin by date:

Previous
From: Adam FUCHS
Date:
Subject: Re: postgres_fdw error
Next
From: Adam FUCHS
Date:
Subject: Re: postgres_fdw error