Skip to content

Commit 149e6e7

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 dc70816 commit 149e6e7

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
@@ -685,7 +685,7 @@ void
685685
print_copyright(void)
686686
{
687687
puts("PostgreSQL Database Management System\n"
688-
"(formerly known as Postgres, then as Postgres95)\n\n"
688+
"(also known as Postgres, formerly known as Postgres95)\n\n"
689689
"Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group\n\n"
690690
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
691691
"Permission to use, copy, modify, and distribute this software and its\n"

0 commit comments

Comments
 (0)