Re: [Proposal] Global temporary tables - Mailing list pgsql-hackers

From wjzeng
Subject Re: [Proposal] Global temporary tables
Date
Msg-id 6F212AA1-DDDF-4247-9B64-9871E77CD44C@alibaba-inc.com
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  (tushar <tushar.ahuja@enterprisedb.com>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: wjzeng
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: Michael Paquier
Date:
Subject: Re: Refactor compile-time assertion checks for C/C++