Re: Bug in sequence dependency checking

From: "Mendola Gaetano" <mendola(at)bigfoot(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug in sequence dependency checking
Date: 2003-05-27 00:55:50
Message-ID: 002e01c323ea$b7c1d9c0$10d4a8c0@mm.eutelsat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ruslan A Dautkhanov <rusland(at)scn(dot)ru> wrote:

> Hello all,
> PostgreSQL do not remove it's internal dependency when I DROP DEFAULT (it
was nextval(...)),
> so I still can't remove the sequence. Please see the real example bellow:

[ CUTTED ]

you did:
alter table ttPrefixes alter ttid DROP DEFAULT;

may be inded you should do
alter table ttPrefixes alter ttpid DROP DEFAULT;

in order to remove the serial
public.ttprefixes_ttpid_seq

Regards
Gaetano

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-05-27 01:39:20 Re: pg_class_aclcheck: relation [oid] not found...
Previous Message Sean Chittenden 2003-05-26 23:10:50 pg_class_aclcheck: relation [oid] not found...