Re: Patch to add typmod's functions to a type's creation statement - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Patch to add typmod's functions to a type's creation statement
Date
Msg-id 475D46CC.7000000@postgresql.org
Whole thread Raw
In response to Re: Patch to add typmod's functions to a type's creation statement  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Guillaume Lelarge wrote:
> Guillaume Lelarge a écrit :
>> If I correctly read the CREATE TYPE manpage, I need to check that the
>> type_modifier_input_function function has one argument of type cstring[]
>> and returns an integer. And I need to check that the
>> type_modifier_output_function function has one integer argument and
>> returns a single ctring value. Is this right ?
>>
>
> If I'm right, this patch does the job (ie, all previous patch's known
> issues fixed).

Thanks, patch applied.

Regards, Dave.


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6880 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/schema pgadmin/schema pgadmin/ui
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6881 - branches/REL-1_8_0_PATCHES/pgadmin3