Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: phb(dot)emaj(at)free(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq
Date: 2012-06-09 22:14:02
Message-ID: 5280.1339280042@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

phb(dot)emaj(at)free(dot)fr writes:
> When a table having a seial column has been created by a CREATE EXTENSION,
> and when this table is later dropped from the extension, the associated
> sequence must be also explicitely dropped from the extension.

This doesn't really seem like a bug to me. The sequence is a somewhat
independent object.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-06-09 22:20:18 Re: BUG #6682: pg_dump and sequence values of serial columns for extension configuration tables
Previous Message Jaime Casanova 2012-06-09 21:19:30 Re: [BUGS] BUG #6680: error para ingresar