Re: additional json functionality

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: additional json functionality
Дата
Msg-id m238mu3ayg.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: additional json functionality  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: additional json functionality  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> That would be one of the silliest and most short-sighted decisions we have
> made in many years, IMNSHO. The demand for strong JSON support is enormous.

One of the silliest and most short-sighted decisions we made recently
might have been to actually ship that json variant in 9.2, after all.

The most popular PostgreSQL commands in 9.4 are going to be:
 $ sudo apt-get install postgresql-contrib-9.4
 # create extension jstore; # alter table foo alter column documents type jstore; # create index on foo using
gist(documents);

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: additional json functionality
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: additional json functionality