Diff to fix SQLForeignKeys in ODBC

Поиск
Список
Период
Сортировка
От Michael Fork
Тема Diff to fix SQLForeignKeys in ODBC
Дата
Msg-id Pine.BSI.4.21.0012052333020.21333-200000@glass.toledolink.com
обсуждение исходный текст
Ответы Re: Diff to fix SQLForeignKeys in ODBC  (Michael Fork <mfork@toledolink.com>)
Re: Diff to fix SQLForeignKeys in ODBC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Here is a diff to info.c in interfaces/odbc that updates SQLForeignKeys to
return foreign key information based on the pg_trigger system table.  I
have tested the patch with (what I believe) is all possible
primary/foreign key combinations -- however I may have missed some, so if
anyone feels like taking the patch for a test drive, here are some useful
links:

SQLForeignKeys specs
http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/dasdk/odch7j8z.htm

Program to query a database using ODBC calls
http://www.microsoft.com/data/download_260SDK.htm
(this is the SDK, once it is installed, goto Samples\ODBC and look at
Admin and Odbctest)

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: darwin pgsql patches
Следующее
От: Michael Fork
Дата:
Сообщение: Re: Diff to fix SQLForeignKeys in ODBC