Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move get_create_command into _timescaledb_functions schema #5973

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Aug 17, 2023

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 get_create_command function.

Disable-check: force-changelog-file

@svenklemm svenklemm self-assigned this Aug 17, 2023
@github-actions
Copy link

@mahipv, @konskov: please review this pull request.

Powered by pull-review

@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #5973 (84fe6df) into main (56ea8b4) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #5973   +/-   ##
=======================================
  Coverage   87.00%   87.01%           
=======================================
  Files         243      243           
  Lines       56006    55960   -46     
  Branches    12403    12384   -19     
=======================================
- Hits        48728    48692   -36     
+ Misses       4936     4905   -31     
- Partials     2342     2363   +21     

see 34 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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 get_create_command function.
@svenklemm svenklemm enabled auto-merge (rebase) August 21, 2023 07:18
@svenklemm svenklemm merged commit 0dd06e9 into timescale:main Aug 21, 2023
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants