Re: [HACKERS] SPI procedure for removing large objects
От
Peter T Mount
Тема
Re: [HACKERS] SPI procedure for removing large objects
Дата
Msg-id
Pine.LNX.3.96.980807100910.9271A-100000@taer.maidstone.gov.uk
Ответ на
Re: [HACKERS] SPI procedure for removing large objects (Sergey E. Levov)
Список
Дерево обсуждения
SPI procedure for removing large objects "Sergey E. Levov" <serg@gate.informika.ru>
Re: [HACKERS] SPI procedure for removing large objects Peter T Mount <peter@retep.org.uk>
Re: [HACKERS] SPI procedure for removing large objects "Sergey E. Levov" <serg@gate.informika.ru>
Re: [HACKERS] SPI procedure for removing large objects Bruce Momjian <maillist@candle.pha.pa.us>
Re: [HACKERS] SPI procedure for removing large objects Peter T Mount <peter@retep.org.uk>
On Thu, 6 Aug 1998, Sergey E. Levov wrote: > Hello! > > In message > Peter > T Mount writes: > > >On Wed, 5 Aug 1998, David Hartwig wrote: > > >> Peter, > >> > >> I have just finished up some other stuff in the backend, and I was > >> wondering what to do next. My personal list include a cleanup of the lo > >> type. Specifically: > >> > >> 1. Assign a fixed OID to the LO type so that attributes of this type > >> can easily be identified. > >> > >> 2. Write a VACUUM LO procedure. > >> > >> 3. Extend/verify the existing internal lo functions to work with the > >> new type. > >> > >> I know that more can/should be done in this area, but I only have so much > >> time. I am aware the you have done some work on this in the contrib area. > >> Were you planning on handling any (or all) of these issues as part of the > >> 6.4 base release? I will gladly move on to something else. > > >I claimed the parts of the TODO list that deal with these issues a few > >weeks ago. Since then, I've tried several solutions (the one in contrib > >was an attempt that uses triggers. It works but has holes - like DROP > >TABLE doesnt fire a trigger). > > My procedure uses triggers also. As for DROP TABLE, I think, user always > can do DELETE FROM
В списке pgsql-hackers по дате отправления