Re: Scan Keys - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Scan Keys
Date
Msg-id 16667.1152244483@sss.pgh.pa.us
Whole thread Raw
In response to Re: Scan Keys  (Greg Stark <gsstark@mit.edu>)
Responses Re: Scan Keys  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> But on that note, is it ok to use the bulkdelete index AM methods for
> non-vacuum purposes

Um, what would those be?

ambulkdelete and amvacuumcleanup are most certainly not designed to be
used in any context other than VACUUM.  You might be able to abuse them
for some other purpose, but don't expect a warranty.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Hallgren
Date:
Subject: Re: [GENERAL] UUID's as primary keys
Next
From: Christopher Browne
Date:
Subject: request for feature: psql "DSN" option