From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | dhjr(at)hddesign(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Re[2]: TEXT vs VARCHAR |
Date: | 2000-10-11 03:18:53 |
Message-ID: | 21635.971234333@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
David Huttleston Jr <dhjr(at)hddesign(dot)com> writes:
> There is another issue with TEXT vs VARCHAR. A TEXT field is not
> handled well by ODBC and MS Access. If there is an index on the TEXT
> field, the ODBC link will fail, saying something like "Can Not Index a
> OLE field." OLE fields are Access's attempt at a BLOB field, and they
> are not indexable.
Hmm ... sounds like our ODBC driver is falling down on the job when it
comes to representing TEXT columns in ODBC-speak. There's surely no
reason for a TEXT column to behave worse than VARCHAR(n).
I think this points up the comment I made earlier today on
pgsql-interfaces, that our ODBC driver is badly in need of attention
from a committed maintainer. There's a lot of minor stuff that needs
done, and no one seems to want to do it. There's gotta be someone
out there to pick up this ball and run with it...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-10-11 03:20:20 | Re: Re: [HACKERS] My new job |
Previous Message | Fredrick Bartlett | 2000-10-11 03:09:01 | Re: Delphi PostgreSQL Forum |