Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 419 Bytes

INSTALL.md

File metadata and controls

20 lines (15 loc) · 419 Bytes

INSTALL instructions

git clone https://github.com/dalibo/pg_query_settings.git
cd pg_query_settings
make
sudo make install

If you have multiple versions of PostgreSQL on the server, you may need to specify which version is your target by setting the PG_CONFIG env variable.

For example :

PG_CONFIG=/usr/lib/postgresql/14/bin/pg_config
export PG_CONFIG

or you can simply set your PATH correctly :)