Cidree / rpostgis

rpostgis: R Interface to a 'PostGIS' Database
http://cidree.github.io/rpostgis/
77 stars 14 forks source link

temporary view in pgGetGeom #35

Open MichalPP opened 3 weeks ago

MichalPP commented 3 weeks ago

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?