{
   "name": "plpgsql_check",
   "abstract": "Additional tools for plpgsql functions validation",
   "description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues. Modern versions has integrated profiler. The table and function dependencies can be displayed",
   "version": "2.9.1",
   "date": "2026-05-31T07:10:56Z",
   "maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
   "release_status": "stable",
   "user": "okbob",
   "sha1": "e2d3ec25f9c91c15e934f13d4b6a9af211ba94f5",
   "license": "bsd",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0",
            "plpgsql": 0
         }
      }
   },
   "provides": {
      "plpgsql_check": {
         "abstract": "Additional tools for plpgsql functions validation",
         "docfile": "README.md",
         "file": "sql/plpgsql_check_active.sql",
         "version": "2.9.1"
      }
   },
   "tags": ["plpgsql", "analyzer", "validate", "development", "profiler"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/okbob/plpgsql_check/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/okbob/plpgsql_check.git",
         "web": "https://github.com/okbob/plpgsql_check/"
      }
   }
}
