SET documentation could mention ALTER USER, etc.

Started by Michael Fuhrabout 21 years ago3 messagesdocs
Jump to latest
#1Michael Fuhr
mike@fuhr.org

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 value used by the current session."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Fuhr (#1)
Re: SET documentation could mention ALTER USER, etc.

Michael Fuhr <mike@fuhr.org> 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
detail.

regards, tom lane

#3Michael Fuhr
mike@fuhr.org
In reply to: Tom Lane (#2)
Re: SET documentation could mention ALTER USER, etc.

On Fri, Jan 28, 2005 at 07:20:29PM -0500, Tom Lane wrote:

Michael Fuhr <mike@fuhr.org> 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
detail.

Sure, but the references say things like "the run-time parameters
listed in Section 16.4" and "Available parameters are documented
in Section 16.4" so somebody might not think to follow the link if
they already know what parameters they're interested in. It might
be helpful to add another link that says, "And by the way, if you
want to make the changes permanent, see Section 16.4."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/