Thread: transaction abortion

transaction abortion

From
"Kancha ."
Date:
I'm in a situtation where transaction is aborted. I'm
a newbie so please help.

I start transaction with begin then do some queries
like update and insert. So far so good, but when i run
select query within the transaction the whole
transaction is aborted.

what should i do ??

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

Re: transaction abortion

From
Martijn van Oosterhout
Date:
On Mon, Feb 25, 2002 at 10:35:14PM -0800, Kancha . wrote:
> I'm in a situtation where transaction is aborted. I'm
> a newbie so please help.
>
> I start transaction with begin then do some queries
> like update and insert. So far so good, but when i run
> select query within the transaction the whole
> transaction is aborted.
>
> what should i do ??

Look at the error message and use that to fix the problem.
--
Martijn van Oosterhout <kleptog@svana.org>
http://svana.org/kleptog/
> If the company that invents a cure for AIDS is expected to make their
> money back in 17 years, why can't we ask the same of the company that
> markets big-titted lip-syncing chicks and goddamn cartoon mice?

Re: [SQL] transaction abortion

From
"Christopher Kings-Lynne"
Date:
Hi Kancha,

Chances are you have a syntax error in the select statement.  Can you please
port the entire set of queries you are trying to run and we'll look at them.

Chris

> -----Original Message-----
> From: pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Kancha .
> Sent: Tuesday, 26 February 2002 2:35 PM
> To: pgsql-sql@postgresql.org
> Cc: pgsql-general@postgresql.org
> Subject: [SQL] transaction abortion
>
>
> I'm in a situtation where transaction is aborted. I'm
> a newbie so please help.
>
> I start transaction with begin then do some queries
> like update and insert. So far so good, but when i run
> select query within the transaction the whole
> transaction is aborted.
>
> what should i do ??
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>