I used a COPY command to load a bunch of data in the database and then created the primary keys and foreign keys afterwards.
When I created one of the foreign keys, I got the error message: violates foreign key constraint "some_fkey" . Is there a way that I can raise the log level so that I can see on which row this violation happened so that I can go back and debug/check the data?