Re: Article on MySQL vs. Postgres

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: Article on MySQL vs. Postgres
Дата
Msg-id Pine.BSF.4.21.0007050852300.33627-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Re: Article on MySQL vs. Postgres  (JanWieck@t-online.de (Jan Wieck))
Список pgsql-hackers
On Wed, 5 Jul 2000, Jan Wieck wrote:

> > Odd, were you using transactions here, or transactionless?
> 
>     Mark,  you  cannot  use Postgres transactionless. Each single
>     statement run outside of a transaction  block  has  it's  own
>     transaction.

Sorry, but 'transactionless' I mean no BEGIN/END ... from what I've been
gathering from Tim, his code goes something like:

do query 1
do query 2
if query 2 fails "oops"

vs

do query 1
do query 2
if query 2 fails, abort and auto-rollback query 1

Then again, Tim might be being even more simple then that:

do query 1
exit





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

Предыдущее
От: Sevo Stille
Дата:
Сообщение: Re: Repair plan for inet and cidr types
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: Re: [GENERAL] Revised Copyright: is this more palatable??