On Tue, Jun 20, 2023 at 07:36:46AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/15/history.html
> Description:
> 
> Hi,
> 
> In https://www.postgresql.org/docs/current/history.html it is written "With
> over two decades of development behind it".
> But since "The implementation of POSTGRES began in 1986" according to the
> same document, it should now be "With over three decades of development
> behind it".

You are _totally_ correct.  Attached patch applied back to PG 11.  Seems
we will need to change this to "four" in a few years too.

-- 
  Bruce Momjian  <br...@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.
commit 05ffc1fadb
Author: Bruce Momjian <br...@momjian.us>
Date:   Wed Jun 21 19:20:07 2023 -0400

    doc:  update PG history as over "three decades"
    
    Reported-by: Pierre <pbaum...@gmail.com>
    
    Discussion: https://postgr.es/m/168724660637.399156.7642965215720120...@wrigleys.postgresql.org
    
    Backpatch-through: 11

diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml
index 5273c47580..c867a10d17 100644
--- a/doc/src/sgml/history.sgml
+++ b/doc/src/sgml/history.sgml
@@ -12,7 +12,7 @@
   The object-relational database management system now known as
   <productname>PostgreSQL</productname> is derived from the
   <productname>POSTGRES</productname> package written at the
-  University of California at Berkeley.  With over two decades of
+  University of California at Berkeley.  With over three decades of
   development behind it, <productname>PostgreSQL</productname> is now
   the most advanced open-source database available anywhere.
  </para>

Reply via email to