正如它所说,Postgres-XL基于PostgreSQL 9.2,它应该有json数据类型。
有没有办法像在Postgresql 9.3中那样使用json数据类型的函数?
答案 0 :(得分:2)
不容易。
你可能会将添加了json函数的补丁系列向后移植到PostgreSQL 9.3,但是需要对PostgreSQL的源代码和结构有所了解,以及一些C编程知识。
替代方案是hire someone to assist with backporting; see the support page。
答案 1 :(得分:0)
使用当前的Postgres-XL(9.5),您可以获得完整的JSON和JSONB功能。