Carsten Kropf writes:
> I am currently implementing some index access methods on top of
> PostgreSQL. Until now, it is pretty fine and working
> properly. However, I am now doing the implementation of bulk deletion
> and vacuum of the structure. I don't know exactly, how to achieve this
> because
Hi all,
I am currently implementing some index access methods on top of PostgreSQL.
Until now, it is pretty fine and working properly. However, I am now doing the
implementation of bulk deletion and vacuum of the structure. I don't know
exactly, how to achieve this because it would be much easie