Re: unique constraints on foreign keys - Mailing list pgsql-admin

From Jaime Casanova
Subject Re: unique constraints on foreign keys
Date
Msg-id 20040920231852.9042.qmail@web50002.mail.yahoo.com
Whole thread Raw
In response to Re: unique constraints on foreign keys  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: unique constraints on foreign keys  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-admin
 --- Stephan Szabo <sszabo@megazone.bigpanda.com>
escribió:
>
> On Mon, 20 Sep 2004, Jaime Casanova wrote:
>
> > There is a way to not enforce the creation of a
> > primary or unique index on a referenced table?
>
> Not really. It's not the index that's important
> per-se, it's the uniqueness that is implied.

OK. What about to teach the planner always do a
seq on that table and do not ask for use the
index? but not using "set" instructions. can i do
that?


_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

pgsql-admin by date:

Previous
From: Ramiro Batista da Luz
Date:
Subject: unsubscribe
Next
From: Stephan Szabo
Date:
Subject: Re: unique constraints on foreign keys