CartoDB / cartodb-postgresql

PostgreSQL extension for CartoDB
BSD 3-Clause "New" or "Revised" License
111 stars 52 forks source link

Why DROP FUNCTION in CDB_EqualIntervalBins.sql? #406

Open mhkeller opened 2 years ago

mhkeller commented 2 years ago

Hi, I'm curious why the last line in the SQL file for the CDB_EqualIntervalBins includes a DROP FUNCTION line? It seems to drop the function that was just created: https://github.com/CartoDB/cartodb-postgresql/blob/667ec0e32c7af1edb1dac3249bf7e889ca2176ba/scripts-available/CDB_EqualIntervalBins.sql#L24