Re: Add 3rd party contrib modules - Mailing list pgsql-admin

From Ian Lawrence Barwick
Subject Re: Add 3rd party contrib modules
Date
Msg-id CAB8KJ=i8_g5Ou8MX3Wvevt-7Qqi96tuTZPdWprOgMyB6N1tfLw@mail.gmail.com
Whole thread Raw
In response to Add 3rd party contrib modules  (Yambu <hyambu@gmail.com>)
List pgsql-admin
2021年2月5日(金) 18:25 Yambu <hyambu@gmail.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:


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


Regards

Ian Barwick
--

pgsql-admin by date:

Previous
From: Victor Sudakov
Date:
Subject: wal-g (https://github.com/wal-g/wal-g) reliability
Next
From: dbatoCloud Solution
Date:
Subject: Re: Partitioning existing table issue - Help needed!