Re: [HACKERS] LLL: serialized and schema objects...

From: David Maclean <david(at)cm(dot)co(dot)za>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] LLL: serialized and schema objects...
Date: 1998-07-23 06:26:41
Message-ID: 35B6D7A1.68F5F8B2@cm.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vadim Mikheev wrote:
>
> 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

Oracle 8 will drop the table without waiting. The serializable session
will not see the table either before or after reading the table, i.e.
point 1.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-23 06:39:19 Re: [HACKERS] I18N support in InterBase
Previous Message t-ishii 1998-07-23 05:05:46 I18N support in InterBase