Thread: problem with variable length user defined type

problem with variable length user defined type

From
kverdecia
Date:
Hi,

Some one knows where can I download a full example of a variable length
user defined type? I'm trying to define one but I have problems with de
output function.


Thanks


Re: problem with variable length user defined type

From
Merlin Moncure
Date:
On Wed, Apr 8, 2009 at 3:49 PM, kverdecia <kverdecia@uci.cu> wrote:
> Hi,
>
> Some one knows where can I download a full example of a variable length
> user defined type? I'm trying to define one but I have problems with de
> output function.

have you looked at contrib? for example hstore?

merlin


Re: problem with variable length user defined type

From
Tom Lane
Date:
kverdecia <kverdecia@uci.cu> writes:
> Some one knows where can I download a full example of a variable length
> user defined type?

There are several in the contrib modules.
        regards, tom lane