From b4aec388d88cb3a27768e5a1cf3a1f6b11a9ede0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Oct 2011 11:43:19 -0400 Subject: [PATCH] Document that is the psql version number, not the server version number, that controls .psqlrc. --- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 4eefe3b4ab..d6941e0bd3 100644 --- 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.