Skip to content

Commit

Permalink
Upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Oct 29, 2024
1 parent 857f708 commit 02e7b4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/pg_analytics--0.2.1--0.2.2.sql
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
\echo Use "ALTER EXTENSION pg_analytics UPDATE TO '0.2.2'" to load this file. \quit

DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input date);
DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input date, _offset pg_catalog."interval");
DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input date, _origin date);
DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input pg_catalog."timestamp");
DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input pg_catalog."timestamp", _origin date);
DROP FUNCTION IF EXISTS time_bucket(_bucket_width pg_catalog."interval", _input pg_catalog."timestamp", _offset pg_catalog."interval");

0 comments on commit 02e7b4b

Please sign in to comment.