Re: Create index in PG table with vb6 - Mailing list pgsql-general

From Jeff Eckermann
Subject Re: Create index in PG table with vb6
Date
Msg-id 20030914170420.56490.qmail@web20807.mail.yahoo.com
Whole thread Raw
In response to Re: Create index in PG table with vb6  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
List pgsql-general
Hmm, looks like Yahoo crapped out on me and failed to
send the text of my reply (that's my story and I'm
sticking to it ;-) ).  Trying again:

Sounds like your problem field is type text, and your
ODBC driver setting for "Text As LongVarChar" is
"true".  Access will see the field as "memo" type in
that case, and therefore not indexable or searchable.

You could redefine your field as varchar, or unset the
driver option, though that will mean a size limitation
on your fields.

--- Jeff Eckermann <jeff_eckermann@yahoo.com> wrote:
> --- DanPerlman <dan@dpci.us> wrote:
> > Hi,
> >
> > I am using the following to write data from an
> > access table to a postgres
> > table.
> > I need to create an index on the
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
majordomo@postgresql.org


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: State of Beta 2
Next
From: "Williams, Travis L, NEO"
Date:
Subject: Re: need for in-place upgrades (was Re: State of