Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b425b0a

Browse files
committed
Merge branch 'PGPRO10' into PGPROEE10
2 parents ca72721 + b224fa4 commit b425b0a

File tree

2 files changed

+115
-3
lines changed

2 files changed

+115
-3
lines changed

doc/src/sgml/contrib.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
</para>
4545

4646
<para>
47-
If you are using a pre-packaged version of <productname>&project;</>,
48-
these modules are typically made available as a separate subpackage,
49-
such as <literal>postgresql-contrib</>.
47+
In <productname>&project;</>, these modules are made available as a separate
48+
subpackage <filename>postgrespro-&edn;-&majorversion;-contrib</filename>.
5049
</para>
5150

5251
<para>

doc/src/sgml/installation-bin.sgml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,119 @@ pg-setup service start
390390
</tgroup>
391391
</table>
392392

393+
<para>
394+
Besides, there are separate packages providing several external modules
395+
that have been pre-built for compatibility with &project;:
396+
</para>
397+
398+
<informaltable>
399+
<tgroup cols="2">
400+
<thead>
401+
<row>
402+
<entry>
403+
<para>
404+
Package
405+
</para>
406+
</entry>
407+
<entry>
408+
<para>
409+
Description
410+
</para>
411+
</entry>
412+
</row>
413+
</thead>
414+
<tbody>
415+
<row>
416+
<entry>
417+
<para>
418+
<filename>libzstd</filename>
419+
</para>
420+
</entry>
421+
<entry>
422+
<para>
423+
A library for fast lossless data compression.
424+
</para>
425+
</entry>
426+
</row>
427+
<row>
428+
<entry>
429+
<para>
430+
<filename>mamonsu</filename>
431+
</para>
432+
</entry>
433+
<entry>
434+
<para>
435+
A monitoring agent for collecting &project; and system metrics.
436+
</para>
437+
</entry>
438+
</row>
439+
<row>
440+
<entry>
441+
<para>
442+
<filename>pg-repack-&majorversion;</filename>
443+
</para>
444+
</entry>
445+
<entry>
446+
<para>
447+
&project; extension and utility for reorganizing tables.
448+
This package is only available for Debian-based systems.
449+
</para>
450+
</entry>
451+
</row>
452+
<row>
453+
<entry>
454+
<para>
455+
<filename>pg_repack-&edn;-&majorversion;</filename>
456+
</para>
457+
</entry>
458+
<entry>
459+
<para>
460+
&project; extension and utility for reorganizing tables.
461+
This package is only available for CentOS,
462+
ALT Linux, SUSE, and RHEL-based systems.
463+
</para>
464+
</entry>
465+
</row>
466+
<row>
467+
<entry>
468+
<para>
469+
<filename>pgbadger</filename>
470+
</para>
471+
</entry>
472+
<entry>
473+
<para>
474+
&project; log analyzer that provides detailed reports and graphs.
475+
</para>
476+
</entry>
477+
</row>
478+
<row>
479+
<entry>
480+
<para>
481+
<filename>pgbouncer</filename>
482+
</para>
483+
</entry>
484+
<entry>
485+
<para>
486+
Connection pooler for &project;.
487+
</para>
488+
</entry>
489+
</row>
490+
<row>
491+
<entry>
492+
<para>
493+
<filename>zstd</filename>
494+
</para>
495+
</entry>
496+
<entry>
497+
<para>
498+
Command-line utility for the <filename>libzstd</filename> library.
499+
</para>
500+
</entry>
501+
</row>
502+
</tbody>
503+
</tgroup>
504+
</informaltable>
505+
393506
<para>
394507
Additionally, <productname>&project;</productname> provides separate
395508
packages with debug information for some operating systems:

0 commit comments

Comments
 (0)