Re: Add 3rd party contrib modules

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: Yambu <hyambu(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Add 3rd party contrib modules
Date: 2021-02-05 11:37:41
Message-ID: CAB8KJ=i8_g5Ou8MX3Wvevt-7Qqi96tuTZPdWprOgMyB6N1tfLw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2021年2月5日(金) 18:25 Yambu <hyambu(at)gmail(dot)com>:

> Hello
>
> Do I need to have installed postgres from source for me to be able to add
> third party contrib modules?
>
>
If the modules are available as packages (rpm, deb etc.) you can install
them via your
operating system's packaging system.

If not, you can build them manually, but PostgreSQL itself does not need to
have been
built from source. You will however need various dev packages.

See here for a description of what's needed for this kind of thing:

https://repmgr.org/docs/current/installation-source.html

It's documentation for a specific product, but the principles are the same
for building any extension code.

Regards

Ian Barwick
--
EnterpriseDB: https://www.enterprisedb.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dbatoCloud Solution 2021-02-05 12:04:51 Re: Partitioning existing table issue - Help needed!
Previous Message Victor Sudakov 2021-02-05 09:54:00 wal-g (https://github.com/wal-g/wal-g) reliability