Nested transactions - Mailing list pgsql-general

From Bill Todd
Subject Nested transactions
Date
Msg-id 4AD29772.1030107@dbginc.com
Whole thread Raw
Responses Re: Nested transactions
Re: Nested transactions
Re: Nested transactions
List pgsql-general
Does PostgreSQL support nested transactions as shown below?

BEGIN;
  ...do some stuff...
  BEGIN;
    ...more stuff...
  COMMIT;
COMMIT;

Bill

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: table full scan or index full scan?
Next
From: Scott Marlowe
Date:
Subject: Re: Nested transactions