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

From Scott Marlowe
Subject Re: After updating dataset the record goes to the end of thedataset
Date
Msg-id dcc563d10804220816s3ae482d3r7abc24518bb6d378@mail.gmail.com
Whole thread Raw
In response to Re: After updating dataset the record goes to the end of thedataset  ("Nacef LABIDI" <nacef.l@gmail.com>)
List pgsql-sql
On Tue, Apr 22, 2008 at 7:00 AM, Nacef LABIDI <nacef.l@gmail.com> wrote:
> Thank you all for your useful comments.
>
> I have tried to order my records as you said and got it work as I wanted.

Cool beans!  I was just watching this conversation, but wanted to
point out that using the methods mentioned in this thread (i.e. ones
that use order by) is good practice.  It's quite possible that at some
point in the future the storage engine of MS-SQL could change and
break your application on that platform.  By using the order by
method, you ensure you're using a method that works today and in the
future on all major platforms.


pgsql-sql by date:

Previous
From: "Bart Degryse"
Date:
Subject: Re: After updating dataset the record goes to the end of thedataset
Next
From: "Вадим Жерновой |Vadim Zhernovoi|"
Date:
Subject: Problem with FOREIGN KEY