Darren,
thanks for the report. I could indeed reproducing setting first an empty
search path (single quote single quote)
alter role {my_user_name} set search_path='';
Fix in https://github.com/OSGeo/gdal/pull/10980
Even
Le 09/10/2024 à 21:18, Boss, Darren WLRS:EX via gdal-dev a écrit :
I
I have a Python back-end that uses gdal.Warp to clip a GeoTiff using a geometry
from a Postgres 14 (with PostGIS) table. I set up the gdal.warpOptions and pass
them into gdal.warp as follows:
DB_READ_STRING =
"postgresql://{read_user}:{postgres_password}@{postgres_read_host}:{postgres_port}/{po