/* Schema qualified table name */
char *strptr = argv[pgis_optind];
char *chrptr = strchr(strptr, '.');
-
+
/* OK, this is a schema-qualified table name... */
if (chrptr)
{
{
fprintf(stderr, "%s\n", state->message);
fflush(stderr);
-
+
if (ret == SHPDUMPERERR)
exit(1);
}
(regular_blocking ? "TRUE" : "FALSE"),
(max_extent ? "TRUE" : "FALSE")
);
-
+
if (_schema != NULL)
rtdealloc(_schema);
rtdealloc(_table);
_column,
factor
);
-
+
if (_ovschema != NULL)
rtdealloc(_ovschema);
rtdealloc(_ovtable);
char *tmp = NULL;
rt_init_allocators();
-
+
#ifdef USE_NLS
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);