projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89c109
)
Add space before :DBNAME for proper \set expansion.
author
Bruce Momjian
Fri, 10 Jun 2005 16:31:48 +0000
(16:31 +0000)
committer
Bruce Momjian
Fri, 10 Jun 2005 16:31:48 +0000
(16:31 +0000)
Andreas Seltenreich
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index 1b9a72829d529b6f9ae85e9cd104e414d4df230d..ee16b1b3e5fc666eaf1caf8663d88500b1525078 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-1,5
+1,5
@@
@@
-1994,7
+1994,7
@@
bar
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
+\set HISTFILE ~/.psql_history-
:DBNAME
in
~/.psqlrc
will get
psql
to
maintain a separate history for each database.