mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-19 20:24:46 +08:00
3 lines
127 B
SQL
3 lines
127 B
SQL
CREATE OR REPLACE FUNCTION gethostname() RETURNS TEXT
|
|
AS '$libdir/timescaledb', 'pg_gethostname' LANGUAGE C IMMUTABLE STRICT;
|