I'm using shmig on osx with postgresql installed via homebrew. It's broken because it assumes the binaries for psql et al, are located in /usr/bin. This change uses "which" to find the binaries.
I think ideally you would be able to specify the binary via command line switch. However, I regard this change in its current form as a step forward.
I'm using shmig on osx with postgresql installed via homebrew. It's broken because it assumes the binaries for psql et al, are located in /usr/bin. This change uses "which" to find the binaries.
I think ideally you would be able to specify the binary via command line switch. However, I regard this change in its current form as a step forward.
Feedback would be appreciated!