{ "name": "tab_tier", "abstract": "Extension for managing date-based job-driven table partitions", "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.", "tags": ["partitioning", "archival"], "version": "1.1.1", "maintainer": "Shaun M. Thomas ", "license": "apache_2_0", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.1.0", "plpgsql": 0 } } }, "provides": { "tab_tier": { "abstract": "Extension for managing date-based job-driven table partitions", "file": "sql/tab_tier.sql", "docfile": "doc/tab_tier.md", "version": "1.1.1" } }, "resources": { "bugtracker": { "web": "http://github.com/peak6/tab_tier/issues" }, "repository": { "url": "https://github.com/peak6/tab_tier.git", "web": "https://github.com/peak6/tab_tier", "type": "git" } }, "release_status": "stable", "generated_by": "Shaun M. Thomas ", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" } }