|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.141 2005/06/10 16:26:59 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.142 2005/06/10 16:31:48 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -1994,7 +1994,7 @@ bar
|
1994 | 1994 | The filename that will be used to store the history list. The default
|
1995 | 1995 | value is <filename>~/.psql_history</filename>. For example, using:
|
1996 | 1996 | <programlisting>
|
1997 |
| -\set HISTFILE ~/.psql_history-:DBNAME |
| 1997 | +\set HISTFILE ~/.psql_history-:DBNAME |
1998 | 1998 | </programlisting>
|
1999 | 1999 | in <filename>~/.psqlrc</filename> will get <application>psql</application> to
|
2000 | 2000 | maintain a separate history for each database.
|
|