| From: | tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> |
|---|---|
| To: | 曾文旌(义从) <wenjing(dot)zwj(at)alibaba-inc(dot)com>, Prabhat Sahu <prabhat(dot)sahu(at)enterprisedb(dot)com> |
| Cc: | 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>, "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-25 14:16:09 |
| Message-ID: | 867b3f05-574d-7609-d93f-e27cb18c0208@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-03-25 14:17:55 | Re: [PATCH] Implement INSERT SET syntax |
| Previous Message | Stephen Frost | 2020-03-25 13:46:25 | Re: Applying for GSOC 2020 | Need review of proposal |