Re: Create index in PG table with vb6

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: DanPerlman <dan(at)dpci(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Create index in PG table with vb6
Date: 2003-09-14 17:04:20
Message-ID: 20030914170420.56490.qmail@web20807.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)com> wrote:
> --- DanPerlman <dan(at)dpci(dot)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(at)postgresql(dot)org

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Williams, Travis L, NEO 2003-09-14 17:55:53 Re: need for in-place upgrades (was Re: State of
Previous Message Tom Lane 2003-09-14 16:10:58 Re: State of Beta 2