Thread: compile-time options

compile-time options

From
Andrew Kelly
Date:
Hi all,

is there a backend command analog to Apache's httpd -V which will show
me what was passed to the configure script at compile time?

Andy
--


Re: compile-time options

From
Tom Lane
Date:
Andrew Kelly <akelly@transparency.org> writes:
> is there a backend command analog to Apache's httpd -V which will show
> me what was passed to the configure script at compile time?

pg_config --configure.

            regards, tom lane