PostgreSQL - HyperLogLog extension not found

Viewed 79

Can someone explain in a better way (well, in a way for dummies to understand), or more correctly how to install HyperLogLog hll extension for PostgreSQL on my Mac M1 machine.

When running CREATE EXTENSION hll;

I get:

Query 1 ERROR: ERROR: could not open extension control file "/opt/homebrew/share/postgresql/extension/hll.control": No such file or directory

I am new at this, so this documentation https://github.com/citusdata/postgresql-hll did not helped me a lot.

I installed all other extensions that I need except this one..

When typing which postgres I get:

/opt/homebrew/bin/postgres

And version: postgres (PostgreSQL) 14.3

I saw about configuring PG_CONFIG but I do not understand what exactly I should be doing here?

I will appreciate the help and I hope that this post will be of use for other dummies as I. :)

0 Answers
Related