Re: Two-phase commit security restrictions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Two-phase commit security restrictions
Date: 2004-10-13 19:18:51
Message-ID: 200410132118.51996.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2004-10-13 19:26:47 Re: Two-phase commit security restrictions
Previous Message Magnus Hagander 2004-10-13 19:11:54 Re: open item: tablespace handing in pg_dump/pg_restore