summaryrefslogtreecommitdiff
path: root/doc/src/sgml/start.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/start.sgml')
-rw-r--r--doc/src/sgml/start.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 12390f04db..592b35f89f 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -67,7 +67,7 @@ of a client application is the interactive monitor <Application>psql</Applicatio
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
-% PATH=/usr/local/pgsql/bin PATH
+% PATH=/usr/local/pgsql/bin:$PATH
% export PATH
</ProgramListing>
to the .profile file in your home directory.