diff options
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 487df746176..d5e47b56e75 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -3430,7 +3430,7 @@ PSQL_EDITOR_LINENUMBER_ARG='--line ' <listitem> <para> Both the system-wide <filename>psqlrc</filename> file and the user's - <filename>~/.psqlrc</filename> file can be made version-specific + <filename>~/.psqlrc</filename> file can be made psql-version-specific by appending a dash and the <productname>PostgreSQL</productname> major or minor <application>psql</application> release number, for example <filename>~/.psqlrc-9.2</filename> or |