IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO
Date: 2016-07-11 19:14:16
Message-ID: CAHyXU0wpHf2bbtKGL1gtUEFATCY86r=VKxfcACVcTMQ70mCyig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Currently pl/pgsql interprets the mandatory INTO of IMPORT FOREIGN
SCHEMA as INTO variable. I estimate this to be minor oversight in
pl/pgsql parsing with respect to the introduction of this statement.
Assuming it's easily fixed, would a patch to fix pl/pgsql parsing be
accepted?

merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-07-11 20:09:27 Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO
Previous Message Jeff Janes 2016-07-11 18:26:09 Re: Disable WAL completely - Performance and Persistency research