Re: [PATCHES] ODBC Driver patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Michael Fork <mfork(at)toledolink(dot)com>, <pgsql-interfaces(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] ODBC Driver patch
Date: 2000-12-11 17:20:20
Message-ID: Pine.LNX.4.30.0012111819440.1147-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joachim Achtzehnter 2000-12-11 17:29:22 RE: JDBC Drop/Create problem?
Previous Message Peter Eisentraut 2000-12-11 17:08:33 Re: v7.1 beta 1 ...packaged, finally ...

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-12-11 18:50:16 Re: [PATCHES] ODBC Driver patch
Previous Message Tom Lane 2000-12-11 16:46:14 Re: new darwin patches