This commit is contained in:
Sandro Santilli 2019-10-13 10:56:42 +02:00
parent 738d6d33d5
commit fa82f8690c

View File

@ -594,7 +594,7 @@ bool QgsPostgresConn::getTableInfo( bool searchGeometryColumnsOnly, bool searchP
else if ( columnTypeInt == SctGeography ) columnType = SctGeography;
else if ( columnTypeInt == SctTopoGeometry ) columnType = SctTopoGeometry;
else if ( columnTypeInt == SctPcPatch ) columnType = SctPcPatch;
else if ( columnTypeInt == SctRaster ) columnType = SctPcPatch;
else if ( columnTypeInt == SctRaster ) columnType = SctRaster;
else
{
QgsDebugMsg( QStringLiteral( "Unhandled columnType index %1" )