Skip to content

Commit c67f037

Browse files
committed
Document that \t and \x are now settable.
1 parent 7c31742 commit c67f037

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy