[DOCS] SET documentation could mention ALTER USER, etc.

2005-01-28 Thread Michael Fuhr
Suggestion for the SET documentation: mention that settings can be made permanent by editing postgresql.conf and reloading the postmater, or by using ALTER USER or ALTER DATABASE. A place to mention this might be at the end of the first paragraph under the Description, after "SET only affects the

Re: [DOCS] SET documentation could mention ALTER USER, etc.

2005-01-28 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > Suggestion for the SET documentation: mention that settings can be > made permanent by editing postgresql.conf and reloading the postmater, > or by using ALTER USER or ALTER DATABASE. There's already a link to section 16.4, which explains all that in deta

Re: [DOCS] SET documentation could mention ALTER USER, etc.

2005-01-28 Thread Michael Fuhr
On Fri, Jan 28, 2005 at 07:20:29PM -0500, Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> writes: > > Suggestion for the SET documentation: mention that settings can be > > made permanent by editing postgresql.conf and reloading the postmater, > > or by using ALTER USER or ALTER DATABASE. > > T