Status of Fix Domain Casting TODO

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Status of Fix Domain Casting TODO
Дата
Msg-id 20070101215420.GH71246@nasby.net
обсуждение исходный текст
Ответы Re: Status of Fix Domain Casting TODO  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I'm wondering if Gevik has had any time for further work on
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01738.php ?

FWIW, I'm running into this trying to create a 'raw' domain that would
automagically convert hex strings into actual binary data for storage in
a bytea. My intention was to use that as the basis for an 'md5data'
domain (unfortunately, calling the domain simply 'md5' results in a
conflict with the built-in md5 function). So something to consider on
the domain casting is the case of casting from domain A to domain B to a
base type.
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: effective_cache_size vs units
Следующее
От: Tom Lane
Дата:
Сообщение: Reverse-sort indexes and NULLS FIRST/LAST sorting