Re: hstore ==> and deprecate =>

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: hstore ==> and deprecate =>
Дата
Msg-id EA49EF06-4E3F-449A-B0E4-1B95D6BE6CD5@phlo.org
обсуждение исходный текст
Ответ на Re: hstore ==> and deprecate =>  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: hstore ==> and deprecate =>  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
On Jun 17, 2010, at 2:56 , David E. Wheeler wrote:
> On Jun 16, 2010, at 4:58 PM, Tom Lane wrote:
>
>>> hstore => text[] is new in 9.0.
>>
>> Wup, sorry, I read this as being the other operator.  Nevermind ...
>>
>> (FWIW, I share your dislike of & for this operator.  I just haven't
>> got a better idea.)
>
> There aren't any very good choices.

Since there seems to be no consensus on this, maybe thats a sign that there shouldn't be an operator for this at all. I
suggested& due due the similarities to ?&, but I can see why people object to that - mainly because it looks like an
predicate,not like an operation on hstores. 

How about turning it into a function   hstore hstore(hstore, text[])
instead?

Could also be hstore_restrict if people think naming it just hstore is ambiguous.

best regards,
Florian Pflug



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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: ANNOUNCE list (was Re: New PGXN Extension site)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: hstore ==> and deprecate =>