diff options
author | Nathan Bossart <nathan@postgresql.org> | 2025-07-16 11:50:34 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2025-07-16 11:50:34 -0500 |
commit | 149e6e7092e905a54010082d61307e6e9d397764 (patch) | |
tree | 75fe9cf18d4d7bd837cdf3740fa3a2fae17429e6 | |
parent | dc70816fde6e370d5d3afc627dbe6caaf7f81be0 (diff) |
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 <tgl@sss.pgh.pa.us>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/aHVo791guQR6uqwT%40nathan
Backpatch-through: 13
-rw-r--r-- | src/bin/psql/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 640035f5881..3cca4e93766 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -685,7 +685,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-2020, 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" |