Re: Runtime config of PGSQL - Mailing list pgsql-admin

From Tom Lane
Subject Re: Runtime config of PGSQL
Date
Msg-id 11167.1094079699@sss.pgh.pa.us
Whole thread Raw
In response to Runtime config of PGSQL  ("Akshay Mathur" <akshay.mathur@wibhu.com>)
List pgsql-admin
"Akshay Mathur" <akshay.mathur@wibhu.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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROPped database doesn't go away Postgres7.4
Next
From: Tom Lane
Date:
Subject: Re: initdb - (InitPostgres) - FATAL: database "postgres" does not exist