Are there steps to enable on existing postgres? #129
Closed
recurrence
started this conversation in
General
Replies: 1 comment 1 reply
-
Yeah you can certainly do a native build of the columnar and add it to your local Postgres. The Hydra image / service has more extensions than just the columnar extension but obviously columnar is the most fun part. Pre-reqs:
(It will also build natively on Mac, but I don't have a list of homebrew packages for ya.) After that, this should work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EG: Can I just make and make install it since it's an extension?
I didn't see an install in the Makefile but maybe I missed it.
Beta Was this translation helpful? Give feedback.
All reactions