Re: Check postgres compile-time options - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Check postgres compile-time options
Date
Msg-id 20050801224821.GA66940@winnie.fuhr.org
Whole thread Raw
In response to Check postgres compile-time options  (Laura Vance <vancel@winfreeacademy.com>)
Responses Re: Check postgres compile-time options  (Laura Vance <vancel@winfreeacademy.com>)
List pgsql-general
On Mon, Aug 01, 2005 at 05:18:58PM -0500, Laura Vance wrote:
> In trying to get the ODBC installed on my test system, I've run
> into the problem that I need to know if my binary distribution of
> PostgreSQL was configured with the --enable-odbc option, and I can't
> seem to find out how to do that.

Are you looking for "pg_config --configure"?

http://www.postgresql.org/docs/7.1/static/app-pgconfig.html

I think pg_config reports the configure options that were in effect
when *it* was compiled, so if pg_config is from a different build
than the postmaster then the options pg_config reports might not
match those that the postmaster was built with (somebody please
correct me if I'm mistaken).

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: "YL"
Date:
Subject: Re: pgmonitor
Next
From: Laura Vance
Date:
Subject: Re: Check postgres compile-time options