Tags: macoovacany/postgresql-unit
Tags
postgresql-unit 7.0 7.0: Sep 28, 2018 ----------------- * Format time using commonyears + days + hh:mm:ss.sss s. * Avoid using Gs for Gigaseconds, that's actually gauss. * Modify @(unit, text) operator to return text instead of cstring. * Import definitions.units from GNU units 2.17 with 13 new units. * Add π to known units. * Remove bison 2 compat mode, but keep pregenerated files for jessie and trusty. * Support send/receive via the binary protocol. * Support Infinity and NaN. * Add strict comparison operators that error out when dimensions of arguments do not match: << <<= == <<>> >>= >>. * Add range type over units: unitrange.
6.0: Mar 7, 2018 ---------------- * Add @@ operator: similar to @, but returns the value of the resulting unit as double precision number. * Fix parsing of addition/subtraction in unit values. * Grant SELECT on unit prefixes and units table to public. * Add unit_load() function to load/update the data tables.
PreviousNext