Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Dave Page
On Feb 12, 2008 9:12 PM, Peter Gagarinov <[EMAIL PROTECTED]> wrote: > > 1) create a simple table with two columns : > > create test_table(a integer, b integer); > > 2) go to 'New Table.." menu, type in some table name, > > 3) go to 'Columns' tab, type some column name, 'a' for instan

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Magnus Hagander
Dave Page wrote: On Feb 12, 2008 9:12 PM, Peter Gagarinov <[EMAIL PROTECTED]> wrote: 1) create a simple table with two columns : create test_table(a integer, b integer); 2) go to 'New Table.." menu, type in some table name, 3) go to 'Columns' tab, type some column name, 'a' for

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Guillaume Lelarge
Magnus Hagander a écrit : Dave Page wrote: On Feb 12, 2008 9:12 PM, Peter Gagarinov <[EMAIL PROTECTED]> wrote: 1) create a simple table with two columns : create test_table(a integer, b integer); 2) go to 'New Table.." menu, type in some table name, 3) go to 'Columns' tab, typ

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Guillaume Lelarge
Dave Page a écrit : On Feb 13, 2008 2:56 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: That's something I already heard at Solutions Linux 2008. I talked with someone who has this kind of issues. This guy has lots of tables, so his type combo box is really huge, and becomes actually unusable.

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Magnus Hagander
Dave Page wrote: On Feb 13, 2008 2:56 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: That's something I already heard at Solutions Linux 2008. I talked with someone who has this kind of issues. This guy has lots of tables, so his type combo box is really huge, and becomes actually unusable. T

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Dave Page
On Feb 13, 2008 2:56 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > That's something I already heard at Solutions Linux 2008. I talked with > someone who has this kind of issues. This guy has lots of tables, so his > type combo box is really huge, and becomes actually unusable. > > Table types

Re: [pgadmin-support] bug in pgadmin 1.8.2: missing entry in 'Data Type' list

2008-02-13 Thread Dave Page
On Feb 13, 2008 3:06 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > What do you think of the UI I mention in my previous mail ? if it feels > OK to you (and others), I'll have a look at it. Probably best to hold off for now - redesigning the table & child dialogues is on the todo for this cycl

[pgadmin-support] Creating table as datatype

2008-02-13 Thread rasoolbv
Hi, I am new to this ordb, postgresql and pgadmin. I am using this for a project that involves lots of object aggregation and inheritance. Currently I am able to create a column as of datatype. That is, for a staff I can have a multivalued column of datatype internalAddress. I want to create a ta