Ok, You guys are probably tired of me, BUT, here is another one, that

Bruce Momjian <bruce@momjian.us>

Commit: d63a762f799b08c28190ad3ae5ab4061aa83e762
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-11-13T21:35:03Z
Releases: 7.1.1
Ok, You guys are probably tired of me, BUT, here is another one, that
adds the facility to set the program name used in syslog.
(this includes the other ones).

One gotcha, the parser doesn't like special characters in strings.
For example, i tried to use pg-test, and if failed the parse coming
from the postgresql.conf file.

I don't think it's a showstopper..

Larry Rosenman

Files

PathChange+/−
doc/src/sgml/runtime.sgml modified +25 −1
src/backend/utils/error/elog.c modified +21 −2
src/backend/utils/misc/guc.c modified +27 −1