Re: ODBC Driver patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ODBC Driver patch
Дата
Msg-id Pine.LNX.4.30.0012111819440.1147-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: ODBC Driver patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: ODBC Driver patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: new darwin patches
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ODBC Driver patch