Re: Limit for an transaction

Поиск
Список
Период
Сортировка
От John Huttley
Тема Re: Limit for an transaction
Дата
Msg-id 005401bfdfa1$ee884560$1401a8c0@MWK.co.nz
обсуждение исходный текст
Ответ на Limit for an transaction  (Matthias Teege <matthias@mteege.de>)
Список pgsql-general
I've had this also. The problem has always been that I've made a mistake in my
SQL.

Since the transaction is going to rollback anyway, any subsequent changes are
ignored.
I've done 95,000 inserts in a transaction without problems.

Regards

John
----- Original Message -----
From: Matthias Teege <matthias@mteege.de>
To: <pgsql-general@postgresql.org>
Sent: Tuesday, 27 June 2000 05:37
Subject: [GENERAL] Limit for an transaction


>
> Moin,
>
> ist there any limit for the length of an transaction? I'am
> using postgreSQL 6.5.1 with PHP and the apache log says:
>
> NOTICE:  (transaction aborted): queries ignored until END
>



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

Предыдущее
От: igor
Дата:
Сообщение: problems with transactions in C++Builder
Следующее
От: "Michael Mayo"
Дата:
Сообщение: Re: Transactions and web applications