From: Nathan Bossart Date: Wed, 16 Jul 2025 16:50:34 +0000 (-0500) Subject: psql: Fix note on project naming in output of \copyright. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0490d6efd2daede5305fb3c274d11f12e1eda732;p=postgresql.git psql: Fix note on project naming in output of \copyright. This adjusts the wording to match the changes in commits 5987553fde, a233a603ba, and pgweb commit 2d764dbc08. Reviewed-by: Tom Lane Reviewed-by: Daniel Gustafsson Discussion: http://postgr.es/m/aHVo791guQR6uqwT%40nathan Backpatch-through: 13 --- diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 861060038c8..7948b9e837a 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -687,7 +687,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-2021, 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"