From e055b6be7ebb0de35570102327717c99d91fe540 Mon Sep 17 00:00:00 2001 From: Amit Langote Date: Fri, 28 Jul 2023 16:05:44 +0900 Subject: [PATCH] doc: add missing and whitespace Missed in commit 03734a7fed. Author: Shinoda, Noriyoshi Discussion: https://postgr.es/m/DM4PR84MB1734E58BB4DC0E1B6E2990EBEE01A%40DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM --- doc/src/sgml/func.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index dcc9d6f59d7..be2f54c9141 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16008,7 +16008,8 @@ table2-mapping json ( expression FORMAT JSON ENCODING UTF8 - { WITH | WITHOUT } UNIQUE KEYS + { WITH | WITHOUT } UNIQUE KEYS ) + json Converts a given expression specified as text or @@ -16029,7 +16030,7 @@ table2-mapping json_scalar - json_scalar (expression) + json_scalar ( expression ) Converts a given SQL scalar value into a JSON scalar value. @@ -16052,7 +16053,7 @@ table2-mapping json_serialize ( expression FORMAT JSON ENCODING UTF8 - RETURNING data_type FORMAT JSON ENCODING UTF8 ) + RETURNING data_type FORMAT JSON ENCODING UTF8 ) Converts an SQL/JSON expression into a character or binary string. The