Re: [GENERAL] Bug with rename bigserial column

2004-01-12 Thread Richard Huxton
On Sunday 11 January 2004 13:14, Nigel J. Andrews wrote: > On Sun, 11 Jan 2004, Richard Huxton wrote: > > On Saturday 10 January 2004 21:31, D. Dante Lorenso wrote: > > > I just ran into a dump/restore problem with a bigserial column > > > on a renamed table. > > > > [snip] > > > > > I've corrected

[GENERAL] Bug with rename bigserial column

2004-01-10 Thread D. Dante Lorenso
I just ran into a dump/restore problem with a bigserial column on a renamed table. BIGSERIAL columns when created will automagically create the sequence also. The sequence name is derived from the table name and column name. I had a table named 'audio_usage' and defined a column like this: a