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

From tushar
Subject Re: [Proposal] Global temporary tables
Date
Msg-id 867b3f05-574d-7609-d93f-e27cb18c0208@enterprisedb.com
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  ("曾文旌(义从)" <wenjing.zwj@alibaba-inc.com>)
Responses Re: [Proposal] Global temporary tables  (wjzeng <wenjing.zwj@alibaba-inc.com>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Applying for GSOC 2020 | Need review of proposal
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Implement INSERT SET syntax