We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6780d28 commit 509ca85Copy full SHA for 509ca85
Makefile
@@ -15,7 +15,7 @@ EXTRA_CLEAN = y.tab.c y.tab.h \
15
jsquery_gram.c jsquery_scan.c jsquery_gram.h
16
17
ifdef USE_PGXS
18
-PG_CONFIG = pg_config
+PG_CONFIG ?= pg_config
19
PGXS := $(shell $(PG_CONFIG) --pgxs)
20
include $(PGXS)
21
else
README.md
@@ -49,7 +49,7 @@ Before build and install you should ensure following:
49
PostgreSQL from source.
50
* You have flex and bison installed on your system. JsQuery was tested on
51
flex 2.5.37-2.5.39, bison 2.7.12.
52
- * Your PATH variable is configured so that pg\_config command available.
+ * Your PATH variable is configured so that pg\_config command available, or set PG_CONFIG variable.
53
54
Typical installation procedure may look like this:
55
0 commit comments