Definition at line 1126 of file shp2pgsql-gui.c.
 1128         switch (dbf_fieldtype)
 
 1132                         if (!strcmp(pg_fieldtype, 
"varchar"))
 
 1138                         if (!strcmp(pg_fieldtype, 
"date"))
 
 1144                         if (!strcmp(pg_fieldtype, 
"int2") || !strcmp(pg_fieldtype, 
"int4") || !strcmp(pg_fieldtype, 
"numeric"))
 
 1150                         if (!strcmp(pg_fieldtype, 
"float8") || !strcmp(pg_fieldtype, 
"numeric"))
 
 1156                         if (!strcmp(pg_fieldtype, 
"boolean"))
 
 
References FTDate, FTDouble, FTInteger, FTLogical, and FTString.
Referenced by validate_remote_loader_columns().