Re: "Join" on delimeter aggregate query

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: "Join" on delimeter aggregate query
Дата
Msg-id 20030610135851.GB16346@wolff.to
обсуждение исходный текст
Ответ на Re: "Join" on delimeter aggregate query  (Eivind Kvedalen <eivindkv@ifi.uio.no>)
Список pgsql-sql
On Mon, Jun 09, 2003 at 10:35:10 +0200, Eivind Kvedalen <eivindkv@ifi.uio.no> wrote:
> 
> Ok. What I actually had in mind was whether the optimizer would remove the
> ORDER BY clause completely or not, as it isn't used in the top-level
> SELECT query, and SQL doesn't in general guarantee ordered rows back
> unless there's an ORDER BY in the top-level SELECT (I haven't read the SQL
> standard, so I might very well be wrong here).

Allowing ordering in subselects is a feature (mostly for use with LIMIT)
and won't be removed because it isn't a top level select.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: left join in cursor
Следующее
От: "Yudie"
Дата:
Сообщение: trigger error