From: Sebastian Harl Date: Sun, 14 Oct 2012 21:13:36 +0000 (+0200) Subject: postrr_comments.sql: Added comment for CData type. X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=03e2a5cf9486f4290167b4c766c92dec4c19c54f postrr_comments.sql: Added comment for CData type. --- diff --git a/src/postrr_comments.sql b/src/postrr_comments.sql index 58ac536..79b0cd3 100644 --- a/src/postrr_comments.sql +++ b/src/postrr_comments.sql @@ -29,5 +29,7 @@ COMMENT ON TYPE RRTimeslice IS 'postrr type: A timeslice implementing round-robin features. It is defined by the length of the slice and the number of slices before wrapping around.'; +COMMENT ON TYPE CData IS 'cdata type: A floating point data type (double precision) implementing consolidation functions.'; + -- vim: set tw=78 sw=4 ts=4 noexpandtab :