Re: Table-design for categories, suggestions needed

From: Lew <noone(at)lewscanon(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Table-design for categories, suggestions needed
Date: 2010-08-06 23:54:01
Message-ID: i3i79q$ad0$1@news.albasani.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 08/05/2010 04:06 AM, gargoyle60 wrote:
> Oops, that should read...
> ...
> FOREIGN KEY (parent_level)
> REFERENCES category (category_level)

So category (category_level) is a unique or primary key, then.

--
Lew

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message gargoyle60 2010-08-07 07:35:14 Re: Table-design for categories, suggestions needed
Previous Message Leon Starr 2010-08-06 15:53:41 Re: Best way to test/develop lots of nested functions?