Dropping sequences - Mailing list pgsql-general

From Robert Fitzpatrick
Subject Dropping sequences
Date
Msg-id 1101841871.9204.62.camel@columbus.webtent.org
Whole thread Raw
Responses Re: Dropping sequences
List pgsql-general
I have changed the default sequence on a primary key integer (created as
SERIAL) field in a table, but it will not let me drop the old sequence
and continues to tell me that the sequence is required by the table. Can
someone tell me what is required to get this dropped? I am just paranoid
that it could be using the old sequence still even though it seems all
is coming from the new sequence.

--
Robert


pgsql-general by date:

Previous
From: "Net Virtual Mailing Lists"
Date:
Subject: Re: [ANNOUNCE] USENET vs Mailing Lists Poll ...
Next
From: Steve Atkins
Date:
Subject: Re: Maximum limit on int in plpgsql