Re: ALTER TABLE DROP COLUMN - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ALTER TABLE DROP COLUMN
Date
Msg-id 6791.971122782@sss.pgh.pa.us
Whole thread Raw
In response to Re: ALTER TABLE DROP COLUMN  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: ALTER TABLE DROP COLUMN  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
>> What happens if you crash partway through?

> what happens if you crash partway through a vacuum?

Nothing.  Vacuum is crash-safe.  ALTER TABLE should be too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal for fixing numeric type-resolution issues
Next
From: The Hermit Hacker
Date:
Subject: Re: ALTER TABLE DROP COLUMN