(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 1
Message: Re: [Proposal] Global temporary tables
> x=#
> x=# insert into foo123 values (1);
> INSERT 0 1
> x=# select * from foo123;   <- row should get removed.
>  n
> ---
>  1
> (1 row)
> 
> -- 
> regards,tushar
> EnterpriseDB  https://www.enterprisedb.com/
> The Enterprise PostgreSQL Company