Code

postrr_comments.sql: Added comment for CData type.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 21:13:36 +0000 (23:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 21:13:36 +0000 (23:13 +0200)
src/postrr_comments.sql

index 58ac5363b4f02ab55e8715289b7dca3694c81319..79b0cd3feaa9772e6c8b919ace5eaab75cf3e7be 100644 (file)
@@ -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 :