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

Commita67fd49

Browse files
committed
Fix psql error output.
1 parentf5f18af commita67fd49

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.78 1997/07/24 20:01:33 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.79 1997/08/01 03:33:02 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -123,7 +123,7 @@ usage(char *progname)
123123
fprintf(stderr,"\t -d dbName specify database name\n");
124124
fprintf(stderr,"\t -e echo the query sent to the backend\n");
125125
fprintf(stderr,"\t -f filename use file as a source of queries\n");
126-
fprintf(stderr,"\t -F sep set the field separator (default is "")\n");
126+
fprintf(stderr,"\t -F sep set the field separator (default is "|")\n");
127127
fprintf(stderr,"\t -h host set database server host\n");
128128
fprintf(stderr,"\t -H turn on html3.0 table output\n");
129129
fprintf(stderr,"\t -l list available databases\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp