Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a89c109

Browse files
author
Neil Conway
committed
Minor cleanup of documentation for recently-added HISTFILE psql variable.
1 parent d46bc44 commit a89c109

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/ref/psql-ref.sgml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.140 2005/06/10 15:34:25 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.141 2005/06/10 16:26:59 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1991,13 +1991,12 @@ bar
19911991
<term><varname>HISTFILE</varname></term>
19921992
<listitem>
19931993
<para>
1994-
This variable contains the filename used to save the history.
1995-
Its default value is <filename>~/.psql_history</filename>.
1996-
For example, use:
1994+
The filename that will be used to store the history list. The default
1995+
value is <filename>~/.psql_history</filename>. For example, using:
19971996
<programlisting>
19981997
\set HISTFILE ~/.psql_history-:DBNAME
19991998
</programlisting>
2000-
in your <filename>~/.psqlrc</filename> will get psql to
1999+
in <filename>~/.psqlrc</filename> will get <application>psql</application> to
20012000
maintain a separate history for each database.
20022001
</para>
20032002
<note>

0 commit comments

Comments
 (0)