{
   "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.0",
   "date": "2026-05-22T04:09:29Z",
   "maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
   "release_status": "stable",
   "user": "okbob",
   "sha1": "79205bd80dc9d82487806d273e142e8dcdf90b81",
   "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.0"
      }
   },
   "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/"
      }
   }
}
