PostgreSQL 9.4 is shipping with a new feature called [jsonb] (https://www.postgresql.org/docs/devel/static/datatype-json.html), which is a new data type able to store JSON data supporting GIN indexing (!). In short, this feature, one of the most important of the upcoming release, if not the most important, puts Postgres directly in good position in the field of document-oriented database systems.
Read more...