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?
when using
pgGetGeomwith 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
TEMPORARYview in here?