Re: [ADMIN] drop table failed to drop associated sequence

2002-06-03 Thread Henry House
On Mon, Jun 03, 2002 at 12:59:27PM -0300, Juan Rojas wrote: > Hi, > I'm running PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96. > I have a problem when I drop a table which contains a serial field. The > system drops the table but the associated sequence still remains in the > catalog

[ADMIN] drop table failed to drop associated sequence

2002-06-03 Thread Juan Rojas
Title: drop table failed to drop associated sequence Hi, I'm running PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96. I have a problem when I drop a table which contains a serial field. The system drops the table but the associated sequence still remains in the catalog, so if I wan