We want to insert text into a table. Large amounts of text.
The limit on the version we have at the moment is around 9000 characters.
I'd estimate we'd need to be able to insert around 20,000 to 50,000
characters.
Does Version 7.0.3 have a limit, is 7.1 the only version with no limit.
Are there confiuration settings in postgres to set a limit? or do I just
have to use blobs and lobs :(