ALTER SEQUENCE - Mailing list pgsql-general

From Don Y
Subject ALTER SEQUENCE
Date
Msg-id 446B881C.5040307@DakotaCom.Net
Whole thread Raw
Responses Re: ALTER SEQUENCE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Hi,

It doesn't appear that there is a way to rename a sequence
(ideally with a "cascade" action).

Nor does there appear to be a way to change the owner of
a sequence.

Obviously, I can DROP and recreate...  *but*, how prudent
(foolish?) would it be just to change the entries in the
system tables, instead?

pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: Why won't it index scan?
Next
From: Tony Caduto
Date:
Subject: PG_DIAG_STATEMENT_POSITION Where is it defined?