projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2deba6d
)
Document that is the psql version number, not the server version number,
author
Bruce Momjian
Sat, 15 Oct 2011 15:43:19 +0000
(11:43 -0400)
committer
Bruce Momjian
Sat, 15 Oct 2011 15:43:19 +0000
(11:43 -0400)
that controls .psqlrc.
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 4eefe3b4ab27153541781eb9aacbcf49b5ed7e6d..d6941e0bd338782a5dbde564cd795858b7cadb8d 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-3332,8
+3332,8
@@
PSQL_EDITOR_LINENUMBER_ARG='--line '
Both the system-wide
psqlrc
file and the user's
~/.psqlrc
file can be made version-specific
by appending a dash and the
PostgreSQL
- major or minor
release number, for example
-
~/.psqlrc-9.2
or
+ major or minor
psql
release number,
+
for example
~/.psqlrc-9.2
or
~/.psqlrc-9.2.5
. The most specific
version-matching file will be read in preference to a
non-version-specific file.