Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Hiroshi Inoue <Inoue@tpf.co.jp>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Developers List <hackers@postgresql.org>
Date: 1999-12-01T10:28:36Z
Lists: pgsql-hackers
Hiroshi Inoue wrote:
> 
> > Why don't remove this call from improper places?
> > I would try to find all calls and understand why
> > they made...
> >
> 
> I think UnlockRelation() is unnecessary
> 
> Oracle doesn't have

And we havn't UNLOCK TABLE _command_ as well -:)
But func call is internal thing and I don't know
Oracle internals.
If this call is unnecessary - get rid of it at all...

Vadim