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
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
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
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
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
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
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