Re: JSON query help

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gavin Henry <gavin(dot)henry(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: JSON query help
Date: 2019-08-28 19:55:03
Message-ID: 29868.1567022103@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Gavin Henry <gavin(dot)henry(at)gmail(dot)com> 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Gavin Henry 2019-08-28 20:14:42 Re: JSON query help
Previous Message Gavin Henry 2019-08-28 19:40:04 Re: JSON query help