Reordering columns in a table - Mailing list pgsql-general

From John McCawley
Subject Reordering columns in a table
Date
Msg-id 43BE90B1.7010008@hardgeus.com
Whole thread Raw
In response to Re: Problems building pg 8.1.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Reordering columns in a table  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Reordering columns in a table  (Berend Tober <btober@seaworthysys.com>)
Re: Reordering columns in a table  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
Is there a way to change the order of columns in a table in Postgres
after it has been created?  Back when I used MS SQL Server, it was
trivial to go into Enterprise Manager and move columns up and down.  I
find this a desirable feature, as I like to keep like columns grouped in
my table.  Sometimes I add a column after table creation that makes more
sense grouped with columns toward the top of the table.

John

pgsql-general by date:

Previous
From: Reid Thompson
Date:
Subject: Re: 'Official' definition of ACID compliance?
Next
From: Stephan Szabo
Date:
Subject: Re: Adding another primary key to a populated table