Re: [HACKERS] jsonb problematic operators

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] jsonb problematic operators
Дата
Msg-id 20158.1481653511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] jsonb problematic operators  (Jordan Gigov <coladict@gmail.com>)
Список pgsql-hackers
Nico Williams <nico@cryptonector.com> writes:
> On Tue, Dec 13, 2016 at 10:26:24AM +0900, Michael Paquier wrote:
>> On Mon, Dec 12, 2016 at 10:22 PM, Greg Stark <stark@mit.edu> wrote:
>>> One option might be for Postgres to define duplicate operator names
>>> using ¿ or something else.

>> Are you sure that using a non-ASCII character is a good idea for an
>> in-core operator? I would think no.

> Eventually language designers will cross that Rubicon in mainstream
> languages.  And why not?

Because it will create all sorts of character-set-conversion hazards.

In the current design of Postgres it flat out would not work, because
template0 has to be encoding-agnostic.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Declarative partitioning - another take
Следующее
От: ronan.dunklau@dalibo.com
Дата:
Сообщение: Re: [HACKERS] New design for FK-based join selectivity estimation