Re: Rows ordered

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Rows ordered
Дата
Msg-id 200210041514.g94FEaO03034@candle.pha.pa.us
обсуждение исходный текст
Ответ на Rows ordered  (camilarrocha@hotmail.com (Camila Rocha))
Список pgsql-general
Camila Rocha wrote:
> Hi again..
>
> I have another problem: I want to keep the rows in a table ordered. Is
> there some structure in postgresql that can help me??

No, there is no fixed ordering of tables in SQL.  You can create a VIEW
and place an ORDER BY in there, I think. If you want them physically
ordered, use CLUSTER.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: is there a pure Win32 Port ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: speed of server side languages