More than one transaction at the same time - Mailing list pgsql-general

From Yury Don
Subject More than one transaction at the same time
Date
Msg-id 37EF4774.753680F6@vpcit.ru
Whole thread Raw
Responses Re: [GENERAL] More than one transaction at the same time
List pgsql-general
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?

Sincerely yours, Yury.
don.web-page.net, ICQ 11831432

pgsql-general by date:

Previous
From: David Warnock
Date:
Subject: Re: [GENERAL] Anyone doing a native NT port?
Next
From: Simon Kwan
Date:
Subject: HELP: choosing between PostgreSQL vs MySQL