Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: jsonb and nested hstore
Дата
Msg-id 5315CBB0.6000708@sigaev.ru
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: jsonb and nested hstore  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
> On Tue, Mar 4, 2014 at 2:44 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>> Do we have function to trim right zeros  in numeric?

Fixed, pushed to github 
(https://github.com/feodor/postgres/tree/jsonb_and_hstore). Now it used 
hash_numeric to index numeric value. As I can see, it provides needed trim and 
doesn't depend on locale. Possible mismatch (the same hash value for different 
numeric valye) will rechecked anyway - interested operations set recheck flag.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: option --if-exists for pg_dump
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: ALTER TABLE lock strength reduction patch is unsafe