File: without_telemetry.sql

package info (click to toggle)
timescaledb 2.26.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 13,772 kB
  • sloc: ansic: 60,125; sql: 24,806; sh: 1,896; python: 1,290; perl: 78; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
-- This file and its contents are licensed under the Apache License 2.0.
-- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

-- We drop the telemetry function here since we have a non-telemetry
-- build and the function might exist.
DROP FUNCTION IF EXISTS @extschema@.get_telemetry_report;

-- We delete the telemetry job since this is a non-telemetry build.
DELETE FROM _timescaledb_catalog.bgw_job WHERE id = 1;