aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-07-05 17:24:14 +0800
committertz <tz@FreeBSD.org>2017-07-05 17:24:14 +0800
commit608fffd5192704266614dd419e6754f3e01dd513 (patch)
tree97e0dce644042d155bf7a470e40b34d2a28e3ebd /databases/Makefile
parent32ae73d2bf3d32bb4ae2a8710d6fb756f0478988 (diff)
downloadfreebsd-ports-gnome-608fffd5192704266614dd419e6754f3e01dd513.tar.gz
freebsd-ports-gnome-608fffd5192704266614dd419e6754f3e01dd513.tar.zst
freebsd-ports-gnome-608fffd5192704266614dd419e6754f3e01dd513.zip
New port: databases/plpgsql_check
Plpgsql_check is next generation of plpgsql_lint. It allows to check source code by explicit call plpgsql_check_function. The SQL statements inside PL/pgSQL functions are checked by validator for semantic errors. These errors can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL 9.3, 9.4, 9.5, 9.6 and 10 are supported. WWW: https://github.com/okbob/plpgsql_check PR: 219680 Submitted by: Jov <amutu@amutu.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 9a444923bd88..cb6de238f2c6 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -649,6 +649,7 @@
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += pldebugger
+ SUBDIR += plpgsql_check
SUBDIR += postgis-jdbc
SUBDIR += postgis20
SUBDIR += postgis21