"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes:
> However, is it possible to create a type that has different parameters
> wherever it is used.
> For instance - the varchar type takes as a parameter the max characters in
> the field. Although there is only one varchar type, it has different
Hi,
I am trying to emulate MySQL's SET type, by creating a new postgresql type.
However, is it possible to create a type that has different parameters
wherever it is used.
For instance - the varchar type takes as a parameter the max characters in
the field. Although there is only one varchar t