Changing the sequence owner - Mailing list pgsql-docs

From Dan Langille
Subject Changing the sequence owner
Date
Msg-id 3F4B6CCC.3340.1AD4826F@localhost
Whole thread Raw
List pgsql-docs
Should we make some reference to ALTER TABLE on the the sequence
page?  A sequence owner is changed via:

  alter table forums_auth_id_seq owner to phorum;

That's not intuitive unless you know the innards.  We need to point
the users there.

There are references to sequences within the ALTER TABLE
documentation ("This form changes the owner of the table, index,
sequence or view to the specified user.") but you have to know about
it in the first place.
--
Dan Langille : http://www.langille.org/


pgsql-docs by date:

Previous
From: "Dan Langille"
Date:
Subject: Re: Do we need "Diagnostics" sections of SQL command reference pages?
Next
From: Peter Eisentraut
Date:
Subject: Automatic documentation spell check