Re: unique constraints on foreign keys

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: unique constraints on foreign keys
Дата
Msg-id 20040920231852.9042.qmail@web50002.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: unique constraints on foreign keys  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Ответы Re: unique constraints on foreign keys
Список 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 по дате отправления:

Предыдущее
От: Ramiro Batista da Luz
Дата:
Сообщение: unsubscribe
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: unique constraints on foreign keys