Tom Lane wrote:
Daniel Migowski <[EMAIL PROTECTED]> writes:
I miss the possibility to code something like a userdifined
varchar(n).
You're out of luck on that. The data types that can have precision
parameters attached to them are hard-wired into the parser.
Maybe you don't need to invent a whole
Daniel Migowski <[EMAIL PROTECTED]> writes:
> I miss the possibility to code something like a userdifined
> varchar(n).
You're out of luck on that. The data types that can have precision
parameters attached to them are hard-wired into the parser.
regards, tom lane
--
Hallo.
i just coded a new datatype named "cistring", that can be
used in every function that accepts text or varchar, and has
the great ability to be ordered case insensitive in ORDER BY-
Clauses and Indices. The problem is, that its coded like the
text-type, so it is variable length completly.