Re: Hey! ORDER BY in VIEWS?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Hey! ORDER BY in VIEWS?
Дата
Msg-id 200107161440.f6GEe8L06240@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Hey! ORDER BY in VIEWS?  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql
> But - this gives them in reverse timestamp order. So - wrap the query in
> a view and then apply your own ORDER BY.
> 
> Can't remember who came up with this (some evil genius :-) - but it
> seemed to make sense so I stuck the example in my PostgreSQL notes.

We kept rejecting the idea of ORDER BY in a view until someone suggested
LIMIT and ORDER BY, at which point we had to enable it.  I think Tom did
the work.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Markus Wagner
Дата:
Сообщение: interpreting attributes in pg_class
Следующее
От: "Henry"
Дата:
Сообщение: Help with SQL statement - Thanks