Re: Foreign key data type mismatches

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Foreign key data type mismatches
Дата
Msg-id 20031201073028.I44545@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Foreign key data type mismatches  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Mon, 1 Dec 2003, Peter Eisentraut wrote:

> I was just annoyed to find out that a foreign key doesn't check whether
> the referenced column has a sufficiently similar data type, it only checks
> whether an = operator exists.  This masks schema design errors and typos.
> Should this be tightened up, for example using the castability
> characteristics between the two data types?

Maybe, but IIRC the spec only requires comparability between the types
involved. Since we don't use the same rules as the spec for that,
existance of equality comparison was treated as the closest match to the
requirement at the time.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: initdb should create a warning message [was Re: [ADMIN]
Следующее
От: ow
Дата:
Сообщение: Max number of rows in a table