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

From Tom Lane
Subject Re: PostgreSQL Top 10 Wishlist
Date
Msg-id 5945.1137633735@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL Top 10 Wishlist  (David Fetter <david@fetter.org>)
List pgsql-general
David Fetter <david@fetter.org> writes:
> Although it might be nice to have different column orderings, say
> per-role, the SQL:2003 standard requires a single canonical ordering
> in the information schema.  How would we handle both?

If you want some other column ordering, you make a view.  The only thing
we're really lacking to make that a fully acceptable answer is
automatically-updatable views, which I believe someone is working on...

            regards, tom lane

pgsql-general by date:

Previous
From: David Fetter
Date:
Subject: Re: PostgreSQL Top 10 Wishlist
Next
From: Redefined Horizons
Date:
Subject: Data type that corresponds to bigserial...