query during transaction?

From: "Jeffrey D(dot) Paquette" <paquette(at)mediaone(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: query during transaction?
Date: 1999-11-04 20:07:54
Message-ID: NBBBJLGGGJHHEPEPKBFCAEEGFEAA.paquette@mediaone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm using postgresql 6.5.1 on RH6.0 and can't do a select during a
transaction. Is there a reason for this behavior?

Here is a simplified example:

psql wwmix
Welcome to the POSTGRESQL interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRESQL
[PostgreSQL 6.5.1 on i686-pc-linux-gnu, compiled by gcc 2.7.2.3]

type \? for help on slash commands
type \q to quit
type \g or terminate with semicolon to execute query
You are currently connected to the database: wwmix

wwmix=> begin transaction;
BEGIN
wwmix=> select * from users;
NOTICE: (transaction aborted): queries ignored until END
*ABORT STATE*
wwmix=> end transaction;
END

Thanks,
--
Jeff Paquette
paquette(at)mediaone(dot)net, paquette(at)acm(dot)org
http://atnetsend.ne.mediaone.net

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Woolford 1999-11-04 21:12:06 Re: [GENERAL] indexed regex select optimisation missing?
Previous Message Gene Selkov, Jr. 1999-11-04 18:27:50 Re: [GENERAL] indexed regex select optimisation missing?