IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO - Mailing list pgsql-hackers

From Merlin Moncure
Subject IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO
Date
Msg-id CAHyXU0wpHf2bbtKGL1gtUEFATCY86r=VKxfcACVcTMQ70mCyig@mail.gmail.com
Whole thread Raw
Responses Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Disable WAL completely - Performance and Persistency research
Next
From: Tom Lane
Date:
Subject: Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO