Re: Two-phase commit security restrictions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Two-phase commit security restrictions
Date
Msg-id 200410132118.51996.peter_e@gmx.net
Whole thread Raw
In response to Two-phase commit security restrictions  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Two-phase commit security restrictions
List pgsql-hackers
Heikki Linnakangas wrote:
> What kind of security restrictions do we want for prepared
> transactions? Who has the right to finish a transaction that was
> started by user A? At least the original user, I suppose, but who
> else?

Do we not require transaction initiation and conclusion to happen in the 
same session, so that the transaction could be considered a 
session-local object?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: open item: tablespace handing in pg_dump/pg_restore
Next
From: Heikki Linnakangas
Date:
Subject: Re: Two-phase commit security restrictions