Re: Trying to add a type modifier to user created type - Mailing list pgsql-general

From Carsten Kropf
Subject Re: Trying to add a type modifier to user created type
Date
Msg-id 79A1438B-ADC9-4485-8D8D-AFD0B6A71589@fh-hof.de
Whole thread Raw
In response to Re: Trying to add a type modifier to user created type  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Thanks a lot so far, got it working with the cast. Probably the documentation about create type where the type
modifiersare described should be extended in order to find that. 
Thanks and regards
    Carsten Kropf
Am 18.02.2010 um 16:46 schrieb Tom Lane:

> Yeb Havinga <yebhavinga@gmail.com> writes:
>> Carsten Kropf wrote:
>>> I wanted to add a new type that supports modifiers (comparable to
>>> numeric/varchar).
>
>> You need to add a cast from the type to itself, e.g.
>
> The CREATE CAST reference page has the gory details here.
>
>             regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: SQL select return into PSQL variables.
Next
From: Chris Barnes
Date:
Subject: Setting a table to be ignored by autovacuum