temporary table - Mailing list pgsql-general

From jack
Subject temporary table
Date
Msg-id 014001c15ddb$cf1586c0$2400a8c0@hnJACK
Whole thread Raw
Responses Re: temporary table  (Andrew Snow <andrew@modulus.org>)
List pgsql-general
HI, all

Temporary tables created by "CREATE TABLE" or by "SELECT ..INTO" are so hard
to handle. If it doesn't exist, then "drop" cuases an error. If the same
procedure runs second time without dropping all temporary tables, providing
still in the same connection session, then procedure causes "table exists"
error. And it's unable to search system table to find whether it exists or
not. Is that possible to have a command like "drop table if exist"? Please
provide advices, thank you!


JACK





pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FYI To Postgres Authors
Next
From: Andrew Snow
Date:
Subject: Re: temporary table