ALTER SEQUENCE

From: Don Y <pgsql(at)DakotaCom(dot)Net>
To: pgsql-general(at)postgresql(dot)org
Subject: ALTER SEQUENCE
Date: 2006-05-17 20:31:24
Message-ID: 446B881C.5040307@DakotaCom.Net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-05-17 20:32:40 Re: PG_DIAG_STATEMENT_POSITION Where is it defined?
Previous Message Tony Caduto 2006-05-17 20:28:45 PG_DIAG_STATEMENT_POSITION Where is it defined?