table types/check constraints

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема table types/check constraints
Дата
Msg-id b42b73150812120614q15e75672i7239e88948725b4e@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
In my gripe/suggestion here:
http://archives.postgresql.org/pgsql-hackers/2008-12/msg00642.php

I noted that it might be nice to handle check constraints over
composite types.  It turns out that table check constraints are not
enforced during casts:

postgres=# create table foo(f1 int, f2 int, check(f1 != f2));
postgres=# select (1,1)::foo; row
-------(1,1)
(1 row)

Should the be?  I've been thinking about how to marry tables and
composite types.

merlin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: default values for function parameters
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: WIP: default values for function parameters