Re: Reordering columns, will this ever be simple?

From: Decibel! <decibel(at)decibel(dot)org>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Reordering columns, will this ever be simple?
Date: 2007-08-08 21:59:21
Message-ID: 20070808215921.GX20424@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 07, 2007 at 02:28:20PM -0500, Tony Caduto wrote:
> Gregory Stark wrote:
> >"novnov" <novnovice(at)gmail(dot)com> writes:
> >
> >
> >>Is there any plan to add such a capability to postgres?
> >>
> >
> >It's been talked about. I wouldn't be surprised to see it in 8.4 but
> >nobody's
> >said they'll be doing it yet and there are a lot of other more exciting
> >ideas
> >too.
> >
> >
> From a admin tool developers perspective the ability to reorder columns
> without manually copying to a new table and all that is pretty exiting :-)

Patches welcome. :)

BTW, this is much more likely to happen if we divorce presentation order
from actual storage order, something that there is some desire to do
because it would allow the engine to automagically store things in the
optimal ordering from an alignment standpoint.
--
Decibel!, aka Jim Nasby decibel(at)decibel(dot)org
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-08-08 22:03:06 Re: Data Mart with Postgres
Previous Message Decibel! 2007-08-08 21:55:01 Re: Having trouble building 64-bit pgsql 7.4.17 on HPUX ia64