X-Received: by 10.200.7.141 with SMTP id l13mr9861943qth.7.1519711758401; Mon, 26 Feb 2018 22:09:18 -0800 (PST) X-Received: by 10.31.2.74 with SMTP id 71mr1338113vkc.6.1519711758055; Mon, 26 Feb 2018 22:09:18 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!r16no95497qtn.1!news-out.google.com!m4ni54qte.0!nntp.google.com!t24no97378qtn.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.databases.postgresql Date: Mon, 26 Feb 2018 22:09:17 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.238.245.63; posting-account=AVfdWQoAAAB6NsIEvw9Dr_Zj2mt265Gj NNTP-Posting-Host: 5.238.245.63 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Update Json column From: forough m Injection-Date: Tue, 27 Feb 2018 06:09:18 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 1 Xref: csiph.com comp.databases.postgresql:807 Hello, I create a table with a Json type column. I need to update one key:value in Json. i.e increment value of 3 to 5. Can i do it?