Re: JDBC Drop/Create problem?

Поиск
Список
Период
Сортировка
От Greg Speegle
Тема Re: JDBC Drop/Create problem?
Дата
Msg-id 3A2FD4A0.7030000@10happythings.com
обсуждение исходный текст
Ответ на RE: JDBC Drop/Create problem?  (Peter Mount <petermount@maidstone.gov.uk>)
Список pgsql-interfaces
Ah. That explains it. Thanks.

Out of curiosity, why does the transaction get marked as aborted?  I 
only ask since others
(e.g. Oracle) don't have this behavior.

Greg

Peter Mount wrote:

> Dropping a non-existent table should throw an exception as well as mark any
> open transaction as aborted.
> 
> I'd say either:
> 
> * using autoCommit while checking for existing tables.
> * commit and begin a new transaction afterwards.
> * Use temporary tables, so the table doesn't survive the connection.
> 
> Peter
> 



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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: JDBC Drop/Create problem?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] v7.1 beta 1 (ODBC driver?)