- Notifications
You must be signed in to change notification settings - Fork5
Commit8a2cdd7
committed
EXECUTE of a SELECT ... INTO now draws a 'not implemented' error,
rather than executing the INTO clause with non-plpgsql semanticsas it was doing for the last few weeks/months. This keeps our optionsopen for making it do the right plpgsql-ish thing in future withoutcreating a backwards compatibility problem. There is no loss offunctionality since people can get the same behavior with CREATE TABLE AS.1 parentbbac19a commit8a2cdd7
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1993 | 1993 |
| |
1994 | 1994 |
| |
1995 | 1995 |
| |
1996 |
| - | |
1997 | 1996 |
| |
1998 | 1997 |
| |
1999 | 1998 |
| |
| |||
2006 | 2005 |
| |
2007 | 2006 |
| |
2008 | 2007 |
| |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
2009 | 2018 |
| |
2010 | 2019 |
| |
2011 | 2020 |
| |
|
0 commit comments
Comments
(0)