Re: [Proposal] Global temporary tables

Поиск
Список
Период
Сортировка
От tushar
Тема Re: [Proposal] Global temporary tables
Дата
Msg-id 867b3f05-574d-7609-d93f-e27cb18c0208@enterprisedb.com
обсуждение исходный текст
Ответ на Re: [Proposal] Global temporary tables  ("曾文旌(义从)" <wenjing.zwj@alibaba-inc.com>)
Ответы Re: [Proposal] Global temporary tables  (wjzeng <wenjing.zwj@alibaba-inc.com>)
Список pgsql-hackers
On 3/17/20 9:15 AM, 曾文旌(义从) wrote:
> Please check global_temporary_table_v20-pg13.patch

There is a typo in the error message

postgres=# create global temp table test(a int ) 
with(on_commit_delete_rows=true) on commit delete rows;
ERROR:  can not defeine global temp table with on commit and with clause 
at same time
postgres=#

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company




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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Applying for GSOC 2020 | Need review of proposal
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Implement INSERT SET syntax