LLL: serialized and schema objects...

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: hackers(at)postgresql(dot)org
Subject: LLL: serialized and schema objects...
Date: 1998-07-23 03:49:26
Message-ID: 35B6B2C6.63E95C63@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I need in help:

let's say you have serialized transaction in one session...
Now, some other user drops a table that was in data base when
serialized transaction began but does it before this transaction
read table (first time)...

1. Will RDBMS allow to drop table? (And so abort
serialized transaction if it tries read dropped
table)
2. Or DROP TABLE will be blocked waiting when
serialized transaction commits/aborts ?

Could someone test this in Oracle/Informix/Sybase ?

Vadim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message t-ishii 1998-07-23 05:05:46 I18N support in InterBase
Previous Message Kevin Cousins 1998-07-23 02:55:49 Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]