"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