timescaledb icon indicating copy to clipboard operation
timescaledb copied to clipboard

Create temporary bgw function in _timescaledb_functions schema

Open svenklemm opened this issue 2 months ago • 1 comments

Only creating functions/procedures in a dedicated schema allows us to further lockdown the _timescaledb_internal schema by removing EXECUTE privilege for it.

svenklemm avatar Apr 21 '24 07:04 svenklemm

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.88%. Comparing base (59f50f2) to head (22bde57). Report is 118 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6843      +/-   ##
==========================================
+ Coverage   80.06%   80.88%   +0.82%     
==========================================
  Files         190      198       +8     
  Lines       37181    37103      -78     
  Branches     9450     9684     +234     
==========================================
+ Hits        29770    30012     +242     
- Misses       2997     3220     +223     
+ Partials     4414     3871     -543     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 21 '24 07:04 codecov[bot]