Re: temp tables not dropping at end of script

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: temp tables not dropping at end of script
Дата
Msg-id 20110406145533.GF7335@shinkuro.com
обсуждение исходный текст
Ответ на temp tables not dropping at end of script  ("Davenport, Julie" <JDavenport@ctcd.edu>)
Список pgsql-general
On Wed, Apr 06, 2011 at 09:12:55AM -0500, Davenport, Julie wrote:

> postgres 8.4 database).  When we get the error, if we try to drop
> the table at the command line, it says the table does not exist, yet
> we cannot rerun the script unless we stop and restart the database.

What if you stop your connection?  This sounds like under 8.0 you were
closing the connection (thereby ending a session), but that under 8.4
your connection isn't actually closing (so your session remains open,
so the temp table hangs around).

A

--
Andrew Sullivan
ajs@crankycanuck.ca

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

Предыдущее
От: Carlos Mennens
Дата:
Сообщение: Auto Adjust Age
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: forums.postgresql.com.au