Hey there, I need to enable the moddatetime
extension on my managed Postgres cluster but I can’t do it using doadmin
and neither can I grant the admin user superuser privileges. How could I go about it?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey,
As far as I can see this is not part of the supported extensions based on the list here:
https://docs.digitalocean.com/products/databases/postgresql/details/supported-extensions/
But feel free to reach out to the DigitalOcean support team to see if they could by any chance enable it for you on their end:
Hope that helps!
- Bobby.
Hey Bobby,
Thanks for that, yea I checked with DO support and seems like it is unsupported.
If anybody else runs into the same issue, I’ve resolved it by adding function which implements
moddatetime
if the extension is not available, see: https://stackoverflow.com/a/76092474Heya,
The extension
moddatetime
should already be available! If that is not the case, you’ll need to reach to DigitalOcean support.If you have a ticket reference, post it here, we can try and speed things up for you.
Hope that helps! - KFSys.