Re: Installing and Configuring PostgreSQL Extensions via RPMs - Mailing list pgsql-pkg-yum

From Tomoaki Sato
Subject Re: Installing and Configuring PostgreSQL Extensions via RPMs
Date
Msg-id 20250225094917.97cde5026068b11bebe34b21@sraoss.co.jp
Whole thread Raw
In response to Installing and Configuring PostgreSQL Extensions via RPMs  (Devrim Gündüz <devrim@gunduz.org>)
Responses Re: Installing and Configuring PostgreSQL Extensions via RPMs
List pgsql-pkg-yum
Hi,

Thanks for sharing this! Really appreciate the effort you and the team
put into creating such a detailed guide.

I checked the page and found it very helpful. I also noticed a few
small typos:

  pg_repack : emove bloat from tables and indexes, and optionally
  restore the physical order of clustered indexes without holding an
  exclusive lock 

emove -> Remove

  sslutils : Provides SSL certicate generation functions to Postgres 

certicate -> certificate

  pgauditlogtofile : Aaddon to pgAudit than will redirect audit log
  lines to an independent file, instead of using PostgreSQL server
  logger 

Aaddon -> Addon

  pointcloud : ostgreSQL extension for storing point cloud (LIDAR)
  data 

ostgreSQL -> PostgreSQL

Hope this helps. Thanks again for the great work!

Regards,

On Fri, 21 Feb 2025 11:24:56 +0300
Devrim Gündüz <devrim@gunduz.org> wrote:

> I’m excited to introduce a new community project: "Installing and
> Configuring PostgreSQL Extensions via RPMs"!
> 
> https://yum.postgresql.org/extensions/
> 
> This document provides detailed guidance on installing and configuring
> PostgreSQL extensions on RPM-based systems. It goes beyond just running
> dnf install—covering essential pre-installation steps, configuration
> options (including GUC settings), and best practices to ensure a smooth
> setup.
> 
> A big thank you to Tom Kincaid and EDB for supporting my time on this
> project! I'd also like to extend this to Magnus Hagander for giving me
> design ideas and Matthias van de Meent for helping me to categorise the
> extensions!
> 
> Please let me know if you find any issues.


----
Tomoaki Sato <sato@sraoss.co.jp>
SRA OSS K.K.



pgsql-pkg-yum by date:

Previous
From: Devrim Gündüz
Date:
Subject: Installing and Configuring PostgreSQL Extensions via RPMs
Next
From: Devrim Gündüz
Date:
Subject: Re: Installing and Configuring PostgreSQL Extensions via RPMs