psql: Fix note on project naming in output of \copyright.
authorNathan Bossart <nathan@postgresql.org>
Wed, 16 Jul 2025 16:50:34 +0000 (11:50 -0500)
committerNathan Bossart <nathan@postgresql.org>
Wed, 16 Jul 2025 16:50:34 +0000 (11:50 -0500)
This adjusts the wording to match the changes in commits
5987553fdea233a603ba, and pgweb commit 2d764dbc08.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: http://postgr.es/m/aHVo791guQR6uqwT%40nathan
Backpatch-through: 13

src/bin/psql/help.c

index f8ce1a07060d74a2a99b649f1e092354b2c2e5ea..e836ae4b25f81ba9d337200a41f0a06fbc6e50b9 100644 (file)
@@ -746,7 +746,7 @@ void
 print_copyright(void)
 {
    puts("PostgreSQL Database Management System\n"
-        "(formerly known as Postgres, then as Postgres95)\n\n"
+        "(also known as Postgres, formerly known as Postgres95)\n\n"
         "Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group\n\n"
         "Portions Copyright (c) 1994, The Regents of the University of California\n\n"
         "Permission to use, copy, modify, and distribute this software and its\n"