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

Commitc67f037

Browse files
committed
Document that \t and \x are now settable.
1 parent7c31742 commitc67f037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/help.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.129 2008/06/11 10:55:43 heikki Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.130 2008/08/29 15:52:07 alvherre Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -228,10 +228,10 @@ slashUsage(unsigned short int pager)
228228
fprintf(output,_(" \\pset NAME [VALUE] set table output option\n"
229229
" (NAME := {format|border|expanded|fieldsep|footer|null|\n"
230230
" numericlocale|recordsep|tuples_only|title|tableattr|pager})\n"));
231-
fprintf(output,_(" \\t show only rows (currently %s)\n"),
231+
fprintf(output,_(" \\t[on|off] show only rows (currently %s)\n"),
232232
ON(pset.popt.topt.tuples_only));
233233
fprintf(output,_(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"));
234-
fprintf(output,_(" \\x toggle expanded output (currently %s)\n"),
234+
fprintf(output,_(" \\x[on|off] toggle expanded output (currently %s)\n"),
235235
ON(pset.popt.topt.expanded));
236236
fprintf(output,"\n");
237237

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp