Re: [HACKERS] TRANSACTIONS

From: Jose Soares <jose(at)sferacarta(dot)com>
To: Dmitry Samersoff <dms(at)wplus(dot)net>
Cc: general <pgsql-general(at)postgresql(dot)org>, hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] TRANSACTIONS
Date: 2000-02-23 13:22:04
Message-ID: 38B3DEFC.A9B2005D@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Dmitry Samersoff wrote:

> On 22-Feb-2000 Jose Soares wrote:
> > begin transaction;
> > create table tmp(a int);
> > insert into tmp values (1);
> > insert into tmp values (1000000000000000000000000000000000);
> > ERROR: pg_atoi: error reading "1000000000000000000000000000000000":
> > Numerical result out of range
> > commit;
> > select * from tmp;
> > ERROR: tmp: Table does not exist.
> > -------------------------------------------------------
> > Interbase, Oracle,Informix,Solid,Ms-Access,DB2:
> ^^^^^^^^^
> AFAIK, MS Access have no transactions inside it,
> Informix (at least old versions I worked with) always
> perform create,drop, alter object outside transaction
> but IMHO it's not right behavior.

I don't know and I don't care about old software,
I'm talking about Ms_Access97 and Informix 8.

--
Jose' Soares
Bologna, Italy Jose(at)sferacarta(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ingo Assenmacher 2000-02-23 13:23:51 Re: [GENERAL] RestrictionClauseSelectivity
Previous Message Ingo Assenmacher 2000-02-23 11:55:43 RestrictionClauseSelectivity

Browse pgsql-hackers by date

  From Date Subject
Next Message Jose Soares 2000-02-23 13:40:53 Re: [GENERAL] Re: [HACKERS] TRANSACTIONS
Previous Message Peter Eisentraut 2000-02-23 13:20:44 GNU make (Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages)