Re: Drop only temporary table

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Drop only temporary table
Дата
Msg-id CAKFQuwZLenCB=ovLEqV5MbQ+B-a6wseFRYMZ+TEWmmbtJAKNow@mail.gmail.com
обсуждение исходный текст
Ответ на Drop only temporary table  (Durumdara <durumdara@gmail.com>)
Список pgsql-general
On Friday, March 18, 2016, Durumdara <durumdara@gmail.com> wrote:

I want to avoid to remove any real table on resource closing (= dropping of temporary table).
How to I force "drop only temporary"? Prefix, option, etc.


If you have to explicitly drop a temporary table you are likely doing something wrong.  When you create the table you tell it when to go away and at that time it will - no need for a drop statement.

David J. 

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

Предыдущее
От: Michael Charnoky
Дата:
Сообщение: Re: spurious /dev/shm related errors on insert
Следующее
От: Tom Lane
Дата:
Сообщение: Re: spurious /dev/shm related errors on insert