Domain coercions

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Domain coercions
Дата
Msg-id 069001c219a3$cb5ba620$fe01a8c0@jester
обсуждение исходный текст
Ответы Re: Domain coercions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Domain coercions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
I've fixed up the way domain constraints (not null and type length)
are managed as per request.

Moved from merging with table attributes to applying themselves during
coerce_type() and coerce_type_typmod.

Regression tests altered to test the cast() scenarios.
--
Rod

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] funcapi.h:69: syntax error before `uint'
Следующее
От: sugita@sra.co.jp
Дата:
Сообщение: int64 timestamp patch for contrib/pg_controldata