diff options
author | tz <tz@FreeBSD.org> | 2017-07-05 17:24:14 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-05 17:24:14 +0800 |
commit | 608fffd5192704266614dd419e6754f3e01dd513 (patch) | |
tree | 97e0dce644042d155bf7a470e40b34d2a28e3ebd /databases/Makefile | |
parent | 32ae73d2bf3d32bb4ae2a8710d6fb756f0478988 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |