File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -1991,13 +1991,12 @@ bar
1991
1991
<term><varname>HISTFILE</varname></term>
1992
1992
<listitem>
1993
1993
<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:
1997
1996
<programlisting>
1998
1997
\set HISTFILE ~/.psql_history-:DBNAME
1999
1998
</programlisting>
2000
- in your <filename>~/.psqlrc</filename> will get psql to
1999
+ in <filename>~/.psqlrc</filename> will get <application> psql</application> to
2001
2000
maintain a separate history for each database.
2002
2001
</para>
2003
2002
<note>
You can’t perform that action at this time.
0 commit comments