Skip to content

Commit 40c66f8

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 ac7c044 commit 40c66f8

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
@@ -748,7 +748,7 @@ void
748748
print_copyright(void)
749749
{
750750
puts("PostgreSQL Database Management System\n"
751-
"(formerly known as Postgres, then as Postgres95)\n\n"
751+
"(also known as Postgres, formerly known as Postgres95)\n\n"
752752
"Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group\n\n"
753753
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
754754
"Permission to use, copy, modify, and distribute this software and its\n"

0 commit comments

Comments
 (0)