mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
MANPATH cleanup.
This commit is contained in:
parent
c2010d8e4d
commit
b977e15f9f
2
INSTALL
2
INSTALL
@ -340,7 +340,7 @@ To upgrade to PostgreSQL v6.1 do the following:
|
||||
|
||||
Add the following lines to your login shell, ~/.bash_profile:
|
||||
PATH=$PATH:/usr/local/pgsql/bin
|
||||
MANPATH=/usr/local/pgsql/man
|
||||
MANPATH=$MANPATH:/usr/local/pgsql/man
|
||||
PGLIB=/usr/local/pgsql/lib
|
||||
PGDATA=/usr/local/pgsql/data
|
||||
export PATH MANPATH PGLIB PGDATA
|
||||
|
Loading…
Reference in New Issue
Block a user