Re: Runtime config of PGSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Akshay Mathur" <akshay(dot)mathur(at)wibhu(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Runtime config of PGSQL
Date: 2004-09-01 23:01:39
Message-ID: 11167.1094079699@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Akshay Mathur" <akshay(dot)mathur(at)wibhu(dot)com> writes:
> Is there any way to see that a postmaster is running with what
> configuration? I want to verify if it picked up all the values from
> postgresql.conf or not. Also I want to know what values it has taken for
> the parameters which are commented in my conf file.

SHOW ALL ... or SELECT * FROM pg_settings ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Richard Harris 2004-09-01 23:33:43 Information about psqlODBC parameters
Previous Message Tom Lane 2004-09-01 23:00:33 Re: initdb - (InitPostgres) - FATAL: database "postgres" does not exist