Re: data dependent sequences?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: data dependent sequences?
Дата
Msg-id 20070717164437.GJ21688@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: data dependent sequences?  ("Stuart" <smcg2297@frii.com>)
Список 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 по дате отправления:

Предыдущее
От: "Stuart"
Дата:
Сообщение: Re: data dependent sequences?
Следующее
От: "Stuart"
Дата:
Сообщение: Re: data dependent sequences?