Re: [HACKERS] Happy column dropping - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [HACKERS] Happy column dropping
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [HACKERS] Happy column dropping  (The Hermit Hacker <[email protected]>)
Responses Re: [HACKERS] Happy column dropping
List pgsql-hackers
Don Baccus wrote:
> 
> At 12:04 AM 1/24/00 +0200, Hannu Krosing wrote:
> 
> >It could possibly be done by marking the column deleted and doing the
> >compression/renumbering during vacuum , or by locking the table and
> >compressing each page in-place if space is a concern or maybe several
> >other ways.
> >The existence of several ways to do it should not discourage people
> >from actually adding the drop column feature to postgres
> 
> It should provide even more encouragement to discuss the proposed
> implementation *first*.

Judging from the length of this thread it is much more effective to get 
a discussion *after* ;)

---------------
Hannu


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] Happy column dropping
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] Happy column dropping