Skip to content

Commit adb5255

Browse files
committed
[Doc]: Apply EE specific fixes
1 parent 51b2168 commit adb5255

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

doc/src/sgml/pghintplan.sgml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -189,27 +189,6 @@ postgres=#
189189
</sect2>
190190
<sect2 id="pg-hint-plan-install">
191191
<title>Installation</title>
192-
<para>
193-
This section describes the installation steps.
194-
</para>
195-
<sect3 id="pg-hint-plan-build">
196-
<title>Building binary module</title>
197-
<para>
198-
Simply run <quote>make</quote> in the top of the source tree,
199-
then <quote>make install</quote> as appropriate user. The PATH
200-
environment variable should be set properly for the target
201-
&productname; for this process.
202-
</para>
203-
<programlisting>
204-
$ tar xzvf pg_hint_plan-1.x.x.tar.gz
205-
$ cd pg_hint_plan-1.x.x
206-
$ make
207-
$ su
208-
# make install
209-
</programlisting>
210-
</sect3>
211-
<sect3 id="pg-hint-plan-hint-load">
212-
<title>Loading pg_hint_plan</title>
213192
<para>
214193
Basically pg_hint_plan does not requires CREATE EXTENSION.
215194
Simply loading it by LOAD command will activate it and of
@@ -227,20 +206,6 @@ postgres=#
227206
Do CREATE EXTENSION and SET pg_hint_plan.enable_hint_table TO
228207
<literal>on</literal> if you are planning to use hint table.
229208
</para>
230-
</sect3>
231-
</sect2>
232-
<sect2 id="pg-hint-plan-uninstall">
233-
<title>Uninstallation</title>
234-
<para>
235-
<quote>make uninstall</quote> in the top directory of source tree
236-
will uninstall the installed files if you installed from the
237-
source tree and it is left available.
238-
</para>
239-
<programlisting>
240-
$ cd pg_hint_plan-1.x.x
241-
$ su
242-
# make uninstall
243-
</programlisting>
244209
</sect2>
245210
<sect2 id="pg-hint-plan-examples">
246211
<title>Hint descriptions</title>

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,9 @@
4242
extension and it has no special prerequisites.
4343
</para>
4444

45-
<para>
46-
To build extension from the source, make sure that the environment variable
47-
<envar>PATH</envar> includes path to <application>pg_config</application> utility.
48-
Also make sure that you have developer version of
49-
<productname>&productname;</productname> installed or
50-
<productname>&productname;</productname> was built from source code.
51-
</para>
52-
5345
<para>
5446
Install extension as follows:
5547
<screen>
56-
$ cd pgpro_scheduler
57-
$ make USE_PGXS=1
58-
$ sudo make USE_PGXS=1 install
5948
$ psql <replaceable>dbname</replaceable> -c "CREATE EXTENSION pgpro_scheduler"
6049
</screen>
6150
</para>

doc/src/sgml/rum.sgml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,14 @@
5959
<title>Installation</title>
6060

6161
<para>
62-
Before you build and install <filename>rum</filename> you should ensure
63-
that you have <productname>&productname;</productname> or
64-
<productname>PostgreSQL</productname> version 9.6 or newer installed.
62+
<filename>rum</filename> is a <productname>&productname;</productname>
63+
extension and it has no special prerequisites.
6564
</para>
6665

6766
<para>
68-
Typical installation procedure may look like this:
67+
Install extension as follows:
6968
<screen>
70-
$ git clone https://github.com/postgrespro/rum
71-
$ cd rum
72-
$ make USE_PGXS=1
73-
$ sudo make USE_PGXS=1 install
74-
$ make USE_PGXS=1 installcheck
75-
$ psql DB -c "CREATE EXTENSION rum;"
69+
$ psql <replaceable>dbname</replaceable> -c "CREATE EXTENSION rum"
7670
</screen>
7771
</para>
7872
</sect2>

0 commit comments

Comments
 (0)