Re: How to determine if ODBC was compiled in?
Re: How to determine if ODBC was compiled in?
От:
Peter Eisentraut <peter_e@gmx.net>
Дата:
Jared Evans wrote: > How would I determine if the Debian Postgresql package I installed > was configured with --enable-odbc option? This is fairly uninteresting, since all this switch controls is whether the ODBC driver gets built. Clearly, there is a Debian package for the ODBC driver.
Re: How to determine if ODBC was compiled in?
От:
Peter Eisentraut <peter_e@gmx.net>
Дата:
Jared Evans wrote: > perhaps you misunderstood my question. I downloaded a binary package > off the Debian website. How do I determine what options it was > compiled with? That is my question. Look inside the source package in debian/rules.
How to determine if ODBC was compiled in?
От:
jarednevans@yahoo.com (Jared Evans)
Дата:
Hi, How would I determine if the Debian Postgresql package I installed was configured with --enable-odbc option? Jared
Re: How to determine if ODBC was compiled in?
От:
jarednevans@yahoo.com (Jared Evans)
Дата:
perhaps you misunderstood my question. I downloaded a binary package off the Debian website. How do I determine what options it was compiled with? That is my question. Jared peter_e@gmx.net (Peter Eisentraut) wrote in message news:<200405162156.08959.peter_e@gmx.net>... > Jared Evans wrote: > > How would I determine if the Debian Postgresql package I installed > > was configured with --enable-odbc option? > > This is fairly uninteresting, since all this switch controls is whether > the ODBC driver gets built. Clearly, there is a Debian package for the > ODBC driver. > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)