Re: [BUGS] BUG #3869: A scenario where pg_dump doesn't dump sequence

2008-01-12 Thread Tom Lane
"guillaume (ioguix) de Rorthais" <[EMAIL PROTECTED]> writes: > I think I found a bug in pg_dump from PostgreSQL 8.1. > When creating a table with a SERIAL column, thn alter this column as > smallint, pg_dump doesn't create the sequence anymore. This is fixed (along with lots of other corner cases

[BUGS] BUG #3869: A scenario where pg_dump doesn't dump sequence

2008-01-12 Thread guillaume (ioguix) de Rorthais
The following bug has been logged online: Bug reference: 3869 Logged by: guillaume (ioguix) de Rorthais Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux, MacOSX 10.4.10 Description:A scenario where pg_dump doesn't dump sequence Details: