postgresql/contrib/sepgsql/expected
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO
CREATE TABLE AS has been preferred over SELECT INTO (outside of ecpg
and PL/pgSQL) for a long time.  There were still a few uses of SELECT
INTO in tests and documentation, some old, some more recent.  This
changes them to CREATE TABLE AS.  Some occurrences in the tests remain
where they are specifically testing SELECT INTO parsing or similar.

Discussion: https://www.postgresql.org/message-id/flat/96dc0df3-e13a-a85d-d045-d6e2c85218da%40enterprisedb.com
2021-01-28 14:28:41 +01:00
..
alter.out Update sepgsql regression test results for commit ca4103025. 2018-12-18 11:40:10 -05:00
ddl.out Update test output of sepgsql for ALTER TABLE COLUMN DROP 2019-10-14 08:58:38 +09:00
dml.out Fix cache reference leak in contrib/sepgsql. 2020-04-16 14:45:54 -04:00
label.out Remove gratuitous uses of deprecated SELECT INTO 2021-01-28 14:28:41 +01:00
misc.out Fix expected output: the order of agg permission checks changed. 2020-11-24 12:50:16 +02:00
truncate.out Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00