Skip to content

Commit 0490d6e

Browse files
psql: Fix note on project naming in output of \copyright.
This adjusts the wording to match the changes in commits 5987553, a233a60, 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
1 parent 6f7d016 commit 0490d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ void
687687
print_copyright(void)
688688
{
689689
puts("PostgreSQL Database Management System\n"
690-
"(formerly known as Postgres, then as Postgres95)\n\n"
690+
"(also known as Postgres, formerly known as Postgres95)\n\n"
691691
"Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group\n\n"
692692
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
693693
"Permission to use, copy, modify, and distribute this software and its\n"

0 commit comments

Comments
 (0)