{
   "abstract": "Extension for managing date-based job-driven table partitions",
   "date": "2016-06-15T16:40:39Z",
   "description": "The tab_tier is an extension for managing date-based table partitions. Unlike most existing systems that use triggers to automatically relocate data, this extension relies on a job to call a maintenance procedure that moves applicable data when invoked. Combined with an allocation function that provisions new partitions, this module can handle up to daily granularity.",
   "docs": {
      "README": {
         "title": "tab_tier Extension"
      },
      "doc/tab_tier": {
         "abstract": "Extension for managing date-based job-driven table partitions",
         "title": "tab_tier Extension"
      }
   },
   "license": "apache_2_0",
   "maintainer": "Shaun M. Thomas <sthomas@peak6.com>",
   "name": "tab_tier",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "9.1.0",
            "plpgsql": 0
         }
      }
   },
   "provides": {
      "tab_tier": {
         "abstract": "Extension for managing date-based job-driven table partitions",
         "docfile": "doc/tab_tier.md",
         "docpath": "doc/tab_tier",
         "file": "sql/tab_tier.sql",
         "version": "1.1.1"
      }
   },
   "release_status": "stable",
   "releases": {
      "stable": [
         {
            "date": "2016-06-15T16:40:39Z",
            "version": "1.1.1"
         }
      ],
      "unstable": [
         {
            "date": "2016-06-15T16:14:08Z",
            "version": "1.1.0"
         }
      ]
   },
   "resources": {
      "bugtracker": {
         "web": "http://github.com/peak6/tab_tier/issues"
      },
      "repository": {
         "type": "git",
         "url": "https://github.com/peak6/tab_tier.git",
         "web": "https://github.com/peak6/tab_tier"
      }
   },
   "sha1": "6b36d827976cec68b0fc357de604cc13e64f8c48",
   "special_files": [
      "CHANGES",
      "LICENSE",
      "META.json",
      "Makefile",
      "tab_tier.control"
   ],
   "tags": [
      "partitioning",
      "archival"
   ],
   "user": "trifthen",
   "version": "1.1.1"
}
