Re: Re: Order question

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: "Mike Castle" <dalgoda(at)ix(dot)netcom(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Order question
Date: 2001-02-13 23:23:55
Message-ID: 002b01c09614$08f4d7f0$0200000a@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sure, I was just wondering if there was some PG internal value I could use
(and I should have said that in my email)..

Thanks for the suggestion though, I appreciate it..

-Mitch

----- Original Message -----
From: "Mike Castle" <dalgoda(at)ix(dot)netcom(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, February 13, 2001 6:18 PM
Subject: Re: Re: Order question

> On Tue, Feb 13, 2001 at 05:58:35PM -0500, Mitch Vincent wrote:
> > I just set the row with j.inv_id to 1, I'd like it to be ordered above
the
> > row with j.jobtitle in it -- is that possible?
>
> make a trigger that updates a time stamp and order by that?
>
> mrc
> --
> Mike Castle Life is like a clock: You can work constantly
> dalgoda(at)ix(dot)netcom(dot)com and be right all the time, or not work at all
> www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
> We are all of us living in the shadow of Manhattan. -- Watchmen
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-13 23:32:36 Re: psql segfault
Previous Message Lamar Owen 2001-02-13 23:23:54 Re: Re: Order question