|
|
|
@ -1733,7 +1733,7 @@ set path = ( /usr/local/pgsql/bin $path ) |
|
|
|
shell start-up file unless you installed into a location that is |
|
|
|
shell start-up file unless you installed into a location that is |
|
|
|
searched by default: |
|
|
|
searched by default: |
|
|
|
<programlisting> |
|
|
|
<programlisting> |
|
|
|
MANPATH=/usr/local/pgsql/man:$MANPATH |
|
|
|
MANPATH=/usr/local/pgsql/share/man:$MANPATH |
|
|
|
export MANPATH |
|
|
|
export MANPATH |
|
|
|
</programlisting> |
|
|
|
</programlisting> |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
@ -2742,13 +2742,13 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 |
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
<para> |
|
|
|
By default, the PostgreSQL man pages are installed into |
|
|
|
By default, the PostgreSQL man pages are installed into |
|
|
|
<filename>/usr/local/pgsql/man</filename>. By default, UnixWare |
|
|
|
<filename>/usr/local/pgsql/share/man</filename>. By default, UnixWare |
|
|
|
does not look there for man pages. To be able to read them you |
|
|
|
does not look there for man pages. To be able to read them you |
|
|
|
need to modify the |
|
|
|
need to modify the |
|
|
|
<varname>MANPATH</varname> variable |
|
|
|
<varname>MANPATH</varname> variable |
|
|
|
in <filename>/etc/default/man</filename>, for example: |
|
|
|
in <filename>/etc/default/man</filename>, for example: |
|
|
|
<programlisting> |
|
|
|
<programlisting> |
|
|
|
MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man |
|
|
|
MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/man |
|
|
|
</programlisting> |
|
|
|
</programlisting> |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
|
|
|