Re: FW: Help with order by into a RECORD

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: FW: Help with order by into a RECORD
Дата
Msg-id 20050401140034.GC26112@wolff.to
обсуждение исходный текст
Ответ на FW: Help with order by into a RECORD  (Shaun Clements <ShaunC@relyant.co.za>)
Список pgsql-general
On Fri, Apr 01, 2005 at 11:42:35 +0200,
  Shaun Clements <ShaunC@relyant.co.za> wrote:
>
> I have a questions regarding my order by problem.
> If you index a table, can you query the table using ORDER BY. ?

Whether or not a table is indexed doesn't affect whether or not you can
use ORDER BY. It may affect the performance depending on what you are
doing.

If you are having some specific problem it is probably best to provide
details about it, rather than guess at what might be the problem and
ask here whther or not the guess could be right.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Debugging deadlocks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/PERL with composite return values & PGSQL 7.4?