Invalid input syntax for type uuid: "" or "null" in PosgreSQL copy command – Debian
I've made csv-backup from SELECT query and now trying to import it back to the database. But i am getting this error: COPY doc FROM '/tmp/doc.csv' DELIMITER ',' CSV HEADER; ERROR: invalid input syntax for type uuid: "null" As you…