EXECUTE of a SELECT ... INTO now draws a 'not implemented' error,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Feb 2001 00:14:26 +0000 (00:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Feb 2001 00:14:26 +0000 (00:14 +0000)
commit85993c955f9ccf97b0ff6670017939926fa7e3fa
treea347524d147c5a5b01ced3ca54b3c19284278ba1
parent415c113bc84589be39946a4fd8959159f20a052a
EXECUTE of a SELECT ... INTO now draws a 'not implemented' error,
rather than executing the INTO clause with non-plpgsql semantics
as it was doing for the last few weeks/months.  This keeps our options
open for making it do the right plpgsql-ish thing in future without
creating a backwards compatibility problem.  There is no loss of
functionality since people can get the same behavior with CREATE TABLE AS.
src/pl/plpgsql/src/pl_exec.c