33 *
44 * Copyright 2000 by PostgreSQL Global Development Group
55 *
6- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.47 2002/03/11 18:22:03 momjian Exp $
6+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.48 2002/03/11 18:26:20 momjian Exp $
77 */
88#include "postgres_fe.h"
99#include "help.h"
@@ -206,7 +206,7 @@ slashUsage(void)
206206fprintf (fout ,_ (" \\do list operators\n" ));
207207fprintf (fout ,_ (" \\dT list data types\n" ));
208208fprintf (fout ,_ (" \\du [PATTERN] lists all configured users or only those that match pattern\n" ));
209- fprintf (fout ,_ (" \\e [FILE] edit thecurrent query buffer or file with external editor\n" ));
209+ fprintf (fout ,_ (" \\e [FILE] edit the query buffer or file with external editor\n" ));
210210fprintf (fout ,_ (" \\echo TEXT write text to standard output\n" ));
211211fprintf (fout ,_ (" \\encoding ENCODING set client encoding\n" ));
212212fprintf (fout ,_ (" \\f [SEPARATOR] set field separator, or unset if none\n" ));
@@ -219,7 +219,7 @@ slashUsage(void)
219219fprintf (fout ,_ (" \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
220220" large object operations\n" ));
221221fprintf (fout ,_ (" \\o FILE send all query results to file or |pipe\n" ));
222- fprintf (fout ,_ (" \\p show the content of thecurrent query buffer\n" ));
222+ fprintf (fout ,_ (" \\p show the content of the query buffer\n" ));
223223fprintf (fout ,_ (" \\pset VAR set table output option (VAR := {format|border|expanded|\n"
224224" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n" ));
225225fprintf (fout ,_ (" \\q quit psql\n" ));
@@ -233,7 +233,7 @@ slashUsage(void)
233233fprintf (fout ,_ (" \\timing toggle timing of queries (currently %s)\n" ),
234234ON (pset .timing ));
235235fprintf (fout ,_ (" \\unset NAME unset (delete) internal variable\n" ));
236- fprintf (fout ,_ (" \\w FILE writecurrent query buffer to file\n" ));
236+ fprintf (fout ,_ (" \\w FILE write query buffer to file\n" ));
237237fprintf (fout ,_ (" \\x toggle expanded output (currently %s)\n" ),
238238ON (pset .popt .topt .expanded ));
239239fprintf (fout ,_ (" \\z list table access privileges\n" ));