From: Neil Conway Date: Fri, 10 Jun 2005 16:26:59 +0000 (+0000) Subject: Minor cleanup of documentation for recently-added HISTFILE psql variable. X-Git-Tag: REL8_1_0BETA1~586 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a89c109e3006ca3e4d6d37242fd610c7799f0e3c;p=postgresql Minor cleanup of documentation for recently-added HISTFILE psql variable. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 075225b6fb..1b9a72829d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1991,13 +1991,12 @@ bar HISTFILE - This variable contains the filename used to save the history. - Its default value is ~/.psql_history. - For example, use: + The filename that will be used to store the history list. The default + value is ~/.psql_history. For example, using: \set HISTFILE ~/.psql_history-:DBNAME - in your ~/.psqlrc will get psql to + in ~/.psqlrc will get psql to maintain a separate history for each database.