diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f017a1ce225..9e792041336 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.153 2005/11/01 21:09:50 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.154 2005/11/04 23:14:02 petere Exp $ PostgreSQL documentation --> @@ -2015,7 +2015,7 @@ bar <term><varname>HISTFILE</varname></term> <listitem> <para> - The filename that will be used to store the history list. The default + The file name that will be used to store the history list. The default value is <filename>~/.psql_history</filename>. For example, putting <programlisting> \set HISTFILE ~/.psql_history- :DBNAME |