mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 21:21:22 +08:00
5 lines
249 B
SQL
5 lines
249 B
SQL
-- This file contains functions that aid in inserting data into a hypertable.
|
|
|
|
CREATE OR REPLACE FUNCTION _timescaledb_internal.insert_trigger_on_copy_table_c()
|
|
RETURNS TRIGGER AS '$libdir/timescaledb', 'insert_trigger_on_copy_table_c' LANGUAGE C;
|