7.2b5 notes

From: "Dwayne Miller" <dmiller(at)espgroup(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 7.2b5 notes
Date: 2002-01-18 16:41:26
Message-ID: 3C485036.20003@espgroup.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just an FYI that the recent problem I had (in 7.2b2) naming a column
'Time' is not present in this beta. Although it was not critical that I
had a column named time, it does ease my porting effort.

Also...

when I downloaded 7.2b5 and compiled using the steps

./configure --with-perl --enable-odbc --with-unixodbc
make

I received and error in the .../interfaces/odbc directory about unknown
files
sql.h
and a couple of others (I did this at home last night).

Since I've only recently tried to use an application on Linux that uses
ODBC, I'm unfamiliar with the unixODBC manager and how to define odbc
DSN's on the Linux system. However, I'm pretty sure that I need to
compile with odbc enabled to install the Linux odbc driver. Correct?
Are my config options incorrect?

Running ./configure with no options and compiling resulted in no errors
and I could successfully make install. But I don't think I have an odbc
driver to use...

Thanks,
Dwayne

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Liam Stewart 2002-01-18 17:00:59 Re: [PATCHES] guc
Previous Message Tom Lane 2002-01-18 16:24:02 Re: Bug in pg_dump/restore -o