Sven Klemm cf04496e4b Move utility functions to _timescaledb_functions schema
To increase schema security we do not want to mix our own internal
objects with user objects. Since chunks are created in the
_timescaledb_internal schema our internal functions should live in
a different dedicated schema. This patch make the necessary
adjustments for the following functions:

- generate_uuid()
- get_git_commit()
- get_os_info()
- tsl_loaded()
2023-08-22 13:42:54 +02:00
..
2023-07-25 16:00:18 +05:30
2021-01-22 22:18:18 +01:00
2022-03-10 11:22:33 +01:00
2023-05-27 10:29:11 +05:30