Document that is the psql version number, not the server version number,
authorBruce Momjian
Sat, 15 Oct 2011 15:43:19 +0000 (11:43 -0400)
committerBruce Momjian
Sat, 15 Oct 2011 15:43:19 +0000 (11:43 -0400)
that controls .psqlrc.

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

index 4eefe3b4ab27153541781eb9aacbcf49b5ed7e6d..d6941e0bd338782a5dbde564cd795858b7cadb8d 100644 (file)
@@ -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.