Problems of Temporary table

Поиск
Список
Период
Сортировка
От Jack
Тема Problems of Temporary table
Дата
Msg-id 9rcuri$1fts$1@news.tht.net
обсуждение исходный текст
Список 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





В списке pgsql-sql по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: oid's in views.
Следующее
От: "Johnny Predicto"
Дата:
Сообщение: PostgreSQL, Java & JDBC