You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation we are using the query SELECT current_setting('shared_preload_libraries') to figure out if pg_stat_statements is loaded via shared_preload_libraries.
The Voyager user does not have the privilege to run the above query and thus we always get the guardrails warning
pg_stat_statements is not loaded via shared_preload_libraries, required for detecting Unsupported Query Constructs
Even if the configuration is correct.
We need to remove this check so that user does not face this false negative.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
I confirm this issue does not contain any sensitive information.
The text was updated successfully, but these errors were encountered:
Jira Link: DB-14190
Description
In the current implementation we are using the query
SELECT current_setting('shared_preload_libraries')
to figure out if pg_stat_statements is loaded via shared_preload_libraries.The Voyager user does not have the privilege to run the above query and thus we always get the guardrails warning
pg_stat_statements is not loaded via shared_preload_libraries, required for detecting Unsupported Query Constructs
Even if the configuration is correct.
We need to remove this check so that user does not face this false negative.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: