Re: temp tables not dropping at end of script

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: temp tables not dropping at end of script
Дата
Msg-id 20110406160442.GA8044@shinkuro.com
обсуждение исходный текст
Ответ на temp tables not dropping at end of script  ("Davenport, Julie" <JDavenport@ctcd.edu>)
Список pgsql-general
On Wed, Apr 06, 2011 at 10:47:55AM -0500, Davenport, Julie wrote:
> We've never explicitly closed the connection, it just seemed to close automatically when the coldfusion script ended.
Not sure how I would even do that from a script since this is run automatically, not from the command line.  Other than
puttinga quit inside a cfquery tag? 

Is it possible that the older driver closed automatically?

Anyway, you could set a savepoint, try to create the temp table, and
then rollback to savepoint if it doesn't work or else continue if it
does.

A


--
Andrew Sullivan
ajs@crankycanuck.ca

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

Предыдущее
От: Christine Penner
Дата:
Сообщение: adding years to a date field
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: adding years to a date field