On 08.06.2011 14:18, Heikki Linnakangas wrote:
I just looked back at your old email where you listed the different DDL operations, and notice that we missed VACUUM FULL as well (http://archives.postgresql.org/message-id/[email protected]). I'll look into that.
Never mind that, VACUUM FULL uses cluster_rel(), so that's covered already.
ALTER INDEX was also still an open question in that email.
None of the variants of ALTER INDEX do anything that affects predicate locks, so that's OK too.
-- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
