pg_config : postgresql.conf adjustments?

From: Justin Clift <justin(at)postgresql(dot)org>
To: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_config : postgresql.conf adjustments?
Date: 2002-09-29 05:07:46
Message-ID: 3D968AA2.20B9EB50@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Would it be beneficial for us to extend "pg_config" to update the
postgresql.conf file?

i.e.

pg_config --sort_mem 16384 --shared_buffers 800

pg_config -d /some/datadir --sort_mem 16384 --shared_buffers 800

etc?

Not sure if it should trigger a restart of postmaster, etc, but the
concept sounds useful.

:-)

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-29 05:28:43 Re: fix for client utils compilation under win32
Previous Message Justin Clift 2002-09-29 04:54:30 Re: v7.3 Branched ...