From 65b020bd611beb17e1f5adcbae699e0446afccf5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Apr 2004 14:33:49 +0000 Subject: Fix filename mention in psqlrc.sample file. --- doc/src/sgml/ref/psql-ref.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/src') 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 @@ @@ -440,7 +440,7 @@ PostgreSQL documentation - Do not read the start-up file /psql.rc or + Do not read the start-up file /psqlrc or ~/.psqlrc. @@ -1861,7 +1861,7 @@ bar The autocommit-on mode is 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 - psql.rc or your + psqlrc or your .psqlrc file. @@ -2491,9 +2491,9 @@ $endif Before starting up, psql attempts to read and execute commands from the the system-wide - psql.rc file and the + psqlrc file and the $HOME/.psqlrc file in the user's home - directory. See PREFIX/share/psql.rc.sample + directory. See 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 \set and SET commands). -- cgit v1.2.3