Re: [DOCS] Do we need "Diagnostics" sections of SQL command reference pages?

2003-08-28 Thread Chris M
"Tom Lane" <[EMAIL PROTECTED]> Write news:[EMAIL PROTECTED] > "Dan Langille" <[EMAIL PROTECTED]> writes: > > On 26 Aug 2003 at 9:14, Tom Lane wrote: > >> http://developer.postgresql.org/docs/postgres/sql-createdatabase.html > > > The value I see in those message is it gives the reader more > > inf

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