Re: jsonlog cursor_position type is wrong. - Mailing list pgsql-docs

From Michael Paquier
Subject Re: jsonlog cursor_position type is wrong.
Date
Msg-id Y1Yc8MhpkR0SKekj@paquier.xyz
Whole thread Raw
In response to Re: jsonlog cursor_position type is wrong.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
On Mon, Oct 24, 2022 at 12:53:26AM -0400, Tom Lane wrote:
> Tatsuo Ishii <ishii@sraoss.co.jp> writes:
>> Yeah, that's a typo. Patch attached.

Thanks, that's wrong :/

> Shouldn't it be "integer"?

When it comes down to the data types of a JSON object, these are
referred as "number", as these can be either integers or floating
points.  See:
https://www.w3schools.com/js/js_json_datatypes.asp
--
Michael

Attachment

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: jsonlog cursor_position type is wrong.
Next
From: Michael Paquier
Date:
Subject: Re: jsonlog cursor_position type is wrong.