File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.11 1999/07/30 00:59:50 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12 1999/10/14 01:28:41 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -943,7 +943,7 @@ testdb=>
943
943
<term><literal>\w</literal> <replaceable class="parameter">filename</replaceable></term>
944
944
<listitem>
945
945
<para>
946
- Outputs the current query buffer to the file
946
+ Write the current query buffer to the file
947
947
<replaceable class="parameter">filename</replaceable>.
948
948
</para>
949
949
</listitem>
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.189 1999/09/06 23:30:53 tgl Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.190 1999/10/14 01:28:42 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -301,7 +301,7 @@ slashUsage(PsqlSettings *pset)
301
301
fprintf (fout , " \\t -- toggle table headings and row count (currently %s)\n" , on (pset -> opt .header ));
302
302
fprintf (fout , " \\T [<html>] -- set html3.0 <table ...> options (currently '%s')\n" , pset -> opt .tableOpt ? pset -> opt .tableOpt : "" );
303
303
fprintf (fout , " \\x -- toggle expanded output (currently %s)\n" , on (pset -> opt .expanded ));
304
- fprintf (fout , " \\w <fname> -- output current buffer to a file\n" );
304
+ fprintf (fout , " \\w <fname> -- write current buffer to a file\n" );
305
305
fprintf (fout , " \\z -- list current grant/revoke permissions\n" );
306
306
fprintf (fout , " \\! [<cmd>] -- shell escape or command\n" );
307
307
You can’t perform that action at this time.
0 commit comments