a variant of the Bourne shell, such as
sh,
ksh, or
-PATH=/usr/local/pgsql/bin PATH
-export PATH
+$ PATH=/usr/local/pgsql/bin:$PATH
+$ export PATH
to the .profile file in your home directory.
From now on, we will assume that you have added the
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
-PATH=/usr/local/pgsql/bin PATH
+PATH=/usr/local/pgsql/bin:$PATH
export PATH
to the .profile file in your home directory.
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
-% PATH=/usr/local/pgsql/bin PATH
+% PATH=/usr/local/pgsql/bin:$PATH
% export PATH
to the .profile file in your home directory.