Re: BUG #4547: sort columns in \d

From: toruvinn <toruvinn(at)lain(dot)pl>
To: "Ferdinand Gassauer" <gassauer(at)kde(dot)org>
Subject: Re: BUG #4547: sort columns in \d
Date: 2008-11-23 16:36:13
Message-ID: op.uk2y2nm233x80h@insanity.lain.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, 23 Nov 2008 17:19:38 +0100, Ferdinand Gassauer <gassauer(at)kde(dot)org>
wrote:
> currently the columns are sorted by attnum (not very userfriendly)
> instead
> of attname (userfriendly)
Actually, I prefer it the old way. I just like to know the column order
`SELECT *' would return (though I never use `SELECT *' myself). Not to
mention - the column order in my tables usually has some logical meaning
(result of relation design, you yourself probably don't just `throw some
columns in there' too) which would be lost otherwise.

Regards,
--
ru

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-11-23 17:40:38 Re: BUG #4547: sort columns in \d
Previous Message Ferdinand Gassauer 2008-11-23 16:19:38 BUG #4547: sort columns in \d