Re: ORDER BY in definition of views - Mailing list pgsql-sql

From Niall Smart
Subject Re: ORDER BY in definition of views
Date
Msg-id 393FBEBC.B2F8A691@ebeon.com
Whole thread Raw
In response to RE: ORDER BY in definition of views  (Michael Ansley <Michael.Ansley@intecsystems.co.uk>)
List pgsql-sql
Michael Ansley wrote:
> 
> Would there be a particular reason to do this?
> 

I like to define views for lookups  (i.e. job titles,
departments, accounts, whatever).  It would be nice
if I could just do a select * from whatever_vw instead
of having to remember to put the order by whatever_name
clause.  Admittedly its no biggie, but it is nice-to-have.


Niall


pgsql-sql by date:

Previous
From: Michael Ansley
Date:
Subject: RE: ORDER BY in definition of views
Next
From: Tom Lane
Date:
Subject: Re: ORDER BY in definition of views