Re: PostgreSQL Top 10 Wishlist

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Joost Kraaijeveld <J(dot)Kraaijeveld(at)Askesis(dot)nl>
Cc: David Fetter <david(at)fetter(dot)org>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Top 10 Wishlist
Date: 2006-01-18 09:10:22
Message-ID: 43CE05FE.7000902@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joost Kraaijeveld schrieb:
> On Tue, 2006-01-17 at 09:52 -0800, David Fetter wrote:
>
...
> Because a lot of tools that I use to manage a database during
> *development* (e.g. PgAdmin) show the columns in an other order than the
> order of attributes in my Java/C++ code. The "logical" order of the
> columns/attributes can change during development.
>
Actually when I issue:

SELECT a,b,c FROM sometable; in pgadmin3 I get the columns exactly
in the order specified. Does it work differently for you? ;)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Friedrich 2006-01-18 09:12:57 Re: Partitioning: Planner makes no use of indexes on inherited
Previous Message Richard Huxton 2006-01-18 09:05:25 Re: Partitioning: Planner makes no use of indexes on inherited