Lloyd Albin
Lloyd Albin
Those that need this capability, while TimescaleDB works on this issue, can use this function that I wrote for my own project. ``` CREATE OR REPLACE FUNCTION tools.time_bucket ( bucket_width...
I found a bug my my code, if you set a local timezone other than UTC. I have updated the function to correct this issue. I have now also included...
The CTE is the fastest way within Postgres itself. The TimescaleDB extension does the gapfill faster than the CTE as I have tested both for doing the time periods that...
I saw tsykes did a fork to allows allow skipping over failed created while I was writing this patch. My patch takes care of the create user works then create...
I have added the following: - Script will warn instead of die if role still owns objects in the database and can't be deleted from the database - Script will...
I have fixed the last issue that I knew about in my code. All tests pass.
I just added capability of adding the user group 'ldap_users' and group group 'ldap_groups' names on a system that already has users and groups without any errors or warnings.
Lars, I am happy that you liked what I did. I agree with you about the "grant_this_group" being somewhat redundant with the "create_options" but I was also trying not to...
I have run into this issue also. After you UPDATE the extension everything works fine. The reason for the error is that the Dockerfile only copies the last 5 versions...
@b-dreissigacker Once I did the ```ALTER EXTENSION timescaledb UPDATE;``` for **all databases that contain the extension**. Doing so will get the messages to go away. This included the postgres and...