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 | 4f8f0f8c397ee855caed36c7994b2450b11278b1 (patch) | |
tree | cfe76d602924a8466531378b3bb88e086e3b1c41 | |
parent | 8a7ab6bc259afefc66f0830749dd604663a7458d (diff) | |
download | postgresql-4f8f0f8c397ee855caed36c7994b2450b11278b1.tar.gz postgresql-4f8f0f8c397ee855caed36c7994b2450b11278b1.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 616966d081f..ce6e76e3a51 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> |