diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-12 18:06:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-12 18:06:50 -0400 |
commit | a0943dbbea533e266f2db56d62ad43d9e0ed090a (patch) | |
tree | 2633f8b9dc57bddf19e31e0f52c6d2db2d21814b /src/backend/access/gist/gistproc.c | |
parent | 2d22c3b701ca1283eeb504d0fe75e8c595e5523b (diff) | |
download | postgresql-a0943dbbea533e266f2db56d62ad43d9e0ed090a.tar.gz postgresql-a0943dbbea533e266f2db56d62ad43d9e0ed090a.zip |
Allow IMPORT FOREIGN SCHEMA within pl/pgsql.
Since IMPORT FOREIGN SCHEMA has an INTO clause, pl/pgsql needs to be
aware of that and avoid capturing the INTO as an INTO-variables clause.
This isn't hard, though it's annoying to have to make IMPORT a plpgsql
keyword just for this. (Fortunately, we have the infrastructure now
to make it an unreserved keyword, so at least this shouldn't break any
existing pl/pgsql code.)
Per report from Merlin Moncure. Back-patch to 9.5 where IMPORT FOREIGN
SCHEMA was introduced.
Report: <CAHyXU0wpHf2bbtKGL1gtUEFATCY86r=VKxfcACVcTMQ70mCyig@mail.gmail.com>
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions