From: | "Bruno BAGUETTE" <pgsql-ml(at)baguette(dot)net> |
---|---|
To: | <jim(at)nasby(dot)net>, <pgsql-general(at)postgresql(dot)org> |
Subject: | RE : full featured alter table? |
Date: | 2003-06-14 16:55:36 |
Message-ID: | !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAATBuXKOMvlkWzD3KJN6FWLMKAAAAQAAAA+IEtLEaxLUGvT4W8zCumQwEAAAAA@baguette.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello everybody,
> The one thing we don't have that I think would be useful is a
> way to re-order the columns in a table. Maybe it's just me,
> but I tend to want column to appear in a specific order, and
> the only way you can accomplish this today is by re-creating
> the entire table.
I agree with Jim, this would be a 'cool but not mandatory' feature ! :-)
This feature is not mandatory since I avoid the use SELECT * FROM...
(and I forbid the use of SELECT * to my subordinates).
But, it would be very nice to have the possibility order the different
columns of a table in PostgreSQL. Why ? For example, I use a
reverse-engineering tool that generate graphical database map but that
tool don't give me the possibility to change the display order... So,
this feature would be very nice ! :-)
---------------------------------------
Bruno BAGUETTE - pgsql-ml(at)baguette(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-06-14 16:59:01 | Re: Growing Database Size Solved |
Previous Message | Justin Clift | 2003-06-14 16:21:52 | Re: [HACKERS] SAP and MySQL ... [and Benchmark] |