Storage of Foreign Keys

Поиск
Список
Период
Сортировка
От Christian Koetschan
Тема Storage of Foreign Keys
Дата
Msg-id 4AB76BB6.30405@biozentrum.uni-wuerzburg.de
обсуждение исходный текст
Ответы Re: Storage of Foreign Keys
Список pgsql-general
Hi,

can anybody tell me how postgres internally stores foreign keys...
E.g. I have a table "tableA" with column "mycolA text" and the constraint
FOREIGN KEY(mycolA) REFERENCES tableB(mycolB)

Is everything I insert into mycolA and mycolB stored twice, or
is there something like a pointer/reference from mycolA to the things
stored in mycolB?

Thanks alot for any information, Christian


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

Предыдущее
От: Tguru
Дата:
Сообщение: Re: anyone have experience with using Talend ETL tool
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: Storage of Foreign Keys