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

Commitd938e8b

Browse files
committed
Add documentation about \pset footer to \?.
from Patrick Welche
1 parent14528ff commitd938e8b

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-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.80 2003/09/14 22:37:13 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.81 2003/10/02 06:39:31 petere Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"common.h"
@@ -234,8 +234,8 @@ slashUsage(unsigned short int pager)
234234
ON(pset.popt.topt.format==PRINT_HTML));
235235
fprintf(output,_(" \\pset NAME [VALUE]\n"
236236
" set table output option\n"
237-
" (NAME := {format|border|expanded|fieldsep|null|recordsep|\n"
238-
" tuples_only|title|tableattr|pager})\n"));
237+
" (NAME := {format|border|expanded|fieldsep|footer|null|\n"
238+
"recordsep|tuples_only|title|tableattr|pager})\n"));
239239
fprintf(output,_(" \\t show only rows (currently %s)\n"),
240240
ON(pset.popt.topt.tuples_only));
241241
fprintf(output,_(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp