Code

Initial import of PostRR -- the PostgreSQL Round-Robin Extension.
[postrr.git] / doc / postrr.txt
1 POSTRR(7)
2 =========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 postrr - PostgreSQL Round-Robin Extension
11 DESCRIPTION
12 -----------
13 PostRR is an extension for the PostgreSQL database management system providing
14 round-robin functionality. It provides additional data types and functions to
15 handle discrete time-series of data and consolidation thereof.
17 DATA TYPES
18 ~~~~~~~~~~
19 The following data types are provided as a base for building round-robin
20 archives:
22 * RRTimeslice: +
23   A timeslice implementing round-robin features. It is defined by the length
24   of the slice and the number of slices before wrapping around.
26 AUTHOR
27 ------
28 PostRR was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
30 COPYRIGHT
31 ---------
32 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
34 This is free software under the terms of the BSD license, see the source for
35 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
36 FITNESS FOR A PARTICULAR PURPOSE.
38 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :