diff options
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a3cfd3b5575..67e527124d9 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -3915,7 +3915,7 @@ bar or <filename>%APPDATA%\postgresql\psql_history</filename> on Windows. For example, putting: <programlisting> -\set HISTFILE ~/.psql_history- :DBNAME +\set HISTFILE ~/.psql_history-:DBNAME </programlisting> in <filename>~/.psqlrc</filename> will cause <application>psql</application> to maintain a separate history for |