iCyberon / pg_hashids

Short unique id generator for PostgreSQL, using hashids
MIT License
287 stars 25 forks source link

Several PostgreSQL versions #6

Closed hmartinet closed 7 years ago

hmartinet commented 7 years ago

Hello,

How to choose the pg version for make/make install ? It's deployed in 9.3 but not in 9.6 (I have both and I want to use it in 9.6).

Thanks

[edit] Ok I succeeded to deploy if by removing one or the other pg sources. But this is not very user friendly.

iCyberon commented 7 years ago

@hmartinet Glad you've find a way. You could also change PG_CONFIG in makefile to point to the version you want. Doing which pg_config might help. Let me know if you have any questions