Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Date
Msg-id 24247.1230909005@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Make it possible to change Kerberos/GSSAPI parameters without  (mha@postgresql.org (Magnus Hagander))
Responses Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
mha@postgresql.org (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 for SIGHUP parameters, namely

        This parameter can only be set in the <filename>postgresql.conf</>
        file or on the server command line.

            regards, tom lane

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: plproxy - plproxy: mention new syntax in docs
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Initialize .pot files with some useful default values.