{
   "name": "pg_partman",
   "abstract": "Extension to manage partitioned tables by time or ID",
   "version": "5.5.0",
   "date": "2026-07-22T14:47:24Z",
   "maintainer": [
      "Keith Fiske <keith@keithf4.com>"
   ],
   "release_status": "stable",
   "user": "keithf4",
   "sha1": "aa7236c5ca3945062390bc480f3b0f21e34f84df",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "recommends": {
            "pg_jobmon": "1.4.1"
         },
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pg_partman": {
         "abstract": "Extension to manage partitioned tables by time or ID",
         "docfile": "doc/pg_partman.md",
         "file": "sql/pg_partman--5.5.0.sql",
         "version": "5.5.0"
      }
   },
   "tags": ["partition", "partitions", "partitioning", "table", "tables", "bgw", "background worker", "custom background worker"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/pgpartman/pg_partman/issues"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/pgpartman/pg_partman.git",
         "web": "https://github.com/pgpartman/pg_partman"
      }
   }
}
