"[" is a nuisance...

From: "Michael J(dot) Conroy" <m_j_conroy(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: "[" is a nuisance...
Date: 2004-01-29 20:00:34
Message-ID: CDdSb.1958$YN5.335@newssvr31.news.prodigy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,

I'm using the PostreSQL30 ODBC driver to hook a Windows app to a 7.4.1
PostreSQL DB. Might be the driver, or it might be the app itself (I don't
have access to the app), but I'm getting this coming across the wire:

SELECT * FROM [PARTID];

[PARTID] is giving it fits. Wants to see PARTID.

Is there any way for postmaster to filter this out? If not, is there anyway
for the ODBC driver to filter this out (in the event the driver itself isn't
actually generating this) short of ripping open the source?

Cheers,
Mike

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Markus Bertheau 2004-01-30 22:42:48 Re: Install or Bust - pgsql on Red Hat 9
Previous Message Tom Lane 2004-01-29 18:00:07 Re: Setting date and time