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

From Laura Vance
Subject Check postgres compile-time options
Date
Msg-id 42EE9FD2.9020001@winfreeacademy.com
Whole thread Raw
Responses Re: Check postgres compile-time options  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Hello,

I have an old binary RPM distribution of Postgres (7.1.2), and I am
trying to switch from the proprietary interface to the ODBC interface so
that I can upgrade my servers to a more up-to-date version.  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.  I could've sworn I'd seen in the list how to display
how postgres was compiled, but I've been searching the list archives for
about an hour or more, and I can't find it.  I'm sure that within
minutes, someone will point out the specific email that has it.

The documentation also says that I could go into the source tree
(src/interfaces/odbc) and type make ; make install, but I can't find
that directory structure anywhere on my system.  The documentation that
told me about this is the programmers reference for 7.1.2

These are the postgreSQL packages that are installed, and below are the
odbc packages installed.  I know this is an old version, but as I said,
I need to switch my software to odbc to upgrade, because just upgrading
postgres breaks the software that I've written.

#rpm -q -a | grep -i postgres
postgresql-server-7.1.2-19mdk
postgresql-libs-7.1.2-19mdk
postgresql-perl-7.1.2-19mdk
postgresql-devel-7.1.2-19mdk
postgresql-7.1.2-19mdk
postgresql-odbc-7.1.2-19mdk

# rpm -q -a | grep -i odbc
unixODBC-2.0.8-7mdk
libiodbc-3.52.2-1
libunixODBC2-2.0.8-7mdk
unixODBC-gui-gtk-2.0.8-7mdk
libiodbc-admin-3.52.2-1
postgresql-odbc-7.1.2-19mdk
libiodbc-devel-3.52.2-1

Thanks in advance for any help.

--
Thanks,
Laura Vance
Systems Engineer
Winfree Academy Charter Schools



pgsql-general by date:

Previous
From: Martín Marqués
Date:
Subject: pgmonitor
Next
From: "YL"
Date:
Subject: Re: pgmonitor