开发者社区> 问答> 正文

postgresql支持9.5的jsonb的新特性?

你好,我看到9.5的jsonb的新特性非常激动,所以想问一下是否支持9.5的 to_jsonb 、
-textDelete key/value pair or string element from left operand. Key/value pairs are matched based on their key value.'{"a": "b"}'::jsonb - 'a'-integerDelete the array element with specified index (Negative integers count from the end). Throws an error if top level container is not an array.'["a", "b"]'::jsonb - 1#-text[]Delete the field or element with specified path'["a", {"b":1}]'::jsonb #- '{1,b}'等
新特性
还有,如果不支持9.5的话,我发现了一个不错的postgresql扩展 h t t p : // w w w . p g x n . o r g /dist/jsonbx/1.0.0/  在9.4上就可以拥有9.5的jsonb的功能,但是我看官方文档好像不支持这个扩展,请求能反馈到相关的技术人员看看是否可以吧这个扩展加上去呢?多谢哈

展开
收起
youngman 2015-07-29 15:12:50 7546 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
PostgreSQL 物联网六脉神剑 立即下载
PostgreSQL在哈啰的实践-周飞 立即下载
PostgreSQL高并发数据库应用数据 立即下载

相关镜像