From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | bug? non working casts for domain |
Date: | 2006-05-03 08:46:02 |
Message-ID: | Pine.LNX.4.64.0605031033350.16727@briare.cri.ensmp.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear PostgreSQL developer.
Although it is allowed to create a cast for a domain, it seems that there
is no way to trigger it. You can find attached an sql script to illustrate
the issue with postgresql 8.1.3. The create cast and create domain
documentations do not seem to discuss this point.
ISTM that it is a pg bug. Indeed, either
(1) the create cast should be rejected if it is not allowed for domains.
or
(2) the function should be triggered by explicit casts to the domain.
Have a nice day,
--
Fabien.
Attachment | Content-Type | Size |
---|---|---|
domain_cast.sql | text/plain | 706 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2006-05-03 11:34:08 | Re: Automatic free space map filling |
Previous Message | Robert Staudinger | 2006-05-03 07:57:50 | [SoC] Relation between project "XML improvements" and "pgxml" |