m == marchenko@gmail.com writes:
m> Thanks for suggestion - I'm gonna try this patch:
m> --- dbdimp.c.bak Wed Apr 6 16:40:20 2005m> +++ dbdimp.c Fri Apr 8 15:21:29 2005m> @@ -1415,7 +1415,7
@@m> }m> else if (NULL == currph->bind_type) { /* "sticky" data type */m> /* This is the
defaulttype, but we will honorm> defaultval if we can */m> - currph->bind_type =
pg_type_data(VARCHAROID);m>+ currph->bind_type = pg_type_data(UNKNOWNOID);m> if
(!currph->bind_type)m> croak("Default type is bad!!!!???");m> }
Yeah, looks good. Let me know how it goes. I'll try the same thing
over here.
--
Brandon