Re: Way to stop recursion?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Way to stop recursion?
Дата
Msg-id 20041126213625.GC2312@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Way to stop recursion?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Fri, Nov 26, 2004 at 04:31:11PM -0500, Tom Lane wrote:
> 
> Seems to me that your real problem is a bogus database layout.  If there
> should only be one "common" value for a parent and children, then only
> store one value ... that is, "common" should exist only in the parent.

Tom's answers always make me realise that I should think harder
before I talk.  He's right, of course: one common value means store
it once.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
I remember when computers were frustrating because they *did* exactly what 
you told them to.  That actually seems sort of quaint now.    --J.D. Baldwin


В списке pgsql-sql по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Way to stop recursion?
Следующее
От: Jonathan Knopp
Дата:
Сообщение: Re: Way to stop recursion?