Document that is the psql version number, not the server version number,
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Oct 2011 15:43:19 +0000 (11:43 -0400)
committerBruce Momjian <bruce@momjian.us>
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 <filename>psqlrc</filename> file and the user's
      <filename>~/.psqlrc</filename> file can be made version-specific
      by appending a dash and the <productname>PostgreSQL</productname>
-     major or minor release number, for example
-     <filename>~/.psqlrc-9.2</filename> or
+     major or minor <application>psql</application> release number,
+     for example <filename>~/.psqlrc-9.2</filename> or
      <filename>~/.psqlrc-9.2.5</filename>.  The most specific
      version-matching file will be read in preference to a
      non-version-specific file.