[HACKERS] comments on prepared transactions ...

2005-10-06 Thread Hans-Jürgen Schönig
i had to deal with oracle in the past couple of days (*mega sigh*) i have seen a very interesting feature which would make sense for PostgreSQL users. currently we have: test=# \h PREPARE TRANSACTION Command: PREPARE TRANSACTION Description: prepare the current transaction for two-phase

Re: [HACKERS] comments on prepared transactions ...

2005-10-06 Thread Simon Riggs
On Thu, 2005-10-06 at 19:13 +0200, Hans-Jürgen Schönig wrote: i had to deal with oracle in the past couple of days (*mega sigh*) i have seen a very interesting feature which would make sense for PostgreSQL users. currently we have: test=# \h PREPARE TRANSACTION Command: PREPARE

Re: [HACKERS] comments on prepared transactions ...

2005-10-06 Thread Tom Lane
=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= [EMAIL PROTECTED] writes: in oracle it is possible to comment transactions: COMMIT COMMENT 'ORA-2PC-CRASH-TEST-n'; if we added the possibility to comment prepared transactions it would be far easier for DBAs to find out what to do with prepared