Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit918d9de

Browse files
committed
change issue to information in banner
1 parent4931dea commit918d9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.191 1999/10/2100:43:46 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.192 1999/10/2101:24:53 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2993,7 +2993,7 @@ main(int argc, char **argv)
29932993
if (!settings.quiet&& !settings.notty&& !singleQuery&& !qfilename)
29942994
{
29952995
printf("Welcome to the PostgreSQL interactive terminal.\n");
2996-
printf("(Please read the copyright file for legalissues.)\n");
2996+
printf("(Please read the copyright file for legalinformation.)\n");
29972997

29982998
if ((version=selectVersion(&settings))!=NULL)
29992999
printf("[%s]\n",version);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp