On Fri, 5 Nov 2004, [ISO-8859-2] Martin Sldek wrote:
> Cast int to domaim based on bit(n) works quite strange.
>
> CREATE DOMAIN kat bit(40) NOT NULL;
> SELECT 7::bit(40), 7::kat;
I didn't realize you were going to report this (as this post got held for
moderator approval), so I reported it and Tom Lane fixed it:
http://archives.postgresql.org/pgsql-bugs/2004-11/msg00066.php
Kris Jurka