eulerto / pg_similarity

set of functions and operators for executing similarity queries
BSD 3-Clause "New" or "Revised" License
363 stars 39 forks source link

pg_config editting #29

Closed juba-agoun closed 3 years ago

juba-agoun commented 3 years ago

It's not possible to edit the pg_config but you can edit the Makefile.global where the values are.

eulerto commented 3 years ago

Are you referring to this snippet?

$ $EDITOR Makefile # edit PG_CONFIG iif necessary

PG_CONFIG in uppercase letters means the variable not the binary pg_config.