Re: [pgadmin-support] New sequence in 1.8.1

2008-01-18 Thread Dave Page
On 15/01/2008, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > >> Unless you can make the sequence combo of any use (e.g. to change the > >> default sequence used when creating the column) I'd say get rid of it! > > > > Thanks Andy. Any more opinions before I start pulling code? > > > > Getting rid

Re: [pgadmin-support] New sequence in 1.8.1

2008-01-15 Thread Guillaume Lelarge
Dave Page wrote: On 14/01/2008, Andy Shellam <[EMAIL PROTECTED]> wrote: Hi Dave, I see your point about it not doing anything after the column is created, as a serial column is just an integer column with a new default value. I liked the idea of being able to specify a different sequence to us

Re: [pgadmin-support] New sequence in 1.8.1

2008-01-15 Thread Dave Page
On 14/01/2008, Andy Shellam <[EMAIL PROTECTED]> wrote: > Hi Dave, > > I see your point about it not doing anything after the column is created, as > a serial column is just an integer column with a new default value. I liked > the idea of being able to specify a different sequence to use with the

Re: [pgadmin-support] New sequence in 1.8.1

2008-01-14 Thread Andy Shellam
Hi Dave, I see your point about it not doing anything after the column is created, as a serial column is just an integer column with a new default value. I liked the idea of being able to specify a different sequence to use with the serial column, but having said that I can't think of many uses w

Re: [pgadmin-support] New sequence in 1.8.1

2008-01-14 Thread Dave Page
On 14/01/2008, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Andy Shellam wrote: > > I've noticed a small bug in 1.8.1 on Windows XP (SP2). > > > > If I create a new table, and add a new serial column to it before OK'ing > > the "create table" dialog, the "sequence" drop-down remains disabled for

Re: [pgadmin-support] New sequence in 1.8.1

2008-01-14 Thread Guillaume Lelarge
Andy Shellam wrote: I've noticed a small bug in 1.8.1 on Windows XP (SP2). If I create a new table, and add a new serial column to it before OK'ing the "create table" dialog, the "sequence" drop-down remains disabled for the column. If I create a table, and OK the dialog without any columns

[pgadmin-support] New sequence in 1.8.1

2008-01-13 Thread Andy Shellam
Hi team, I've noticed a small bug in 1.8.1 on Windows XP (SP2). If I create a new table, and add a new serial column to it before OK'ing the "create table" dialog, the "sequence" drop-down remains disabled for the column. If I create a table, and OK the dialog without any columns in, then go bac