Hello,
I used to check if the right timescaledb licence is enabled within postgresql through this query:
select * from pg_available_extensions;
And reading timescaledb returned row I used to check in the comment if it is Community Edition or Apache only:
" Enables scalable inserts and complex queries for time-series data (Community Edition)"
But with newer version of timascaledb (at least statring at 2.17.x), the comment does not contains any more the (Community Edition) or (Apache only) mention.
Then how to get the licence information of the installed timescaledb?
Thank you in advance
nicolas
1 post - 1 participant