UNPKG
@launchql/ast
Version:
latest (13.0.4)
13.0.4
13.0.3
13.0.2
13.0.1
PostgreSQL AST utils
@launchql/ast
/
Makefile
7 lines
(5 loc)
•
121 B
Plain Text
View Raw
1
2
3
4
5
6
7
EXTENSION = ast DATA = sql/ast--13.0.3.sql PG_CONFIG = pg_config PGXS :=
$(
shell
$(PG_CONFIG)
--pgxs)
include
$(PGXS)