RE: Hey! ORDER BY in VIEWS? - Mailing list pgsql-sql

From Robby Slaughter
Subject RE: Hey! ORDER BY in VIEWS?
Date
Msg-id EPEHLKLEHAHLONFOKNHNCENADCAA.webmaster@robbyslaughter.com
Whole thread Raw
In response to Hey! ORDER BY in VIEWS?  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-sql
I think PostgreSQL allows you to do an ORDER BY in a view, but the real
message is that it just doesn't make any sense. Remember that a view is
just a "virtual table", not a query. If you "order by" as part of it's
definition, there's no guarantee that the data will be orded when you SELECT
FROM later on.

Always, always, always include an ORDER BY clause in every select you do.
(I personally think SQL ought to REQUIRE it!)

-Robby

-----Original Message-----
From: pgsql-sql-owner@postgresql.org
[mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Josh Berkus
Sent: Sunday, July 15, 2001 12:22 PM
To: pgsql-sql@postgresql.org
Subject: [SQL] Hey! ORDER BY in VIEWS?


Tom, Stephan,

Hey!  I thought you couldn't do ORDER BY in views ... yet I just did.
Is this a new thing, or am I just getting my Trasact-SQL and my
PostgreSQL mixed up again?

-Josh



______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Hey! ORDER BY in VIEWS?
Next
From: Bruce Momjian
Date:
Subject: Re: Hey! ORDER BY in VIEWS?