2
GDAL / OGR Python 바인딩에서 PostgreSQL / PostGIS 오류를 잡는 방법?
쿼리가 실패한 후 OGR에서 PostgreSQL 출력 오류 메시지를 포착 할 수 있습니까? 예를 들어 conn.ExecuteSQL('SELECT * FROM non_existing_table;') Postgres에서 이것은 오류 메시지를 반환합니다 : "Error: relation 'non_existing_table' does not exist." ogr에서 우리는 표준을 얻습니다. "Error: current transaction is aborted, commands ignored until end of transaction block" Postgres 오류 메시지를 잡거나 …