summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2004-04-22 14:33:49 +0000
committerBruce Momjian2004-04-22 14:33:49 +0000
commit65b020bd611beb17e1f5adcbae699e0446afccf5 (patch)
treee2ff90c95273442f914daf98b633133a746f446c /doc/src
parent19f1649bedaf56182f01be96d44b678af9ce3cd7 (diff)
Fix filename mention in psqlrc.sample file.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 9779789bef2..6ae2ba854e5 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.113 2004/04/22 01:53:17 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.114 2004/04/22 14:33:38 momjian Exp $
PostgreSQL documentation
-->
@@ -440,7 +440,7 @@ PostgreSQL documentation
<term><option>--no-psqlrc</></term>
<listitem>
<para>
- Do not read the start-up file <filename>/psql.rc</filename> or
+ Do not read the start-up file <filename>/psqlrc</filename> or
<filename>~/.psqlrc</filename>.
</para>
</listitem>
@@ -1861,7 +1861,7 @@ bar
The autocommit-on mode is <productname>PostgreSQL</>'s traditional
behavior, but autocommit-off is closer to the SQL spec. If you
prefer autocommit-off, you may wish to set it in the system-wide
- <filename>psql.rc</filename> or your
+ <filename>psqlrc</filename> or your
<filename>.psqlrc</filename> file.
</para>
</note>
@@ -2491,9 +2491,9 @@ $endif
<para>
Before starting up, <application>psql</application> attempts to
read and execute commands from the the system-wide
- <filename>psql.rc</filename> file and the
+ <filename>psqlrc</filename> file and the
<filename>$HOME/.psqlrc</filename> file in the user's home
- directory. See <filename><replaceable>PREFIX</>/share/psql.rc.sample</>
+ directory. See <filename><replaceable>PREFIX</>/share/psqlrc.sample</>
for information on setting up the system-wide file. It could be used
to set up the client or the server to taste (using the <command>\set
</command> and <command>SET</command> commands).