Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89c109 commit e4c7619Copy full SHA for e4c7619
doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.141 2005/06/10 16:26:59 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.142 2005/06/10 16:31:48 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -1994,7 +1994,7 @@ bar
1994
The filename that will be used to store the history list. The default
1995
value is <filename>~/.psql_history</filename>. For example, using:
1996
<programlisting>
1997
-\set HISTFILE ~/.psql_history-:DBNAME
+\set HISTFILE ~/.psql_history- :DBNAME
1998
</programlisting>
1999
in <filename>~/.psqlrc</filename> will get <application>psql</application> to
2000
maintain a separate history for each database.
0 commit comments