Re: create user and transactions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: create user and transactions
Date
Msg-id 19124.961260840@sss.pgh.pa.us
Whole thread Raw
In response to Re: create user and transactions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I can supply a patch for the create/drop user case since there's not much
> to be lost there. But what about databases? AFAIK there are no plans on
> making their creation and removal transaction friendly at all, so we'd be
> in "NOTICE: don't do that" mode for a very long time.

Agreed, we have no plans to support rollbackable CREATE or DROP
DATABASE, so I don't have an objection to erroring out on them.

But the user & group manipulation commands need to be less picky...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: OK, OK, Hiroshi's right: use a seperately-generated filename
Next
From: Tom Lane
Date:
Subject: Re: Changes to functions and triggers