Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iSUWm-0004lg-IO for pgsql-docs@arkaria.postgresql.org; Wed, 06 Nov 2019 23:15:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iSUWk-0006IY-Tl for pgsql-docs@arkaria.postgresql.org; Wed, 06 Nov 2019 23:15:50 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iSUWk-0006Fd-Ke for pgsql-docs@lists.postgresql.org; Wed, 06 Nov 2019 23:15:50 +0000 Received: from sraihb2.sra.co.jp ([202.32.10.6]) by magus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iSUWh-0001UQ-DH for pgsql-docs@lists.postgresql.org; Wed, 06 Nov 2019 23:15:50 +0000 Received: from srascf.sra.co.jp (srascf [133.137.8.80]) by sraihb2.sra.co.jp (Postfix) with ESMTP id 6C5FD2A15E4 for ; Thu, 7 Nov 2019 08:15:43 +0900 (JST) Received: from srascb.sra.co.jp (unknown [133.137.8.65]) by srascf.sra.co.jp with smtp id 2152_001f_a3fbc5b5_a78a_4d39_9a04_6b311ed7dbd5; Thu, 07 Nov 2019 08:15:42 +0900 Received: from sranhm.sra.co.jp (osspc25 [133.137.174.97]) by srascb.sra.co.jp (Postfix) with ESMTP id 3F8932D6942 for ; Thu, 7 Nov 2019 08:15:43 +0900 (JST) Received: from localhost (sraihb-hub.sra.co.jp [133.137.8.6]) by sranhm.sra.co.jp (Postfix) with ESMTP id 0A56FA0D3F for ; Thu, 7 Nov 2019 08:15:42 +0900 (JST) Date: Thu, 07 Nov 2019 08:16:15 +0900 (JST) Message-Id: <20191107.081615.575915718972561860.t-ishii@sraoss.co.jp> To: pgsql-docs@lists.postgresql.org Subject: Small typo in func.sgml From: Tatsuo Ishii X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_Nov__7_08_16_15_2019_217)--" Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk ----Next_Part(Thu_Nov__7_08_16_15_2019_217)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I thinkk a new line is needed after . Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp ----Next_Part(Thu_Nov__7_08_16_15_2019_217)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="func.diff" diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28eb322f3f..6d82c9f0bd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12879,7 +12879,8 @@ table2-mapping . - JSON query functions and operators + + JSON query functions and operators pass the provided path expression to the path engine for evaluation. If the expression matches the queried JSON data, the corresponding SQL/JSON item is returned. ----Next_Part(Thu_Nov__7_08_16_15_2019_217)----