I received a out of memory error
SQL Error: 0, SQLState: 53200
from postgres while trying to upload a 10MB file into a single row with a column of blob-type bytea
.
Which configuration parameters should be changed to allow inserts of this size, or should this work out of the box without modifications?
Is there an option like in informix-db to create so called blob-spaces?