From 7a2bdcab429139f917804e421f3b8cbf07a120a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= <21990816+philippemnoel@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:13:16 -0500 Subject: [PATCH] Update README.md Co-authored-by: Jan Katins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b992c..97ce279 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ For Database Management * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL. * [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis. - * [pg_analytics](https://github.com/paradedb/paradedb/tree/dev/pg_analytics) - pg_analytics is an extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases. +* [pg_analytics](https://github.com/paradedb/paradedb/tree/dev/pg_analytics) - pg_analytics is an extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases. * [pg_bm25](https://github.com/paradedb/paradedb/tree/dev/pg_bm25) - pg_bm25 is a PostgreSQL extension that enables full text search over SQL tables using the BM25 algorithm, the state-of-the-art ranking function for full-text search. * [pg_cron](https://github.com/citusdata/pg_cron) - Run periodic jobs in PostgreSQL. * [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication.