Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eZfcc-0002Ou-G3 for pgsql-docs@arkaria.postgresql.org; Thu, 11 Jan 2018 16:22:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eZfcc-0008GV-2t for pgsql-docs@arkaria.postgresql.org; Thu, 11 Jan 2018 16:22:30 +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_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eZfcb-0008GL-TZ for pgsql-docs@lists.postgresql.org; Thu, 11 Jan 2018 16:22:29 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eZfcY-0003dD-Ty for pgsql-docs@postgresql.org; Thu, 11 Jan 2018 16:22:29 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1eZfcW-0001GX-JM; Thu, 11 Jan 2018 11:22:24 -0500 Date: Thu, 11 Jan 2018 11:22:24 -0500 From: Bruce Momjian To: torsten.grust@gmail.com Cc: pgsql-docs@postgresql.org Subject: Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Message-ID: <20180111162224.GC9154@momjian.us> References: <20171024201849.1488.71071@wrigleys.postgresql.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20171024201849.1488.71071@wrigleys.postgresql.org> User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 24, 2017 at 08:18:49PM +0000, torsten.grust@gmail.com wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/acronyms.html > Description: > > Hello all, > > I propose to add 'JSON' (for JavaScript Object Notation, http://json.org) to > the list of acronyms in the documentation's appendix > (https://www.postgresql.org/account/comments/new/10/acronyms.html/). Good idea. Patch applied --- it will appear in PG 11. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription + --huq684BweRXVnRxX Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename=diff diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml new file mode 100644 index 6e9fddf..751c46d *** a/doc/src/sgml/acronyms.sgml --- b/doc/src/sgml/acronyms.sgml *************** *** 370,375 **** --- 370,385 ---- + JSON + + + JavaScript Object Notation + + + + + LDAP --huq684BweRXVnRxX--