Re: Check postgres compile-time options

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Laura Vance <vancel(at)winfreeacademy(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Check postgres compile-time options
Date: 2005-08-01 22:48:21
Message-ID: 20050801224821.GA66940@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laura Vance 2005-08-01 23:13:32 Re: Check postgres compile-time options
Previous Message YL 2005-08-01 22:19:18 Re: pgmonitor