Re: printing JsonbPair values of input JSONB on server side?

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: T L <tinlyx(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: printing JsonbPair values of input JSONB on server side?
Date: 2019-03-18 23:11:47
Message-ID: 87ftrjye4r.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "T" == T L <tinlyx(at)gmail(dot)com> writes:

T> Below is my test. It prints a strange character instead of "a"; and
T> says that the value isn't numeric.

Yeah, there's plenty else wrong with your code.

Did you look at how JsonbToCStringWorker does it? that looks like the
best example I can find on a quick scan.

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-03-18 23:44:42 Re: [External] Re: postgresql-11 installation errors via deb package on ubuntu 16
Previous Message T L 2019-03-18 21:57:31 Re: printing JsonbPair values of input JSONB on server side?