We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2010d8 commit b977e15Copy full SHA for b977e15
INSTALL
@@ -340,7 +340,7 @@ To upgrade to PostgreSQL v6.1 do the following:
340
341
Add the following lines to your login shell, ~/.bash_profile:
342
PATH=$PATH:/usr/local/pgsql/bin
343
- MANPATH=/usr/local/pgsql/man
+ MANPATH=$MANPATH:/usr/local/pgsql/man
344
PGLIB=/usr/local/pgsql/lib
345
PGDATA=/usr/local/pgsql/data
346
export PATH MANPATH PGLIB PGDATA
0 commit comments