File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 $
33PostgreSQL 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>
You can’t perform that action at this time.
0 commit comments