Re: ODBC - adding missing FROM clause entry

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Martin_Hurst(at)dom(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ODBC - adding missing FROM clause entry
Date: 2003-01-03 02:03:48
Message-ID: 200301030203.h0323mJ29164@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martin_Hurst(at)dom(dot)com wrote:
> I'm getting this message when I connect from my Win95 pc to my Linux server
> running postgres 7.3.
> I'm using the latest postgres odbc driver to connect.

I just fixed this in ODBC today:

ODBC - adding missing FROM clause entry

The next release of ODBC will have the fix. The message will not affect
your server.

> The Win95 connection can see and list the tables on the Linux server, but
> when I try to open and display the rows, the interface hangs and freezes.

Oh, seems it does affect you. ODBC patch attached.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 3.9 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jochem van Dieten 2003-01-03 02:23:19 Re: What is best way to query presence of a table
Previous Message Tom Lane 2003-01-03 00:47:03 Re: pg_restore woes..