Code

postrr.sql: Use "LANGUAGE C" rather than "LANGUAGE 'C'".
[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 * CData: +
27   A floating point data type (double precision) implementing consolidation
28   functions.
30 AUTHOR
31 ------
32 PostRR was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
34 COPYRIGHT
35 ---------
36 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
38 This is free software under the terms of the BSD license, see the source for
39 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
40 FITNESS FOR A PARTICULAR PURPOSE.
42 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :