git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 6c55760) | patch
Remove gratuitous uses of deprecated SELECT INTO
2021年1月28日 13:01:41 +0000 (14:01 +0100)
2021年1月28日 13:28:41 +0000 (14:28 +0100)
commit b034ef9b376dbe712caa076541d6a750f37d85ce
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
15 files changed:
contrib/sepgsql/expected/label.out diff | blob | blame | history
contrib/sepgsql/sql/label.sql diff | blob | blame | history
doc/src/sgml/hstore.sgml diff | blob | blame | history
src/bin/pg_basebackup/t/010_pg_basebackup.pl diff | blob | blame | history
src/bin/pg_checksums/t/002_actions.pl diff | blob | blame | history
src/test/regress/expected/create_index.out diff | blob | blame | history
src/test/regress/expected/create_misc.out diff | blob | blame | history
src/test/regress/expected/random.out diff | blob | blame | history
src/test/regress/expected/select_implicit.out diff | blob | blame | history
src/test/regress/expected/select_implicit_1.out diff | blob | blame | history
src/test/regress/expected/select_implicit_2.out diff | blob | blame | history
src/test/regress/sql/create_index.sql diff | blob | blame | history
src/test/regress/sql/create_misc.sql diff | blob | blame | history
src/test/regress/sql/random.sql diff | blob | blame | history
src/test/regress/sql/select_implicit.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /