|
37 | 37 | <para>
|
38 | 38 | <application>pg-wrapper</application> is a shell script provided in
|
39 | 39 | the <productname>&productname;</productname> distribution to manage
|
40 |
| - <productname>&productname;</productname> symbolic links on Linux systems. |
| 40 | + <productname>&productname;</productname> symbolic links and |
| 41 | + <acronym>SQL</acronym> man pages on Linux systems. |
41 | 42 | This script is provided as part of the <filename>postgrespro-std-&majorversion;-client</filename>
|
42 | 43 | package. Once this package is installed, you can find <application>pg-wrapper</application>
|
43 | 44 | in the <filename><replaceable>install-dir</replaceable>/bin</filename>
|
44 | 45 | directory, where <replaceable>install-dir</replaceable> is
|
45 |
| - <filename>/opt/pgpro/std-&majorversion;</filename> by default. |
| 46 | + <filename>/opt/pgpro/std-&majorversion;</filename>. |
46 | 47 | </para>
|
47 | 48 | <para>
|
48 | 49 | <application>pg-wrapper</application> must be run as root.
|
|
60 | 61 |
|
61 | 62 | <varlistentry>
|
62 | 63 | <term><option>links</option> {<option>update</option> | <option>remove</option>}</term>
|
63 |
| - <listitem><para>Manage <productname>&productname;</productname> symbolic links: |
| 64 | + <listitem><para>Manage <productname>&productname;</productname> |
| 65 | + symbolic links and <acronym>SQL</acronym> man pages: |
64 | 66 | <itemizedlist spacing="compact">
|
65 | 67 | <listitem>
|
66 | 68 | <para>
|
67 |
| - <literal>update</literal> — create or replace symbolic links. |
| 69 | + <literal>update</literal> — create or replace |
| 70 | + symbolic links for server and client programs provided with |
| 71 | + <productname>&productname;</productname>, as well as make |
| 72 | + the provided <acronym>SQL</acronym> man pages available in |
| 73 | + man page configuration files. |
68 | 74 | </para>
|
69 | 75 | </listitem>
|
70 | 76 | <listitem>
|
71 | 77 | <para>
|
72 |
| - <literal>remove</literal> — remove symbolic links. |
| 78 | + <literal>remove</literal> — remove symbolic links |
| 79 | + and <acronym>SQL</acronym> man page support for the current |
| 80 | + <productname>&productname;</productname> version. |
73 | 81 | </para>
|
74 | 82 | </listitem>
|
75 | 83 | </itemizedlist>
|
|
92 | 100 | <para>
|
93 | 101 | If you are installing individual <productname>&productname;</productname>
|
94 | 102 | packages, you can run this script manually to create symbolic links
|
95 |
| - to the provided client and server programs. |
| 103 | + to the provided client and server programs, as well as add |
| 104 | + <acronym>SQL</acronym> man pages to the man page configuration file. |
| 105 | + </para> |
| 106 | + <para> |
| 107 | + If <acronym>SQL</acronym> man pages are already installed |
| 108 | + from a different product, the previous installation will keep |
| 109 | + its priority. For the new <acronym>SQL</acronym> documentation |
| 110 | + to be displayed first, you have to modify the system configuration, |
| 111 | + for example, change the <envar>MANPATH</envar> value. |
| 112 | + </para> |
96 | 113 | <important>
|
97 | 114 | <para>
|
98 | 115 | If you have been using the same programs provided with
|
99 |
| - other products, running this command may result in a conflict. |
| 116 | + other products, running <application>pg-wrapper</application> may result in a conflict. |
100 | 117 | In this case, you can either continue using the already
|
101 | 118 | available program version, or adjust the settings manually.
|
102 | 119 | </para>
|
|
106 | 123 | make these programs available just for a particular user or user session.
|
107 | 124 | </para>
|
108 | 125 | </important>
|
109 |
| - </para> |
110 | 126 |
|
111 | 127 | <para>
|
112 | 128 | For details on binary installation specifics on Linux,
|
|
0 commit comments