Re: bug in info.c file - incorrect SQL - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: bug in info.c file - incorrect SQL
Date
Msg-id EKEJJICOHDIEMGPNIFIJOEICKDAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Re: bug in info.c file - incorrect SQL  ("Jim Holliday" <jholliday@aurigin.com>)
Responses Re: bug in info.c file - incorrect SQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-odbc
-----Original Message-----
From: Jim Holliday

> For the ODBC driver psqlodbc.dll version 7.02.0003 there is an error in
the info.c.
> In 2 places the SQL contains an alias in the FROM clause for the
pg_namespace
> table and then references the table in the where clause.  The below cut
from the
> info.c file should replace all instances on pg_namespace. in the where
clause with
> pn. This should be done in both places.

Does the code give you a wrong result in the first place ?

regards,
Hiroshi Inoue

Attachment

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: bug in info.c file - incorrect SQL
Next
From: Bruce Momjian
Date:
Subject: Re: bug in info.c file - incorrect SQL