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
If an immutable fn is used from other role, problems arise, this is regression versus ver2.2 and XL:
SELECT sourceid
FROM timeseriesresult
WHERE runid=62and catalogid=getmaincatalog() and ftimeseriestype = gettsresulttypeid(62,'RemoveOutlierPerTransitOperator_G_CCD')
limit10
ERROR: permission denied to set session authorization
if any of the fn involved has SECURITY DEFNER on.
The text was updated successfully, but these errors were encountered:
If an immutable fn is used from other role, problems arise, this is regression versus ver2.2 and XL:
if any of the fn involved has
SECURITY DEFNER
on.The text was updated successfully, but these errors were encountered: