Re: FKs on temp tables: hard, or just omitted?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FKs on temp tables: hard, or just omitted?
Дата
Msg-id 7702.1130560067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на FKs on temp tables: hard, or just omitted?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Are foreign keys on temp tables not allowed just because nobody requested 
> them, or because they're hard to do?

You can have foreign keys between temp tables, just not between temp and
permanent tables.  The latter case is either fairly silly, or
technically hard, depending on which direction you have in mind.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: 8.1 Release Candidate 1 Coming ...
Следующее
От: Dave Page
Дата:
Сообщение: Re: 8.1 Release Candidate 1 Coming ...