Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2012-05-07 01:43:55 +0000
committerBruce Momjian2012-05-07 01:43:55 +0000
commit65b110703b798cdbfa568aa3583caba0ed51b33a (patch)
treeaefdcd90bea7e640f59b0f5b013ddd233e447e2b
parent0a3a674b98ebb47e2f4b539a0e284744a7871987 (diff)
Document that it is the pgsql version we are matching for psqlrc
version-specific files, not the server version.
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml2
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