diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-06-23 22:50:55 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-06-23 22:50:55 -0400 |
commit | 239fd118b0923c7b3e28354e13fb7cea42f729e1 (patch) | |
tree | cd050faf882745caf2f0233689f56ce765b7a499 | |
parent | 3ad5f07c0fe9a734fb4e2484c7165f9280dbefa7 (diff) | |
download | postgresql-239fd118b0923c7b3e28354e13fb7cea42f729e1.tar.gz postgresql-239fd118b0923c7b3e28354e13fb7cea42f729e1.zip |
doc: rename "decades" to be more generic
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZJTzwD2rTbHWWQ9g@paquier.xyz
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/history.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index c867a10d17e..19bea5390b9 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 three decades of + University of California at Berkeley. With decades of development behind it, <productname>PostgreSQL</productname> is now the most advanced open-source database available anywhere. </para> |