Re: Bug in sequence dependency checking

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug in sequence dependency checking
Date: 2003-05-20 14:55:15
Message-ID: 28840.1053442515@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ruslan A Dautkhanov <rusland(at)scn(dot)ru> writes:
> PostgreSQL do not remove it's internal dependency when I DROP DEFAULT
> (it was nextval(...)), so I still can't remove the sequence.

Ideally we'd prevent you from doing DROP DEFAULT, too. That's mucking
with the internals of the SERIAL implementation. Drop the column if you
don't want it anymore.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hannes Wenzel 2003-05-21 04:28:16 Bug with locale (decimale/group seperator in numbers)
Previous Message Ruslan A Dautkhanov 2003-05-20 03:49:14 Bug in sequence dependency checking