Re: Creating types

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Creating types
Date: 2007-12-11 18:21:09
Message-ID: 475ED515.9090800@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page a écrit :
> Guillaume Lelarge wrote:
>> Dave Page a écrit :
>>> [...]
>>> I'm currently thinking the way forward is to do the following:
>>>
>>> - Allow the user to create shell types. This would be another option
>>> alongside Composite, Enumeration and External.
>>>
>>> - Populate the combo boxes for the aforementioned functions when the
>>> user changes to the tab they're on, using the type name entered on the
>>> first tab to select the appropriate functions.
>>>
>> Your first idea seems much more simple to code than the second one but
>> it's more work for the user... but, as you say, no one sent report on
>> this issue, so I'm all for the first idea.
>
> Those two are individual parts of the same idea. We'd need to do both :-(
>

Oops. I didn't understand this. This probably means I should go to bed
earlier :)

> Idea number one is the more complex one in which the user can create the
> required functions as part of the process of creating the type - ie. we
> spawn sub-dialogues in which the functions can be defined as required.
>

I need to take a better look at this. I know the contents of second tab
depend on which kind of type we want to create, but I thought it was
easy to do.

Sorry about this...

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Roberts, Jon 2007-12-11 18:44:36 pgAgent sessions
Previous Message svn 2007-12-11 17:08:22 SVN Commit by dpage: r6889 - in trunk/pgadmin3: . pgadmin/debugger pgadmin/include/debugger