Re: ODBC Driver patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: ODBC Driver patch
Date
Msg-id Pine.LNX.4.30.0012111819440.1147-100000@peter.localdomain
Whole thread Raw
In response to Re: ODBC Driver patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: ODBC Driver patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
peter ~/pgsql/src/interfaces/odbc$ make
gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic
-I/usr/kerberos//include -I../../../src/include -I. -DHAVE_CONFIG_H
-DODBCINSTDIR='"/home/peter/pg-install/etc/postgresql"'  -c -o info.o
info.c -MMD
In file included from info.c:29:
isql.h:27:41: warning: "ODBCVER" redefined
psqlodbc.h:37:1: warning: this is the location of the previous definition
info.c:2898:46: missing terminating " character
info.c:2816:24: unterminated #if
make: *** [info.o] Error 1

Try again.


Bruce Momjian writes:

> Applied.  Thanks.
>
> > Here is patch to the ODBC driver to update the version to 2.5 and allow
> > all forms of foreign keys be exposed to SQLForeignKeys.  This patch is in
> > addition to the ones I mailed yesterday (forget had I changed that as
> > well....)
> >
> > Michael Fork - CCNA - MCP - A+
> > Network Support - Toledo Internet Access - Toledo Ohio
> Content-Description:
>
> [ Attachment, skipping... ]
>
>
>

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: new darwin patches
Next
From: Bruce Momjian
Date:
Subject: Re: ODBC Driver patch