Mapping two table primary keys together

Поиск
Список
Период
Сортировка
От Mike Friesen
Тема Mapping two table primary keys together
Дата
Msg-id Pine.LNX.4.30.0102261156390.8744-100000@mike.pmcanada.com
обсуждение исходный текст
Список pgsql-novice
I have 2 table with the same primary key.  If I try and do a join on them,
it is very slow unless I explicitly specify in my select statement that
those two keys are equal.  Is there any way to tell postgresql internally
that those two primary keys are equal?  Basically so that in my select
statement I don't have to always specify those keys as equal.

Thanx..

Mike


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

Предыдущее
От: Adam Lowry
Дата:
Сообщение: selecting using WHERE on arrays
Следующее
От: "Mark, Terry"
Дата:
Сообщение: RE: copying tables