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

Commit5c0d0a2

Browse files
committed
Have psql help show \w parameter as requied.
1 parentcff58dd commit5c0d0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.84 2003/12/01 22:34:48 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.85 2004/01/09 21:15:51 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"common.h"
@@ -195,7 +195,7 @@ slashUsage(unsigned short int pager)
195195
fprintf(output,_(" \\p show the contents of the query buffer\n"));
196196
fprintf(output,_(" \\r reset (clear) the query buffer\n"));
197197
fprintf(output,_(" \\s [FILE] display history or save it to file\n"));
198-
fprintf(output,_(" \\w[FILE] write query buffer to file\n"));
198+
fprintf(output,_(" \\w FILE write query buffer to file\n"));
199199
fprintf(output,"\n");
200200

201201
fprintf(output,_("Input/Output\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp