problem with variable length user defined type

Started by kverdeciaalmost 17 years ago3 messages
#1kverdecia
kverdecia@uci.cu

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

#2Merlin Moncure
mmoncure@gmail.com
In reply to: kverdecia (#1)
Re: problem with variable length user defined type

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: kverdecia (#1)
Re: problem with variable length user defined type

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