postgresql/contrib/sepgsql
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
..
expected Remove gratuitous uses of deprecated SELECT INTO 2021-01-28 14:28:41 +01:00
sql Remove gratuitous uses of deprecated SELECT INTO 2021-01-28 14:28:41 +01:00
.gitignore
database.c
dml.c
hooks.c
label.c
launcher
Makefile
proc.c
relation.c
schema.c
selinux.c
sepgsql-regtest.te
sepgsql.h
sepgsql.sql.in
test_sepgsql
uavc.c