| От | Alvaro Herrera |
|---|---|
| Тема | Re: Rows ordered |
| Дата | |
| Msg-id | 20021004145431.GD2326@atentus.com обсуждение исходный текст |
| Ответ на | Rows ordered (camilarrocha@hotmail.com (Camila Rocha)) |
| Список | pgsql-general |
On Thu, Oct 03, 2002 at 05:34:29AM -0700, Camila Rocha wrote: > I have another problem: I want to keep the rows in a table ordered. Is > there some structure in postgresql that can help me?? You should be using ORDER BY in your SELECT's if you want any ordering. That said, the CLUSTER command can be used to order the rows physically within the table following some index. Read its documentation before using it, it can be dangerous to your schema!! -- Alvaro Herrera (<alvherre[a]atentus.com>) "La victoria es para quien se atreve a estar solo"
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера