Definition at line 1113 of file shp2pgsql-gui.c.
1115 switch (dbf_fieldtype)
1119 if (!strcmp(pg_fieldtype,
"varchar"))
1125 if (!strcmp(pg_fieldtype,
"date"))
1131 if (!strcmp(pg_fieldtype,
"int2") || !strcmp(pg_fieldtype,
"int4") || !strcmp(pg_fieldtype,
"numeric"))
1137 if (!strcmp(pg_fieldtype,
"float8") || !strcmp(pg_fieldtype,
"numeric"))
1143 if (!strcmp(pg_fieldtype,
"boolean"))
References FTDate, FTDouble, FTInteger, FTLogical, and FTString.
Referenced by validate_remote_loader_columns().