From: | Jose Soares <jose(at)sferacarta(dot)com> |
---|---|
To: | Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at> |
Cc: | "'Don Baccus'" <dhogaza(at)pacifier(dot)com>, "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'hackers'" <pgsql-hackers(at)postgresql(dot)org>, "'general'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: AW: [HACKERS] TRANSACTIONS |
Date: | 2000-02-23 14:39:17 |
Message-ID: | 38B3F115.90E86E44@sferacarta.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Yes Andreas this is the point, for a while I felt like "Don Quijote de la
Mancha".
I don't understand well what Standard says about this subject
but I think the PostgreSQL transactions is only for perfect people, it is
absolutely
unuseful because PostgreSQL can't distinguish between a fatal error and a
warning.
Zeugswetter Andreas SB wrote:
> > >I see no way that allowing the transaction to commit after an overflow
> > >can be called consistent with the spec.
> >
> > You are absolutely right. The whole point is that either a) everything
> > commits or b) nothing commits.
> > Having some kinds of exceptions allow a partial commit while other
> > exceptions rollback the transaction seems like a very error-prone
> > programming environment to me.
>
> There is no distinction between exceptions.
> A statement that throws an error is not performed (including all
> its triggered events) period.
> There are sqlstates, that are only warnings, in which case the statement
> is performed.
>
> In this sense a commit is not partial. The commit should commit
> all statements that were not in error.
> All other DB's behave in this way.
>
> Andreas
>
> ************
--
Jose' Soares
Bologna, Italy Jose(at)sferacarta(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Louis Bertrand | 2000-02-23 14:50:15 | Re: [GENERAL] Tutorial |
Previous Message | Jose Soares | 2000-02-23 13:46:54 | Re: [HACKERS] TRANSACTIONS |
From | Date | Subject | |
---|---|---|---|
Next Message | Dmitry Samersoff | 2000-02-23 14:53:13 | RE: AW: [HACKERS] TRANSACTIONS |
Previous Message | sszabo | 2000-02-23 14:32:10 | Re: [HACKERS] TRANSACTIONS |