I'm trying to insert data into Postgres using COPY command. The data originates from AdventureWorksDW. However, it fails with: "ERROR: invalid input syntax for type money: "2171.2942" "
Is it possible to import money into Postgres with 4 digits after the dot?