CTAS command tags

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема CTAS command tags
Дата
Msg-id 3080443e-5a88-6709-13c7-7b20ddf590a0@postgresfriends.org
обсуждение исходный текст
Ответы Re: CTAS command tags  (Darafei "Komяpa" Praliaskouski <me@komzpa.net>)
Список pgsql-hackers
I was recently surprised by the following inconsistencies in returned
command tags for CTAS:


postgres=# create table a as select 123;
SELECT 1

postgres=# create table b as select 123 with data;
SELECT 1

postgres=# create table c as select 123 with no data;
CREATE TABLE AS


Shouldn't we make the first two tags (which are likely the same code
path; I haven't looked) the same as the third?  I can look into writing
the patch if desired.
-- 
Vik Fearing



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PATCH] Keeps tracking the uniqueness with UniqueKey