Niels Dequeker
Niels Dequeker
The source code for our NPM package is hosted on a GitLab repository. We use relative links in our README. It looks like [relative links are only supported (being converted...
I would like to add computed properties to a resource, which don't map directly to the database structure. My use case is that I want to perform a count in...
I'm struggling to build the extension on Mac OS X. Using the following steps from [the docs](https://pgxn.org/dist/hll/#Build): ``` git clone [email protected]:citusdata/postgresql-hll.git cd postgresql-hll make CC=gcc CXX=gcc ``` I keep getting...