diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-07 00:03:18 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-07 00:03:18 +0200 |
commit | 04e6ae91ac1655c1ec95daa76d492d05507dfa8d (patch) | |
tree | 670b6b5a985cc2f4bb704615871a272fdf0b2d20 | |
parent | 69a498eb6465da053604e64654179eaa62423681 (diff) | |
download | postgresql-04e6ae91ac1655c1ec95daa76d492d05507dfa8d.tar.gz postgresql-04e6ae91ac1655c1ec95daa76d492d05507dfa8d.zip |
doc: Clarify project naming
Clarify the project naming in the history section of the docs
to match the recent license preamble changes.
Backpatch to all supported versions.
Author: Dave Page <dpage@pgadmin.org>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+OCxozLzK2+Jc14XZyWXSp6L9Ot+3efwXUE35FJG=fsbib2EA@mail.gmail.com
Backpatch-through: 13
-rw-r--r-- | doc/src/sgml/history.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index ff094eb4014..629fc3fbde4 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -197,11 +197,10 @@ </para> <para> - Many people continue to refer to - <productname>PostgreSQL</productname> as <quote>Postgres</quote> - (now rarely in all capital letters) because of tradition or because - it is easier to pronounce. This usage is widely accepted as a - nickname or alias. + <productname>Postgres</productname> is still considered an official + project name, both because of tradition and because people find it + easier to pronounce <productname>Postgres</productname> than + <productname>PostgreSQL</productname>. </para> <para> |