Re: data dependent sequences? - Mailing list pgsql-sql

From Andrew Sullivan
Subject Re: data dependent sequences?
Date
Msg-id 20070717164437.GJ21688@phlogiston.dyndns.org
Whole thread Raw
In response to Re: data dependent sequences?  ("Stuart" <smcg2297@frii.com>)
List 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@crankycanuck.ca
The plural of anecdote is not data.    --Roger Brinner


pgsql-sql by date:

Previous
From: "Stuart"
Date:
Subject: Re: data dependent sequences?
Next
From: "Stuart"
Date:
Subject: Re: data dependent sequences?