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

Commit6bfa2df

Browse files
committed
Document file name as optional for \o in psql help (\h).
1 parent4af1769 commit6bfa2df

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 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.71 2003/03/18 22:15:44 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.72 2003/04/14 16:23:36 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"common.h"
@@ -198,7 +198,7 @@ slashUsage(unsigned short int pager)
198198

199199
fprintf(output,_("Input/Output\n"));
200200
fprintf(output,_(" \\i FILE execute commands from file\n"));
201-
fprintf(output,_(" \\o FILE send all query results to file or |pipe\n"));
201+
fprintf(output,_(" \\o[FILE] send all query results to file or |pipe\n"));
202202
fprintf(output,_("\n"));
203203

204204
fprintf(output,_("Informational\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp