Re: Patch to add typmod's functions to a type's creation statement

From: Dave Page <dpage(at)postgresql(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Patch to add typmod's functions to a type's creation statement
Date: 2007-12-10 14:01:48
Message-ID: 475D46CC.7000000@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-12-10 14:02:32 SVN Commit by dpage: r6881 - branches/REL-1_8_0_PATCHES/pgadmin3
Previous Message svn 2007-12-10 14:00:54 SVN Commit by dpage: r6880 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/schema pgadmin/schema pgadmin/ui