forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1840d9f
committed
doc: Simplify example of HISTFILE for psql
e4c7619 has added a space to the example used for HISTFILE in the docsof psql before the variable DBNAME, as a workaround because variableswere not parsed the same way back then. This behavior has changed in9.2, causing the example in the psql docs to result in the same historyfile created with or without a space added before the DBNAME variable.Let's just remove this space in the example, to reduce any confusion, asthe point of it is to prove that a per-database history file is easy toset up, and that's easier to read this way.Per discussion with Tom Lane.Reported-by: Ludovic KutyDiscussion:https://postgr.es/m/161830067409.691.16198363670687811485@wrigleys.postgresql.org1 parentcbae877 commit1840d9f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3915 | 3915 |
| |
3916 | 3916 |
| |
3917 | 3917 |
| |
3918 |
| - | |
| 3918 | + | |
3919 | 3919 |
| |
3920 | 3920 |
| |
3921 | 3921 |
| |
|
0 commit comments
Comments
(0)