| From: | nconway(at)klamath(dot)dyndns(dot)org (Neil Conway) |
|---|---|
| To: | Steve Brett <SBrett(at)e-mis(dot)com> |
| Cc: | "Pgsql-General (E-mail)" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: just a quick one ... |
| Date: | 2002-07-17 16:20:44 |
| Message-ID: | 20020717162043.GA5012@klamath.dyndns.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jul 17, 2002 at 04:50:50PM +0100, Steve Brett wrote:
> the live box has 7.2 from deb packages and i have edited postgresql.conf to
> give the same start parameters as the dev box but on ps auxf i don't get any
> extra info ...
postgresql.conf specifies config options, *not* command-line parameters.
So any changes there will not show up in 'ps'.
You can use 'SHOW ALL;' to get a dump of your current config settings.
Personally, I make all my configuration changes in postgresql.conf, and
don't specify any additional arguments when starting the postmaster.
Cheers,
Neil
--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Manfred Koizar | 2002-07-17 16:27:28 | Re: just a quick one ... |
| Previous Message | Robert Treat | 2002-07-17 16:10:49 | Re: table size growing out of control |