Re: document json[b] limitation

2018-04-24 Thread Tom Lane
Oleg Bartunov writes: > Attached is a small patch, which documents the maximum size of > json[b] types. Probably, it's worth to patch previous releases, where > the types were introduced. If you said "maximum size is 1GB", period, I'd believe it ... although I'm pretty sure that general limitatio

document json[b] limitation

2018-04-24 Thread Oleg Bartunov
Hi there, Attached is a small patch, which documents the maximum size of json[b] types. Probably, it's worth to patch previous releases, where the types were introduced. Best regards, Oleg -- Postgres Professional: http://www.postgrespro.com The Russian Postgres Company json.sgml.patch Descri

Re: why is there no CSVQL?

2018-04-24 Thread Craig Ringer
There are, it's called foreign data wrappers. Please use pgsql-general not the docs comment form for general Q&A.