-
Notifications
You must be signed in to change notification settings - Fork 28
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
More details for the immutable functions error message #64
Comments
Thank you for your suggestion! |
After some investigation, I found this is not easer than I though initially... Therefore, we need make a special function for pg_ivm to meet your request. That is possible, but seems a bit redundant. I'll try to find a better way, but it may take a time. |
@yugo-n Thanks for looking into this. What PostgreSQL function do you use to check this? I found the following
where |
We use |
I see. Interesting. Thanks for the insights. Any chance you know of a workaround to identify the part in my view that is the problem? I made the couple functions I wrote immutable so now I really don't know what it could be. 🤔 |
I wonder you can try to make an IMMV using a query that contains only part of the your original view definition and check which part is problematic. |
@YAmikep the usual suspects would be current date/time functions ( |
Hi
This project looks promising, I wanted to try it but I got the following error.
I then marked ALL of my functions as IMMUTABLE but the error is still happening.
It would be helpful to have the name of the function that is causing the problem in the error message.
Thank you
The text was updated successfully, but these errors were encountered: