Hi all, I want to use the use_sql_copy option with PostgreSQL. But if I set use_sql_copy: true the bytes field in the database shows a complete wrong value (example: 140733193414656, the value should be around 100'000-1'000'000). In the sql-schema I use "bytes BIGINT NOT NULL" (UNSIGNED is not supported in PostgreSQL as I know).
Can it be that the COPY statement doesn't copy the binary information correctly because of the signed/unsigned int? With the default INSERT method it works proper. Anyone else encountered this problem or knows a solution for it? Thanks, Reto
_______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
