Re: Pet Peeves?

From: John DeSoi <desoi(at)pgedit(dot)com>
To: pgsql-general List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pet Peeves?
Date: 2009-02-04 17:39:42
Message-ID: 4BCC6FA4-B643-4EC1-98F5-C5012B96BE6D@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Feb 3, 2009, at 3:41 PM, Peter Geoghegan wrote:

> What about postgreSQL's inability to re-order columns?
>
> Please don't point out that I shouldn't rely on things being in a
> certain order when I SELECT * FROM table. I'm well aware of that, I
> just generally have an aesthetic preference for a table's columns
> being in a certain order.

Somewhat related, it would be nice if columns had a unique identifier
in the catalog rather than just a sequence number for the table. This
would make it possible to distinguish between altering a column versus
dropping/adding when comparing schemas or detecting DDL changes.

John DeSoi, Ph.D.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2009-02-04 17:48:17 Re: Pet Peeves?
Previous Message Guy Rouillier 2009-02-04 17:37:31 Re: Pet Peeves?