Re: DROP COLUMN (was RFC: Restructuring pg_aggregate) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: DROP COLUMN (was RFC: Restructuring pg_aggregate)
Date
Msg-id 00c601c1e371$0e324670$0200a8c0@SOL
Whole thread Raw
In response to Re: RFC: Restructuring pg_aggregate  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: DROP COLUMN (was RFC: Restructuring pg_aggregate)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> No, VACUUM has the same transactional constraints as everyone else
> (unless you'd like a crash during VACUUM to trash your table...)

Seriously, you can run VACUUM in a transaction and rollback the movement of
a tuple on disk?  What do you mean by same transactional constraints?

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] WITH DELIMITERS in COPY
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: experimental pg_qcache patch