| From: | "Joel Jacobson" <joel(at)compiler(dot)org> |
|---|---|
| To: | "Ian Lawrence Barwick" <barwick(at)gmail(dot)com> |
| Cc: | "PostgreSQL Developers" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: List of all* PostgreSQL EXTENSIONs in the world |
| Date: | 2022-02-23 08:52:18 |
| Message-ID: | 3e00086b-7f6e-4629-baf1-e21b485f45ed@www.fastmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Feb 11, 2022, at 01:22, Ian Lawrence Barwick wrote:
> More precisely it's a list of all? the repositories with PostgreSQL
> extensions on
> GitHub?
Yes, the ambition is to list all repos at GitHub, and to manually add repos hosted at GitLab and other places.
> OTOH not everything is on GitHub; PostGIS comes to mind.
I've created a new category, "Spatial and Geographic Objects",
and added PostGIS and all other PostGIS-related extensions to it.
(The reason why it wasn't found automatically is because there is no .control-file is the root dir,
and its Makefile didn't contain a PGXS line.)
> The wiki sounds like a good starting point, assuming someone is willing to
> create/curate/maintain the list. It would need weeding out of any
> extensions which
> are inactive/unmaintained, duplicates/copies/forks
I agree, it needs to be curated, lots of noise.
I'm working on it, hopefully others will join in.
> (e.g. I see three
> instances of
> blackhole_fdw listed, but not the original repo, which is not even on
> GitHub) etc..
Thanks, I've fixed blackhole_fdw manually:
- https://bitbucket.org/adunstan/blackhole_fdw
- https://github.com/chenquanzhao/blackhole_fdw
/Joel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2022-02-23 08:55:34 | Re: Logical replication timeout problem |
| Previous Message | Joel Jacobson | 2022-02-23 08:03:52 | Re: List of all* PostgreSQL EXTENSIONs in the world |