Hello everyone!. I have a doubt to see if you can solve it for me. I am trying to import a .csv file using the \COPY command, however I get the following error: row is too large: size 18448, maximum size 8160. As I see it, the only possible solution would be to increase the blocksize, but the only way I see doing so is uninstalling postgres and reinstalling it from scratch compiling from the source code. Is there any way to make it less "invasive"?