Re: SELECT INTO deprecation
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-12-03T12:14:11Z
Lists: pgsql-hackers
On 2020-12-02 18:58, Stephen Frost wrote: >> I also found some gratuitous uses of SELECT INTO in various tests and >> documentation (not ecpg or plpgsql of course). Here is a patch to adjust >> those to CREATE TABLE AS. > If we aren't actually removing SELECT INTO then I don't know that it > makes sense to just stop testing it. The point here was, there is still code that actually tests SELECT INTO specifically. But unrelated test code that just wants to set up a quick table with some rows in it ought to use the preferred syntax for doing so.
Commits
-
doc: Clarify status of SELECT INTO on reference page
- 65330622441d 14.0 landed
-
Remove gratuitous uses of deprecated SELECT INTO
- b034ef9b376d 14.0 landed