Skip to content

Commit e4c7619

Browse files
committed
Add space before :DBNAME for proper \set expansion.
Andreas Seltenreich
1 parent a89c109 commit e4c7619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -1994,7 +1994,7 @@ bar
19941994
The filename that will be used to store the history list. The default
19951995
value is <filename>~/.psql_history</filename>. For example, using:
19961996
<programlisting>
1997-
\set HISTFILE ~/.psql_history-:DBNAME
1997+
\set HISTFILE ~/.psql_history- :DBNAME
19981998
</programlisting>
19991999
in <filename>~/.psqlrc</filename> will get <application>psql</application> to
20002000
maintain a separate history for each database.

0 commit comments

Comments
 (0)