Problems of Temporary table

From: "Jack" <ycc(at)bigfoot(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Problems of Temporary table
Date: 2001-10-27 00:18:12
Message-ID: 9rcuri$1fts$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Browse pgsql-sql by date

  From Date Subject
Next Message postgresql 2001-10-27 01:44:56 serial data type
Previous Message Dmitry G. Mastrukov Дмитрий Геннадьевич Мастрюков 2001-10-26 23:31:04 Re: GUID in postgres