1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update psql \? for \w.

This commit is contained in:
Bruce Momjian
1999-10-14 01:28:42 +00:00
parent c7dea3a6b7
commit 2d12ee3f71
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.11 1999/07/30 00:59:50 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12 1999/10/14 01:28:41 momjian Exp $
Postgres documentation
-->
@ -943,7 +943,7 @@ testdb=>
<term><literal>\w</literal> <replaceable class="parameter">filename</replaceable></term>
<listitem>
<para>
Outputs the current query buffer to the file
Write the current query buffer to the file
<replaceable class="parameter">filename</replaceable>.
</para>
</listitem>