Re: MySQL search query is not executing in Postgres DB - Mailing list pgsql-hackers

From Tom Lane
Subject Re: MySQL search query is not executing in Postgres DB
Date
Msg-id 5928.1354056079@sss.pgh.pa.us
Whole thread Raw
In response to Re: MySQL search query is not executing in Postgres DB  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: MySQL search query is not executing in Postgres DB  (Merlin Moncure <mmoncure@gmail.com>)
Re: MySQL search query is not executing in Postgres DB  (John R Pierce <pierce@hogranch.com>)
Re: MySQL search query is not executing in Postgres DB  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> ... I think if you relaxed
> the function sigs of a few functions on this page
> (http://www.postgresql.org/docs/9.2/interactive/functions-string.html),
> most reported problems would go away.

That's an interesting way of approaching it.  Do we have any data on
exactly which functions people do complain about?

> One thing that worries me is introducing ambiguous cases where
> previously there weren't any though.

Right, but at least we'd be confining the ambiguity to a small number
of function names.  Tweaking the casting rules could have a lot of
unforeseen consequences.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: MySQL search query is not executing in Postgres DB
Next
From: Merlin Moncure
Date:
Subject: Re: MySQL search query is not executing in Postgres DB