Definition at line 1111 of file shp2pgsql-gui.c.
1113 switch (dbf_fieldtype)
1117 if (!strcmp(pg_fieldtype,
"varchar"))
1123 if (!strcmp(pg_fieldtype,
"date"))
1129 if (!strcmp(pg_fieldtype,
"int2") || !strcmp(pg_fieldtype,
"int4") || !strcmp(pg_fieldtype,
"numeric"))
1135 if (!strcmp(pg_fieldtype,
"float8") || !strcmp(pg_fieldtype,
"numeric"))
1141 if (!strcmp(pg_fieldtype,
"boolean"))
References FTDate, FTDouble, FTInteger, FTLogical, and FTString.
Referenced by validate_remote_loader_columns().