Re: JSON query help
Tom Lane <[email protected]> Wed, 28 Aug 2019 15:55:03 -0400
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
Gavin Henry <[email protected]> writes: > ERROR: function jsonb_build_object(text, jsonb) does not exist Hm ... if the server knows jsonb but not jsonb_build_object(), it must be 9.4.x, which is pretty old. 9.4.x will be EOL in November, if memory serves. You should think about upgrading. regards, tom lane