Re: data dependent sequences?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: data dependent sequences?
Date: 2007-07-17 16:44:37
Message-ID: 20070717164437.GJ21688@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Jul 17, 2007 at 09:40:21AM -0600, Stuart wrote:
> is not really structually important -- it is a value that
> exists soley for the UI.

Hmm. Maybe you should use generate_series() for the UI instead? It
would always give you the order you like, you could use the universal
sequence or whatever for your ORDER BY clause, and not store data
that you actually don't care about.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
The plural of anecdote is not data.
--Roger Brinner

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stuart 2007-07-17 18:23:21 Re: data dependent sequences?
Previous Message Stuart 2007-07-17 15:40:21 Re: data dependent sequences?