Re: Differences in WHERE clause of SELECT

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Differences in WHERE clause of SELECT
Дата
Msg-id CAHyXU0z6sPrRDFwtRB6iT+L3TROLfbPOS680KAvjJOH0iD9PCQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Differences in WHERE clause of SELECT  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Differences in WHERE clause of SELECT  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Jul 16, 2013 at 12:58 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> PostgreSQL requires more casts that any other mainstream database
> system on the planet, and it's one of the biggest barriers to
> migrating from other database systems to PostgreSQL.  I understand
> that there is a consensus in this forum to pretend that our
> intolerance is a virtue, but I don't agree with that consensus. A
> request for =(text,int) is ambiguous; we really do not know what is
> meant.  A request for ~~(int,text) is not ambiguous; we reject it out
> of pedantry, not necessity.

You make some good points but I still wonder (I'm recalling your lpad
discussion from a while back) if we're better off providing specific
overloads and casts for portability pain points instead of changing
casting mechanics.

merlin



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: refresh materialized view concurrently
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Proposal: template-ify (binary) extensions