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? ;)