Re: dropping sequences - Mailing list pgsql-general

From Erik Price
Subject Re: dropping sequences
Date
Msg-id 3EF23589.8080901@ptc.com
Whole thread Raw
In response to Re: dropping sequences  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general

Tom Lane wrote:
> Erik Price <eprice@ptc.com> writes:
>
>>So, is the solution to drop the column first, then drop the sequence,
>>then re-create the column by using ALTER TABLE ?
>
>
> Perhaps what you are really looking to do is just to reset the sequence
> counters with setval() ?

Believe it or not, I really want to remove the sequences altogether.  It
may sound strange.  I'm experimenting.



Erik


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: dropping sequences
Next
From: "scott.marlowe"
Date:
Subject: Re: dropping sequences