Commit b977e15f authored by Bruce Momjian's avatar Bruce Momjian

MANPATH cleanup.

parent c2010d8e
...@@ -340,7 +340,7 @@ To upgrade to PostgreSQL v6.1 do the following: ...@@ -340,7 +340,7 @@ To upgrade to PostgreSQL v6.1 do the following:
Add the following lines to your login shell, ~/.bash_profile: Add the following lines to your login shell, ~/.bash_profile:
PATH=$PATH:/usr/local/pgsql/bin PATH=$PATH:/usr/local/pgsql/bin
MANPATH=/usr/local/pgsql/man MANPATH=$MANPATH:/usr/local/pgsql/man
PGLIB=/usr/local/pgsql/lib PGLIB=/usr/local/pgsql/lib
PGDATA=/usr/local/pgsql/data PGDATA=/usr/local/pgsql/data
export PATH MANPATH PGLIB PGDATA export PATH MANPATH PGLIB PGDATA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment