Re: After updating dataset the record goes to the end of the dataset - Mailing list pgsql-sql

From Pavan Deolasee
Subject Re: After updating dataset the record goes to the end of the dataset
Date
Msg-id 2e78013d0804220345m50a89cf3i1906418adbb8d417@mail.gmail.com
Whole thread Raw
In response to Re: After updating dataset the record goes to the end of the dataset  ("Nacef LABIDI" <nacef.l@gmail.com>)
List pgsql-sql
On Tue, Apr 22, 2008 at 4:01 PM, Nacef LABIDI <nacef.l@gmail.com> wrote:

>
> I am writing an application where here is some resources to plan events on.
> I want to provide the user with the ability to customize the order in which
> resources are displayed on the screen.


To hope that the database would do that automatically for you is IMHO
wrong. One way I can think of is to store the ordering information
along with the user and then fetch the items in the desired order
while displaying. Isn't that what you would anyway require if there
are multiple users and each one wants to see the items in a different
order ?

Thanks,
Pavan

-- 
Pavan Deolasee
EnterpriseDB http://www.enterprisedb.com


pgsql-sql by date:

Previous
From: "Nacef LABIDI"
Date:
Subject: Re: After updating dataset the record goes to the end of the dataset
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: After updating dataset the record goes to the end of the dataset