Zdenek Kotala <[EMAIL PROTECTED]> writes: > if( donot_resolve_procname == TRUE) > { > result = (char *) palloc(NAMEDATALEN); > snprintf(result, NAMEDATALEN, "%u", proid); > }
What for? If you want numeric OIDs you can have that today by casting the column to OID. More to the point, the issue is hardly restricted to COPY --- you'd get the same thing if you tried to insert data with INSERT. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org