Skip to content

Installation possible on macOS? #636

Answered by djdarkbeat
jambudipa asked this question in Q&A
Discussion options

You must be logged in to vote

This is how I install pg_partman into Mac OS for any of the different versions I am running in the Mac OS Postgres app as well as Brew outside of the app, I just put the path to the lib for the version I want to install it for.

PATH="/Applications/Postgres.app/Contents/Versions/14/bin:$PATH" pgxn install pg_partman

You can see that if you run

PATH="/Applications/Postgres.app/Contents/Versions/14/bin:$PATH" pg_config

BINDIR = /Applications/Postgres.app/Contents/Versions/14/bin
DOCDIR = /Applications/Postgres.app/Contents/Versions/14/share/doc/postgresql
HTMLDIR = /Applications/Postgres.app/Contents/Versions/14/share/doc/postgresql
INCLUDEDIR = /Applications/Postgres.app/Contents/Versions/

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by keithf4
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #536 on March 06, 2024 16:06.