6 ms·
It doesn't mention which version of PostgreSql. I hope it is 9.3. It's got to be at least 9.2 since it supports the Json datatype.
by nathanwdavis 13y ago
It doesn't mention which version of PostgreSql. I hope it is 9.3. It's got to be at least 9.2 since it supports the Json datatype.
- wvanwazer 13y agoIt is 9.3.1.
- gingerlime 13y agoBut it's strange that the page says that PostgreSQL includes support for ‘JSON’ data type and two JSON functions In PG 9.2 there were only two json functions[1], but 9.3 introduced more[2] [1]http://www.postgresql.org/docs/9.2/static/functions-json.html http://www.postgresql.org/docs/9.2/static/functions-json.htm... [2]http://www.postgresql.org/docs/9.3/static/functions-json.html http://www.postgresql.org/docs/9.3/static/functions-json.htm...