Re: [COMMITTERS] pgsql: Make it possible to change Kerberos/GSSAPI parameters without

2009-01-07 Thread Magnus Hagander
Tom Lane wrote: > [email protected] (Magnus Hagander) writes: >> Log Message: >> --- >> Make it possible to change Kerberos/GSSAPI parameters without restarting >> the postmaster. They are only used in backend processes, so it's just >> a matter of re-labeling the GUCs. > > Please use th

Re: [COMMITTERS] pgsql: Make it possible to change Kerberos/GSSAPI parameters without

2009-01-02 Thread Tom Lane
[email protected] (Magnus Hagander) writes: > Log Message: > --- > Make it possible to change Kerberos/GSSAPI parameters without restarting > the postmaster. They are only used in backend processes, so it's just > a matter of re-labeling the GUCs. Please use the appropriate phraseology f

[COMMITTERS] pgsql: Make it possible to change Kerberos/GSSAPI parameters without

2009-01-02 Thread Magnus Hagander
Log Message: --- Make it possible to change Kerberos/GSSAPI parameters without restarting the postmaster. They are only used in backend processes, so it's just a matter of re-labeling the GUCs. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.200 -> r1.201)