Re: MySQL search query is not executing in Postgres DB

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: Marti Raudsepp <marti(at)juffo(dot)org>, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, premanand <kottiprem(at)gmail(dot)com>
Subject: Re: MySQL search query is not executing in Postgres DB
Date: 2012-02-17 16:24:55
Message-ID: CAF-3MvNhLMvUfO4yJ7tG6_oq_--VJZF=E1s+LVwAzbuvfY8zfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 17 February 2012 17:19, Scott Marlowe
> Have you tried casting to varchar(1000) or something like that?

Don't MySQL's varchars only go to 255? That's why every MySQL database
uses blobs for text data, isn't it?

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2012-02-17 17:20:03 Re: MySQL search query is not executing in Postgres DB
Previous Message Marti Raudsepp 2012-02-17 16:22:34 Re: MySQL search query is not executing in Postgres DB