Re: PostgreSQL Top 10 Wishlist - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: PostgreSQL Top 10 Wishlist
Date
Msg-id 43CE05FE.7000902@wildenhain.de
Whole thread Raw
In response to Re: PostgreSQL Top 10 Wishlist  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Responses Re: PostgreSQL Top 10 Wishlist  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List 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? ;)


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Partitioning: Planner makes no use of indexes on inherited
Next
From: Stephen Friedrich
Date:
Subject: Re: Partitioning: Planner makes no use of indexes on inherited