Re: Changing the sequence owner

From: "Chris M" <chris(at)none(dot)none>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: Changing the sequence owner
Date: 2003-08-27 12:54:51
Message-ID: bii9e0$1q8f$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


I think it is a good idea.
Providing an example is better.

""Dan Langille"" <dan(at)langille(dot)org>
news:3F4B6CCC(dot)3340(dot)1AD4826F(at)localhost(dot)(dot)(dot)
> 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/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2003-08-28 00:07:11 Automatic documentation spell check
Previous Message Chris M 2003-08-27 12:51:51 Re: Do we need "Diagnostics" sections of SQL command reference pages?