Re: temp table existence

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: temp table existence
Дата
Msg-id 429CBCF5-217F-49A9-959B-9D20CA7CC64C@myemma.com
обсуждение исходный текст
Ответ на Re: temp table existence  ("Marcin Krawczyk" <jankes.mk@gmail.com>)
Ответы Re: temp table existence
Список pgsql-sql
On Dec 29, 2007, at 3:16 PM, Marcin Krawczyk wrote:

> I just realized something... my bad. It will work since TRUNCATE
> removes only table from current session.

If the table exists and you're going to TRUNCATE it before using it,
you could just use DROP TABLE IF EXISTS and then create it.  I don't
know, that feels cleaner to me than TRUNCATEing a table that might
not be available to the session.

Erik Jones

Software Developer | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




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

Предыдущее
От: aklaver@comcast.net (Adrian Klaver)
Дата:
Сообщение: Re: temp table existence
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: temp table existence