mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Fix up examples of sh/ksh PATH environment variable definition.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user