Re: [Proposal] Global temporary tables

Поиск
Список
Период
Сортировка
От wjzeng
Тема Re: [Proposal] Global temporary tables
Дата
Msg-id 6F212AA1-DDDF-4247-9B64-9871E77CD44C@alibaba-inc.com
обсуждение исходный текст
Ответ на Re: [Proposal] Global temporary tables  (tushar <tushar.ahuja@enterprisedb.com>)
Список pgsql-hackers

> 2020年3月25日 下午10:16,tushar <tushar.ahuja@enterprisedb.com> 写道:
>
> 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=#
Thank you pointed out.
I fixed in global_temporary_table_v21-pg13.patch


Wenjing


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


Вложения

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

Предыдущее
От: wjzeng
Дата:
Сообщение: Re: [Proposal] Global temporary tables
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Refactor compile-time assertion checks for C/C++