Re: Can I create a TYPE (or DOMAIN) with arguments? - Mailing list pgsql-general

From Tom Lane
Subject Re: Can I create a TYPE (or DOMAIN) with arguments?
Date
Msg-id 6734.1199981985@sss.pgh.pa.us
Whole thread Raw
In response to Re: Can I create a TYPE (or DOMAIN) with arguments?  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Can I create a TYPE (or DOMAIN) with arguments?
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> On Thu, Jan 10, 2008 at 08:58:07AM -0600, Erik Jones wrote:
>> Postgres doesn't support parameterized type declarations directly
>> (that I've ever heard of), but you could probably write a function
>> that uses EXECUTE to do this.

> IIRC 8.3 will include the user-defined typmod which will allow such
> constructs...

That won't help for this particular problem, though --- composite types
don't take typmods, and there'd be no mechanism to pass it down to the
varchar field if they did.  I don't think the OP can solve his problem
just with spare parts.  In 8.3 he could write a primitive type that
behaves the way he wants, but it'd take an annoyingly large amount
of custom C code :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: 8.2.4 serious slowdown
Next
From: Alvaro Herrera
Date:
Subject: Re: 8.2.4 serious slowdown