"Michael Enke" <[EMAIL PROTECTED]> writes:
> if I have defined my own data type/operators,
> in a check constraint this type is used
> instead of ::text.
It looks to me like you must have defined an operator =(varchar,testchar)
--- the only way a user-defined type would win over text is to have an
The following bug has been logged online:
Bug reference: 3659
Logged by: Michael Enke
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4
Operating system: Linux, CentOS5
Description:should use implizit type cast in check constraint
Details:
Hello,
if I have