Closed Vonng closed 8 months ago
HI,
Installed latest 2.4.1 , but while trying to enable pg_tle extension ( CREATE EXTENSION pg_tle ), got controls file missing error. But in the release note of 2.4.0 I found that pg_tle is included. Am i missing anything.
Thanks.
HI,
Installed latest 2.4.1 , but while trying to enable pg_tle extension ( CREATE EXTENSION pg_tle ), got controls file missing error. But in the release note of 2.4.0 I found that pg_tle is included. Am i missing anything.
Thanks.
I checked on EL7 - EL9, PG 14 & PG 15, the pg_tle
can be CREATE
without error.
Checklist:
pg_tle_15
is added to pg_extensions
or manually installed all cluster memberspg_tle
is added to pg_libs
or manually configured into shared_preload_libraries
on all cluster membersAdditional info required
ls -al /www/pigsty/pg_tle_15-*
rpm listrpm -qlp /www/pigsty/pg_tle_15-*
rpm contentThanks @Vonng , Actually I have installed Pigsty to my existing PostgreSQL v13 database. Might that be causing issue. I will try the same in a new PostgreSQL v15 service.
I am using the following extension on a system. I want to migrate to pigsty. Can pigsty support them?
ImgSmlr – is a PostgreSQL extension which implements similar images searching functionality.
The pg_bigm module provides full text search capability in PostgreSQL. This module allows a user to create 2-gram (bigram) index for faster full text search.
PGroonga makes PostgreSQL fast full text search platform for all languages!
@Vonng Thank you for developing such a great system. It feels like a treasure trove with so many features that I would love to use.
I am using the following extension on a system. I want to migrate to pigsty. Can pigsty support them?
imgsmlr
ImgSmlr – is a PostgreSQL extension which implements similar images searching functionality.
pg_bigm
The pg_bigm module provides full text search capability in PostgreSQL. This module allows a user to create 2-gram (bigram) index for faster full text search.
pgroonga
PGroonga makes PostgreSQL fast full text search platform for all languages!
@Vonng Thank you for developing such a great system. It feels like a treasure trove with so many features that I would love to use.
great extensions, maybe we can add them in v2.5.0.
Pigsty now has an official Yum repo: https://repo.pigsty.cc/rpm , including some PostgreSQL extension RPMs for EL7 - EL9 missing in the PGDG repo.
If you have any extension you want to use in Pigsty, please feel free to comment here, and I'll consider building an RPM and adding it to Pigsty's RPM repo.
TODO LIST: