Updating record drops it to the bottom

From: "Aurangzeb M(dot) Agha" <aagha(at)bigfoot(dot)com>
To: PostgreSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Updating record drops it to the bottom
Date: 2002-11-26 15:16:42
Message-ID: Pine.LNX.4.50.0211260708260.29539-100000@cinemaspace.berkeley.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've noticed that whenever I update a record in the table and do a select
* to see my change, that the updated racord has dropped to the bottom of
the table.

Is there either a) a (simple) way to keep this from happening or b)
putting the record back where it "belongs" after an update.

The reason is is annoying me is that one of our internal apps has onld
piece of JS which builds sub menus on a form based on the (DB driven)
order of the parent menu. Yes, yes... the solution is to fix the JS, but
until the JS guy gets back, the DB solution is what comes to mind.

Thx in advance,
Aurangzeb

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Larry Rosenman 2002-11-26 15:17:50 Re: Updating record drops it to the bottom
Previous Message Oleg Shalnev 2002-11-26 15:09:00 Re: How To Get Numetic Value!!! using C ???