Re: Record order change after update

Поиск
Список
Период
Сортировка
От Franco Bruno Borghesi
Тема Re: Record order change after update
Дата
Msg-id 1086875373.913.6.camel@taz.oficina
обсуждение исходный текст
Ответ на Record order change after update  (Josué Maldonado <josue@lamundial.hn>)
Ответы Re: Record order change after update
Список pgsql-general
From the relational point of view, tuples in a relation are sets, and sets have no ordering.
That's why you should never trust how tuples are ordered (on any relational database, not just postgreSQL), and if you care about ordering you should always use the ORDER BY clause.

On Tue, 2004-03-02 at 19:12, Josué Maldonado wrote:
Hello list,

After update a column on a table, that row goes to the top when I do a 
select from that table without any order, is that the expected behavior 
in postgresql? is there a way to prevent it?

Thanks in advance.

Josué Maldonado



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
Вложения

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Transactions and insertion ordering
Следующее
От: James Pharaoh
Дата:
Сообщение: Re: Transactions and insertion ordering