Re: change natural column order - Mailing list pgsql-general

From Tom Lane
Subject Re: change natural column order
Date
Msg-id 20794.1101830939@sss.pgh.pa.us
Whole thread Raw
In response to Re: change natural column order  (Richard Huxton <dev@archonet.com>)
Responses Re: change natural column order
List pgsql-general
Richard Huxton <dev@archonet.com> writes:
> I think you'll find you're out of luck. IIRC there was some discussion
> on the hackers list regarding a mapping layer that would let you
> re-order columns. I think the decision was "too much work for too small
> a gain".

Yup, that was exactly the conclusion.  Too much work and too much risk
of introducing bugs (by using the wrong one of logical and physical
column number in any given place).

You really have to drop and recreate the table if you want to reorder
the columns.

            regards, tom lane

pgsql-general by date:

Previous
From: Pierre-Frédéric Caillaud
Date:
Subject: Re: VACUUM and ANALYZE Follow-Up
Next
From: "Max"
Date:
Subject: Re: [ANNOUNCE] USENET vs Mailing Lists Poll ...