Skip to content

Commit c0a392c

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 488c35f commit c0a392c

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
@@ -732,7 +732,7 @@ void
732732
print_copyright(void)
733733
{
734734
puts("PostgreSQL Database Management System\n"
735-
"(formerly known as Postgres, then as Postgres95)\n\n"
735+
"(also known as Postgres, formerly known as Postgres95)\n\n"
736736
"Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group\n\n"
737737
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
738738
"Permission to use, copy, modify, and distribute this software and its\n"

0 commit comments

Comments
 (0)