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
when using pgGetGeom with full query, it creates a non-temporary view. this causes problems with permissions and (probably) with several concurrent calls since by default the view's name is the same (though I have not experienced this myself)
is it possible to create only TEMPORARY view in here?
The text was updated successfully, but these errors were encountered:
when using
pgGetGeom
with full query, it creates a non-temporary view. this causes problems with permissions and (probably) with several concurrent calls since by default the view's name is the same (though I have not experienced this myself)is it possible to create only
TEMPORARY
view in here?The text was updated successfully, but these errors were encountered: