datatype: not variable, not fixed length - Mailing list pgsql-general

From Moritz Sinn
Subject datatype: not variable, not fixed length
Date
Msg-id m3bs7p8k0p.fsf@moritz.sinnhq.de
Whole thread Raw
Responses Re: datatype: not variable, not fixed length  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
hi,

i'd like to write a datatype which is similar to varchar, i want the
programmer be able to set its length when he creates the table. but
it seems that there are only 2 options: completely variable or fixed.
so do i have to write an new basic type and recompile postgresql?

thanks,
 moritz

--


pgsql-general by date:

Previous
From: Laurette Cisneros
Date:
Subject: Monitoring postgresql
Next
From: Bruce Momjian
Date:
Subject: Re: datatype: not variable, not fixed length