Bug 219680 - [NEW PORT] databases/plpgsql_check: PostgreSQL extension to check PL/pgSQL code
Summary: [NEW PORT] databases/plpgsql_check: PostgreSQL extension to check PL/pgSQL code
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-31 10:42 UTC by Jov
Modified: 2017-07-05 09:27 UTC (History)
1 user (show)

See Also:


Attachments
plpgsql_check.shar (2.59 KB, text/plain)
2017-05-31 10:43 UTC, Jov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2017-05-31 10:42:59 UTC
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
Comment 1 Jov 2017-05-31 10:43:43 UTC
Created attachment 183094 [details]
plpgsql_check.shar

add patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-05 09:24:38 UTC
A commit references this bug:

Author: tz
Date: Wed Jul  5 09:24:14 UTC 2017
New revision: 445059
URL: https://svnweb.freebsd.org/changeset/ports/445059

Log:
  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>

Changes:
  head/databases/Makefile
  head/databases/plpgsql_check/
  head/databases/plpgsql_check/Makefile
  head/databases/plpgsql_check/distinfo
  head/databases/plpgsql_check/pkg-descr
  head/databases/plpgsql_check/pkg-plist
Comment 3 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-07-05 09:27:23 UTC
Committed, thanks!