public inbox for [email protected]  
help / color / mirror / Atom feed
Add JSON to the list of acronyms in the documentation's appendix
4+ messages / 3 participants
[nested] [flat]

* Add JSON to the list of acronyms in the documentation's appendix
@ 2017-10-24 20:18 [email protected]
  2018-01-11 16:22 ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: [email protected] @ 2017-10-24 20:18 UTC (permalink / raw)
  To: pgsql-docs

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 &#39;JSON&#39; (for JavaScript Object Notation, http://json.org) to
the list of acronyms in the documentation&#39;s appendix
(https://www.postgresql.org/account/comments/new/10/acronyms.html/).

Best wishes,
  —Torsten


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix
  2017-10-24 20:18 Add JSON to the list of acronyms in the documentation's appendix [email protected]
@ 2018-01-11 16:22 ` Bruce Momjian <[email protected]>
  2018-01-11 17:13   ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Oleg Bartunov <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Bruce Momjian @ 2018-01-11 16:22 UTC (permalink / raw)
  To: [email protected]; +Cc: pgsql-docs

On Tue, Oct 24, 2017 at 08:18:49PM +0000, [email protected] 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 &#39;JSON&#39; (for JavaScript Object Notation, http://json.org) to
> the list of acronyms in the documentation&#39;s appendix
> (https://www.postgresql.org/account/comments/new/10/acronyms.html/).

Good idea.  Patch applied --- it will appear in PG 11.

-- 
  Bruce Momjian  <[email protected]>        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 +


Attachments:

  [text/x-diff] diff (578B, 2-diff)
  download | inline 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 ----
     </varlistentry>
  
     <varlistentry>
+     <term><acronym>JSON</acronym></term>
+     <listitem>
+      <para>
+       <ulink
+       url="http://json.org">JavaScript Object Notation</ulink>
+      </para>
+     </listitem>
+    </varlistentry>
+ 
+    <varlistentry>
      <term><acronym>LDAP</acronym></term>
      <listitem>
       <para>


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix
  2017-10-24 20:18 Add JSON to the list of acronyms in the documentation's appendix [email protected]
  2018-01-11 16:22 ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Bruce Momjian <[email protected]>
@ 2018-01-11 17:13   ` Oleg Bartunov <[email protected]>
  2018-01-11 20:10     ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Oleg Bartunov @ 2018-01-11 17:13 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: [email protected]; pgsql-docs

On Thu, Jan 11, 2018 at 7:22 PM, Bruce Momjian <[email protected]> wrote:
> On Tue, Oct 24, 2017 at 08:18:49PM +0000, [email protected] 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 &#39;JSON&#39; (for JavaScript Object Notation, http://json.org) to
>> the list of acronyms in the documentation&#39;s appendix
>> (https://www.postgresql.org/account/comments/new/10/acronyms.html/).
>
> Good idea.  Patch applied --- it will appear in PG 11.

Then, why not add JSONB !

>
> --
>   Bruce Momjian  <[email protected]>        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 +




^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix
  2017-10-24 20:18 Add JSON to the list of acronyms in the documentation's appendix [email protected]
  2018-01-11 16:22 ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Bruce Momjian <[email protected]>
  2018-01-11 17:13   ` Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix Oleg Bartunov <[email protected]>
@ 2018-01-11 20:10     ` Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Bruce Momjian @ 2018-01-11 20:10 UTC (permalink / raw)
  To: Oleg Bartunov <[email protected]>; +Cc: [email protected]; pgsql-docs

On Thu, Jan 11, 2018 at 08:13:28PM +0300, Oleg Bartunov wrote:
> On Thu, Jan 11, 2018 at 7:22 PM, Bruce Momjian <[email protected]> wrote:
> > On Tue, Oct 24, 2017 at 08:18:49PM +0000, [email protected] 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 &#39;JSON&#39; (for JavaScript Object Notation, http://json.org) to
> >> the list of acronyms in the documentation&#39;s appendix
> >> (https://www.postgresql.org/account/comments/new/10/acronyms.html/).
> >
> > Good idea.  Patch applied --- it will appear in PG 11.
> 
> Then, why not add JSONB !

Uh, most of those acronyms are for _externally_ defined terms.

-- 
  Bruce Momjian  <[email protected]>        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 +





^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2018-01-11 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 20:18 Add JSON to the list of acronyms in the documentation's appendix [email protected]
2018-01-11 16:22 ` Bruce Momjian <[email protected]>
2018-01-11 17:13   ` Oleg Bartunov <[email protected]>
2018-01-11 20:10     ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox