public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] RFC: New PostgreSQL categories
@ 2024-10-28 13:49 Patrick Lauer
  2024-10-28 13:57 ` Miroslav Šulc (fordfrog)
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Patrick Lauer @ 2024-10-28 13:49 UTC (permalink / raw
  To: gentoo-dev

Hello everyone,

I've just returned from the pgconf.eu conference, and this has motivated 
me to try to improve the packaging situation for all things PostgreSQL 
in Gentoo.

Right now everything just goes into dev-db/ category. That's not 
inherently wrong, but it feels a bit overloaded to me. So I'd like to 
add two new categories. I'm relatively indifferent about the naming, 
good suggestions welcome, but locally I ended up naming them "pg-tools" 
and "pg-extensions". As the name suggests, one category is tools around 
PostgreSQL, and the other is extensions. (Or maybe it makes sense to put 
all of it into a dev-postgres category?)

A good amount of things are in-tree already, a lot of other things I've 
accumulated in a local repository. Most of it is very boring (i.e. most 
extensions 'just' use a plain Makefile) and has low rate of change.

The packages involved are:

- extensions, in-tree:
dev-db/plr
dev-db/pgrouting
dev-db/citus
dev-db/pgtap
dev-db/postgis
dev-db/slony1
dev-db/pglogical
dev-db/timescaledb

- extensions, new packages:
pg-extensions/clickhouse_fdw  | Clickhouse ForeignDataWrapper for PostgreSQL
pg-extensions/icu_ext  | An extension to expose functionality from ICU 
to PostgreSQL applications.
pg-extensions/lantern  | Vector similarity search for Postgresql
pg-extensions/mongo_fdw  | MongoDB foreign data wrapper for Postgresql
pg-extensions/mysql_fdw  | MySQL/MariaDB foreign data wrapper for Postgresql
pg-extensions/odbc_fdw  | ODBC FDW for PostgreSQL
pg-extensions/pg_auto_failover  | Monitors and manage automated failover 
for Postgres clusters
pg-extensions/pg_crash  | Reliably crash PostgreSQL
pg-extensions/pg_cron  | simple cron-based job scheduler for PostgreSQL
pg-extensions/pg_embedding  | Hierarchical Navigable Small World (HNSW) 
for vector similarity search
pg-extensions/pg_failover_slots  | Failover for replication slots
pg-extensions/pg_globalxact  | tools for distributed transactions within 
PostgreSQL
pg-extensions/pg_hint_plan  | tweak PostgreSQL execution plans with hints
pg-extensions/pg_ivm  | Incremental View Maintenance for PostgreSQL
pg-extensions/pg_jobmon  | Autonomous logging capabilities for 
PostgreSQL transactions/functions
pg-extensions/pg_partman  | PostgreSQL Partition Manager
pg-extensions/pg_profile  | find the most resource intensive activities 
in PostgreSQL
pg-extensions/pg_qualstats  | statistics on predicates found in WHERE 
statements and JOIN clauses
pg-extensions/pg_stat_kcache  | Gathers statistics about real reads and 
writes done by the filesystem layer
pg-extensions/pg_wait_sampling  | sampling based statistics of wait 
events in PostgreSQL
pg-extensions/pgfaceting  | Vector similarity search for Postgresql
pg-extensions/pgroonga  | Fast FullTextSearch for PostgreSQL
pg-extensions/pgsphere  | PostgreSQL extension for spherical geometry
pg-extensions/pgsql-ogr-fdw  | OGR FDW for PostgreSQL
pg-extensions/pgvector  | Vector similarity search for Postgresql
pg-extensions/pgvectorscale | enhanced ML/vector extension
pg-extensions/pllua  | Embeds Lua into PostgreSQL as a procedural 
language module.
pg-extensions/postgres-tde-ext  | experimental encrypted access method
pg-extensions/postgresql-unit  | SI Units for PostgreSQL
pg-extensions/rum  | RUM access method
pg-extensions/tds_fdw  | TabularDataStream foreign data wrapper

The tools are:
- in tree:
dev-db/barman
dev-db/pg_top
dev-db/pgagent
dev-db/pgbouncer
dev-db/pgcli
dev-db/pgmodeler
dev-db/pgpool2
dev-db/pgxnclient
dev-db/phppgadmin
dev-db/pspg
dev-db/psqlodbc
dev-db/repmgr
dev-db/slony1

- new packages:
pg-tools/patroni  | PostgreSQL HA with ZooKeeper, etcd or Consul
pg-tools/pg_catcheck  | Postgres system catalog check tool
pg-tools/pg_checksums_ext  | Postgres data checksum tool
pg-tools/pg_timetable  | Advanced scheduling for PostgreSQL
pg-tools/pgbackrest  | Simple, reliable, scalable backup solution to 
postgres
pg-tools/pgcopydb  | Postgres DB copy tool
pg-tools/pgloader  | loads data into PostgreSQL
pg-tools/pgroll  | Zero-downtime, reversible, schema migrations for Postgres
pg-tools/sqlpage  | A SQL-only web application framework. Takes .sql 
files and formats the query result using pre-made configurable 
professional-looking components.
pg-tools/vip-manager  | Manages a virtual IP based on state kept in etcd 
or Consul
pg-tools/wal-g  | archival restoration tool for PostgreSQL, 
MySQL/MariaDB, and MS SQL Server


Have fun,

Patrick


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
@ 2024-10-28 13:57 ` Miroslav Šulc (fordfrog)
  2024-10-28 13:59 ` Volkmar W. Pogatzki
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc (fordfrog) @ 2024-10-28 13:57 UTC (permalink / raw
  To: gentoo-dev; +Cc: Patrick Lauer

just a sidenote, dev-db/apgdiff is also a tool specific to postgresql (i 
authored it long time ago).

Dne 2024-10-28 14:49, Patrick Lauer napsal:
> Hello everyone,
> 
> I've just returned from the pgconf.eu conference, and this has 
> motivated me to try to improve the packaging situation for all things 
> PostgreSQL in Gentoo.
> 
> Right now everything just goes into dev-db/ category. That's not 
> inherently wrong, but it feels a bit overloaded to me. So I'd like to 
> add two new categories. I'm relatively indifferent about the naming, 
> good suggestions welcome, but locally I ended up naming them "pg-tools" 
> and "pg-extensions". As the name suggests, one category is tools around 
> PostgreSQL, and the other is extensions. (Or maybe it makes sense to 
> put all of it into a dev-postgres category?)
> 
> A good amount of things are in-tree already, a lot of other things I've 
> accumulated in a local repository. Most of it is very boring (i.e. most 
> extensions 'just' use a plain Makefile) and has low rate of change.
> 
> The packages involved are:
> 
> - extensions, in-tree:
> dev-db/plr
> dev-db/pgrouting
> dev-db/citus
> dev-db/pgtap
> dev-db/postgis
> dev-db/slony1
> dev-db/pglogical
> dev-db/timescaledb
> 
> - extensions, new packages:
> pg-extensions/clickhouse_fdw  | Clickhouse ForeignDataWrapper for 
> PostgreSQL
> pg-extensions/icu_ext  | An extension to expose functionality from ICU 
> to PostgreSQL applications.
> pg-extensions/lantern  | Vector similarity search for Postgresql
> pg-extensions/mongo_fdw  | MongoDB foreign data wrapper for Postgresql
> pg-extensions/mysql_fdw  | MySQL/MariaDB foreign data wrapper for 
> Postgresql
> pg-extensions/odbc_fdw  | ODBC FDW for PostgreSQL
> pg-extensions/pg_auto_failover  | Monitors and manage automated 
> failover for Postgres clusters
> pg-extensions/pg_crash  | Reliably crash PostgreSQL
> pg-extensions/pg_cron  | simple cron-based job scheduler for PostgreSQL
> pg-extensions/pg_embedding  | Hierarchical Navigable Small World (HNSW) 
> for vector similarity search
> pg-extensions/pg_failover_slots  | Failover for replication slots
> pg-extensions/pg_globalxact  | tools for distributed transactions 
> within PostgreSQL
> pg-extensions/pg_hint_plan  | tweak PostgreSQL execution plans with 
> hints
> pg-extensions/pg_ivm  | Incremental View Maintenance for PostgreSQL
> pg-extensions/pg_jobmon  | Autonomous logging capabilities for 
> PostgreSQL transactions/functions
> pg-extensions/pg_partman  | PostgreSQL Partition Manager
> pg-extensions/pg_profile  | find the most resource intensive activities 
> in PostgreSQL
> pg-extensions/pg_qualstats  | statistics on predicates found in WHERE 
> statements and JOIN clauses
> pg-extensions/pg_stat_kcache  | Gathers statistics about real reads and 
> writes done by the filesystem layer
> pg-extensions/pg_wait_sampling  | sampling based statistics of wait 
> events in PostgreSQL
> pg-extensions/pgfaceting  | Vector similarity search for Postgresql
> pg-extensions/pgroonga  | Fast FullTextSearch for PostgreSQL
> pg-extensions/pgsphere  | PostgreSQL extension for spherical geometry
> pg-extensions/pgsql-ogr-fdw  | OGR FDW for PostgreSQL
> pg-extensions/pgvector  | Vector similarity search for Postgresql
> pg-extensions/pgvectorscale | enhanced ML/vector extension
> pg-extensions/pllua  | Embeds Lua into PostgreSQL as a procedural 
> language module.
> pg-extensions/postgres-tde-ext  | experimental encrypted access method
> pg-extensions/postgresql-unit  | SI Units for PostgreSQL
> pg-extensions/rum  | RUM access method
> pg-extensions/tds_fdw  | TabularDataStream foreign data wrapper
> 
> The tools are:
> - in tree:
> dev-db/barman
> dev-db/pg_top
> dev-db/pgagent
> dev-db/pgbouncer
> dev-db/pgcli
> dev-db/pgmodeler
> dev-db/pgpool2
> dev-db/pgxnclient
> dev-db/phppgadmin
> dev-db/pspg
> dev-db/psqlodbc
> dev-db/repmgr
> dev-db/slony1
> 
> - new packages:
> pg-tools/patroni  | PostgreSQL HA with ZooKeeper, etcd or Consul
> pg-tools/pg_catcheck  | Postgres system catalog check tool
> pg-tools/pg_checksums_ext  | Postgres data checksum tool
> pg-tools/pg_timetable  | Advanced scheduling for PostgreSQL
> pg-tools/pgbackrest  | Simple, reliable, scalable backup solution to 
> postgres
> pg-tools/pgcopydb  | Postgres DB copy tool
> pg-tools/pgloader  | loads data into PostgreSQL
> pg-tools/pgroll  | Zero-downtime, reversible, schema migrations for 
> Postgres
> pg-tools/sqlpage  | A SQL-only web application framework. Takes .sql 
> files and formats the query result using pre-made configurable 
> professional-looking components.
> pg-tools/vip-manager  | Manages a virtual IP based on state kept in 
> etcd or Consul
> pg-tools/wal-g  | archival restoration tool for PostgreSQL, 
> MySQL/MariaDB, and MS SQL Server
> 
> 
> Have fun,
> 
> Patrick


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
  2024-10-28 13:57 ` Miroslav Šulc (fordfrog)
@ 2024-10-28 13:59 ` Volkmar W. Pogatzki
  2024-10-28 14:08 ` Agostino Sarubbo
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Volkmar W. Pogatzki @ 2024-10-28 13:59 UTC (permalink / raw
  To: gentoo-dev


> Patrick Lauer <patrick@gentoo.org> hat am 28.10.2024 14:49 CET geschrieben:
>
>
> Hello everyone,
>
> I've just returned from the pgconf.eu conference, and this has motivated
> me to try to improve the packaging situation for all things PostgreSQL
> in Gentoo.
>
> Right now everything just goes into dev-db/ category. [...]

What about dev-java/jdbc-postgresql?


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
  2024-10-28 13:57 ` Miroslav Šulc (fordfrog)
  2024-10-28 13:59 ` Volkmar W. Pogatzki
@ 2024-10-28 14:08 ` Agostino Sarubbo
  2024-10-28 14:10 ` Azamat Hackimov
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2024-10-28 14:08 UTC (permalink / raw
  To: gentoo-dev; +Cc: Patrick Lauer

On lunedì 28 ottobre 2024 14:49:01 CET Patrick Lauer wrote:
> The tools are:
> - in tree:
> dev-db/barman
> dev-db/pg_top
> dev-db/pgagent
> dev-db/pgbouncer
> dev-db/pgcli
> dev-db/pgmodeler
> dev-db/pgpool2
> dev-db/pgxnclient
> dev-db/phppgadmin
> dev-db/pspg
> dev-db/psqlodbc
> dev-db/repmgr
> dev-db/slony1

Hello Patrick,

there is also dev-db/pg_activity.

Feel free to move it to the new category.

As a side note, I don't use it anymore, but since maintanership is low-cost, I 
didn't drop the package to m-n.
Feel free to add the pgsql herd as maintainer if you think is a good idea.

Agostino




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
                   ` (2 preceding siblings ...)
  2024-10-28 14:08 ` Agostino Sarubbo
@ 2024-10-28 14:10 ` Azamat Hackimov
  2024-10-28 15:21 ` Michał Górny
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Azamat Hackimov @ 2024-10-28 14:10 UTC (permalink / raw
  To: gentoo-dev

I can contribute to the patroni ebuild if you want:
https://github.com/winterheart/iceland/tree/master/dev-db/patroni. I'm
still using 3.0.0 on some machines at work, but it can be easily
updated to the latest version.

пн, 28 окт. 2024 г. в 16:49, Patrick Lauer <patrick@gentoo.org>:
>
> Hello everyone,
>
> I've just returned from the pgconf.eu conference, and this has motivated
> me to try to improve the packaging situation for all things PostgreSQL
> in Gentoo.
>
> Right now everything just goes into dev-db/ category. That's not
> inherently wrong, but it feels a bit overloaded to me. So I'd like to
> add two new categories. I'm relatively indifferent about the naming,
> good suggestions welcome, but locally I ended up naming them "pg-tools"
> and "pg-extensions". As the name suggests, one category is tools around
> PostgreSQL, and the other is extensions. (Or maybe it makes sense to put
> all of it into a dev-postgres category?)
>
> A good amount of things are in-tree already, a lot of other things I've
> accumulated in a local repository. Most of it is very boring (i.e. most
> extensions 'just' use a plain Makefile) and has low rate of change.
>
> The packages involved are:
>
> - extensions, in-tree:
> dev-db/plr
> dev-db/pgrouting
> dev-db/citus
> dev-db/pgtap
> dev-db/postgis
> dev-db/slony1
> dev-db/pglogical
> dev-db/timescaledb
>
> - extensions, new packages:
> pg-extensions/clickhouse_fdw  | Clickhouse ForeignDataWrapper for PostgreSQL
> pg-extensions/icu_ext  | An extension to expose functionality from ICU
> to PostgreSQL applications.
> pg-extensions/lantern  | Vector similarity search for Postgresql
> pg-extensions/mongo_fdw  | MongoDB foreign data wrapper for Postgresql
> pg-extensions/mysql_fdw  | MySQL/MariaDB foreign data wrapper for Postgresql
> pg-extensions/odbc_fdw  | ODBC FDW for PostgreSQL
> pg-extensions/pg_auto_failover  | Monitors and manage automated failover
> for Postgres clusters
> pg-extensions/pg_crash  | Reliably crash PostgreSQL
> pg-extensions/pg_cron  | simple cron-based job scheduler for PostgreSQL
> pg-extensions/pg_embedding  | Hierarchical Navigable Small World (HNSW)
> for vector similarity search
> pg-extensions/pg_failover_slots  | Failover for replication slots
> pg-extensions/pg_globalxact  | tools for distributed transactions within
> PostgreSQL
> pg-extensions/pg_hint_plan  | tweak PostgreSQL execution plans with hints
> pg-extensions/pg_ivm  | Incremental View Maintenance for PostgreSQL
> pg-extensions/pg_jobmon  | Autonomous logging capabilities for
> PostgreSQL transactions/functions
> pg-extensions/pg_partman  | PostgreSQL Partition Manager
> pg-extensions/pg_profile  | find the most resource intensive activities
> in PostgreSQL
> pg-extensions/pg_qualstats  | statistics on predicates found in WHERE
> statements and JOIN clauses
> pg-extensions/pg_stat_kcache  | Gathers statistics about real reads and
> writes done by the filesystem layer
> pg-extensions/pg_wait_sampling  | sampling based statistics of wait
> events in PostgreSQL
> pg-extensions/pgfaceting  | Vector similarity search for Postgresql
> pg-extensions/pgroonga  | Fast FullTextSearch for PostgreSQL
> pg-extensions/pgsphere  | PostgreSQL extension for spherical geometry
> pg-extensions/pgsql-ogr-fdw  | OGR FDW for PostgreSQL
> pg-extensions/pgvector  | Vector similarity search for Postgresql
> pg-extensions/pgvectorscale | enhanced ML/vector extension
> pg-extensions/pllua  | Embeds Lua into PostgreSQL as a procedural
> language module.
> pg-extensions/postgres-tde-ext  | experimental encrypted access method
> pg-extensions/postgresql-unit  | SI Units for PostgreSQL
> pg-extensions/rum  | RUM access method
> pg-extensions/tds_fdw  | TabularDataStream foreign data wrapper
>
> The tools are:
> - in tree:
> dev-db/barman
> dev-db/pg_top
> dev-db/pgagent
> dev-db/pgbouncer
> dev-db/pgcli
> dev-db/pgmodeler
> dev-db/pgpool2
> dev-db/pgxnclient
> dev-db/phppgadmin
> dev-db/pspg
> dev-db/psqlodbc
> dev-db/repmgr
> dev-db/slony1
>
> - new packages:
> pg-tools/patroni  | PostgreSQL HA with ZooKeeper, etcd or Consul
> pg-tools/pg_catcheck  | Postgres system catalog check tool
> pg-tools/pg_checksums_ext  | Postgres data checksum tool
> pg-tools/pg_timetable  | Advanced scheduling for PostgreSQL
> pg-tools/pgbackrest  | Simple, reliable, scalable backup solution to
> postgres
> pg-tools/pgcopydb  | Postgres DB copy tool
> pg-tools/pgloader  | loads data into PostgreSQL
> pg-tools/pgroll  | Zero-downtime, reversible, schema migrations for Postgres
> pg-tools/sqlpage  | A SQL-only web application framework. Takes .sql
> files and formats the query result using pre-made configurable
> professional-looking components.
> pg-tools/vip-manager  | Manages a virtual IP based on state kept in etcd
> or Consul
> pg-tools/wal-g  | archival restoration tool for PostgreSQL,
> MySQL/MariaDB, and MS SQL Server
>
>
> Have fun,
>
> Patrick
>


-- 
From Siberia with Love!


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
                   ` (3 preceding siblings ...)
  2024-10-28 14:10 ` Azamat Hackimov
@ 2024-10-28 15:21 ` Michał Górny
  2024-10-28 17:07   ` Patrick Lauer
  2024-10-28 19:15 ` Ulrich Müller
  2024-10-29 22:22 ` Haelwenn (lanodan) Monnier
  6 siblings, 1 reply; 9+ messages in thread
From: Michał Górny @ 2024-10-28 15:21 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]

On Mon, 2024-10-28 at 14:49 +0100, Patrick Lauer wrote:
> I've just returned from the pgconf.eu conference, and this has motivated 
> me to try to improve the packaging situation for all things PostgreSQL 
> in Gentoo.
> 
> Right now everything just goes into dev-db/ category. That's not 
> inherently wrong, but it feels a bit overloaded to me. So I'd like to 
> add two new categories. I'm relatively indifferent about the naming, 
> good suggestions welcome, but locally I ended up naming them "pg-tools" 
> and "pg-extensions". As the name suggests, one category is tools around 
> PostgreSQL, and the other is extensions. (Or maybe it makes sense to put 
> all of it into a dev-postgres category?)

That's inconsistently long with how we name categories.  "-plugins"
would probably be more consistent too.

> - extensions, new packages:
> […]

Are you actually going to maintain all these new packages, or just dump
and effectively abandon them, as usual?

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 512 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 15:21 ` Michał Górny
@ 2024-10-28 17:07   ` Patrick Lauer
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer @ 2024-10-28 17:07 UTC (permalink / raw
  To: gentoo-dev

On 10/28/24 16:21, Michał Górny wrote:
> Are you actually going to maintain all these new packages, or just dump
> and effectively abandon them, as usual?
> 
Hmm, that's actually good advice.

But most of those are very low maintenance, and I wanted to maintain them.

Thanks for your input,

Patrick


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
                   ` (4 preceding siblings ...)
  2024-10-28 15:21 ` Michał Górny
@ 2024-10-28 19:15 ` Ulrich Müller
  2024-10-29 22:22 ` Haelwenn (lanodan) Monnier
  6 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2024-10-28 19:15 UTC (permalink / raw
  To: Patrick Lauer; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

>>>>> On Mon, 28 Oct 2024, Patrick Lauer wrote:

> I've just returned from the pgconf.eu conference, and this has
> motivated me to try to improve the packaging situation for all things
> PostgreSQL in Gentoo.

> Right now everything just goes into dev-db/ category. That's not
> inherently wrong, but it feels a bit overloaded to me. So I'd like to
> add two new categories. I'm relatively indifferent about the naming,
> good suggestions welcome, but locally I ended up naming them
> "pg-tools" and "pg-extensions". As the name suggests, one category is
> tools around PostgreSQL, and the other is extensions. (Or maybe it
> makes sense to put all of it into a dev-postgres category?)

As briefly discussed in #-dev, I think that "dev-postgres" would fit
better with the naming of existing categories.

> A good amount of things are in-tree already, a lot of other things
> I've accumulated in a local repository. Most of it is very boring
> (i.e. most extensions 'just' use a plain Makefile) and has low rate of
> change.

> The packages involved are:
> [...]

That's not too many, so maybe a single category would suffice?

Ulrich

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-dev] RFC: New PostgreSQL categories
  2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
                   ` (5 preceding siblings ...)
  2024-10-28 19:15 ` Ulrich Müller
@ 2024-10-29 22:22 ` Haelwenn (lanodan) Monnier
  6 siblings, 0 replies; 9+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2024-10-29 22:22 UTC (permalink / raw
  To: gentoo-dev

[2024-10-28 14:49:01+0100] Patrick Lauer:
>pg-extensions/rum  | RUM access method

I've been maintaining dev-db/rum::guru for few years,
could move it to ::gentoo if someone wants it there,
just haven't personally needed to.

Best regards


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-29 22:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 13:49 [gentoo-dev] RFC: New PostgreSQL categories Patrick Lauer
2024-10-28 13:57 ` Miroslav Šulc (fordfrog)
2024-10-28 13:59 ` Volkmar W. Pogatzki
2024-10-28 14:08 ` Agostino Sarubbo
2024-10-28 14:10 ` Azamat Hackimov
2024-10-28 15:21 ` Michał Górny
2024-10-28 17:07   ` Patrick Lauer
2024-10-28 19:15 ` Ulrich Müller
2024-10-29 22:22 ` Haelwenn (lanodan) Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox