Merge pull request #184 from elemoine/pg-config

Mention --with-pgconfig in README
This commit is contained in:
Éric Lemoine 2017-06-02 11:00:13 +02:00 committed by GitHub
commit 0b1fffa3df

View File

@ -45,6 +45,10 @@ After generating the configure script with ``autogen``, ``./configure --help``
- ``make``
- ``sudo make install``
Note: you can use ``--with-pgconfig`` on the ``./configure`` command line if you have multiple PostgreSQL installations on your system and want to target a specific one. For example:
- ``./configure --with-pgconfig=/sur/lib/postgresql/9.5/bin/pg_config``
Run unit tests:
- ``make check``