Re: [Proposal] Global temporary tables

From: wjzeng <wenjing(dot)zwj(at)alibaba-inc(dot)com>
To: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
Cc: Prabhat Sahu <prabhat(dot)sahu(at)enterprisedb(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, "zijia(at)taobao(dot)com(子嘉)" <zijia(at)taobao(dot)com>, "Cai, Le" <le(dot)cai(at)alibaba-inc(dot)com>, "萧少聪(铁庵)" <shaocong(dot)xsc(at)alibaba-inc(dot)com>
Subject: Re: [Proposal] Global temporary tables
Date: 2020-03-26 03:38:39
Message-ID: 6F212AA1-DDDF-4247-9B64-9871E77CD44C@alibaba-inc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 2020年3月25日 下午10:16,tushar <tushar(dot)ahuja(at)enterprisedb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-03-26 03:58:44 Re: Refactor compile-time assertion checks for C/C++
Previous Message wjzeng 2020-03-26 03:37:30 Re: [Proposal] Global temporary tables