[ANNOUNCE] postgresql-unit 3 released

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема [ANNOUNCE] postgresql-unit 3 released
Дата
Msg-id 20170323135158.akxosknjdljewuip@msg.credativ.de
обсуждение исходный текст
Список pgsql-announce
postgresql-unit 3 released
--------------------------

The PostgreSQL "unit" extension provides a datatype for values using
the SI base types, and Bytes.

Highlight in version 3 of the extension is the ability to define new
prefixes and units at run-time using database tables, and the vast
number of predefined prefixes and units imported from the GNU "unit"
tool. Over 2400 units are available now.


Example for a user-defined unit:

# INSERT INTO unit_units VALUES ('legobrick', '9.6 mm');
# SELECT '1 m'::unit @ 'legobricks' AS one_meter;
          one_meter
-----------------------------
 104.166666666667 legobricks


Changelog:

* Support defining new units at runtime.
* Import unit definitions from GNU units.
* Add sqrt() and cbrt() functions.
* Extension is not relocatable after installation anymore.
* Bump extension version to 3.
* Bump minimum supported PostgreSQL version to 9.5 so we can use
  hash_create(HASH_BLOBS).
* Bump license to GPL-3+ to match GNU units' license.


Homepage: https://github.com/ChristophBerg/postgresql-unit


Christoph
--
Senior Berater, Tel.: +49 2166 9901 187
credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209
Trompeterallee 108, 41189 Mönchengladbach
Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer
pgp fingerprint: 5C48 FE61 57F4 9179 5970  87C6 4C5A 6BAB 12D2 A7AE

Вложения

В списке pgsql-announce по дате отправления:

Предыдущее
От: Britt Cole
Дата:
Сообщение: [ANNOUNCE] PGDay UK 2017 - Registration and CFP Open!
Следующее
От: Stephen Frost
Дата:
Сообщение: PostgresOpen SV 2017 in San Francisco - Call For Papers!