| From: | Tom Lane <tgl(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/pl/plpgsql/src pl_exec.c |
| Date: | 2001-02-09 00:14:30 |
| Message-ID: | 200102090014.f190EUO61000@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/02/08 19:14:29
Modified files:
src/pl/plpgsql/src: pl_exec.c
Log message:
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vince Vielhaber | 2001-02-09 00:44:43 | [WEBMASTER] 'www/html comp-comparison.html' |
| Previous Message | Peter Eisentraut - PostgreSQL | 2001-02-08 19:53:34 | pgsql/contrib README start-scripts/linux init. ... |