apache / datasketches-postgresql

PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
https://datasketches.apache.org
Apache License 2.0
85 stars 11 forks source link

added upgrade script from 1.3.0 to 1.6.0 #67

Closed AlexanderSaydakov closed 1 year ago

AlexanderSaydakov commented 1 year ago

fixes #66

AlexanderSaydakov commented 1 year ago

This script is derived from datasketches--1.5.0--1.6.0.sql with just a few lines added to create new types that appeared since 1.3.0 (such as aod_sketch and req_float_sketch) and with a few lines removed (drop statements for some functions not needed in 1.6.0 anymore, but they did not exist in 1.3.0 yet) The easiest way to review is to look at the "diff sql/datasketches--1.5.0--1.6.0.sql sql/datasketches--1.3.0--1.6.0.sql"