Re: [DOCS] Changing the sequence owner

2003-08-28 Thread Chris M
I think it is a good idea. Providing an example is better. ""Dan Langille"" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > 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

[DOCS] Changing the sequence owner

2003-08-26 Thread Dan Langille
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 TAB