Re: [GENERAL] More than one transaction at the same time

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Yury Don <yura(at)vpcit(dot)ru>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] More than one transaction at the same time
Date: 1999-09-28 12:44:16
Message-ID: 199909281244.IAA14438@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Charset koi8-r unsupported, filtering to ASCII...]
> Hi All!
>
> Can I start 2 or more transactions simultaneously?
> Task is in the following: I am startig transaction with the "begin",
> then declare a cursor. Then I need to start another transaction in order
> to do some things, but I don't want to close first transaction because
> later I need to fetch frome created cursor.
> Or I understand something wrongly?

We don't support nested transactions yet.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Jewiss 1999-09-28 14:13:10 Cusors in Perl DBI
Previous Message Simon Kwan 1999-09-28 11:49:43 HELP: choosing between PostgreSQL vs MySQL