Hi, What is the max query size for 7.1? For 6.5.x it's about 16383 bytes. The reason why I'm wondering is because I'm thinking of using 7.1's TOAST to insert large amounts of text into a table (e.g. > 1MB). And I'd like to confirm that it's possible using the usual database interfaces and methods e.g. INSERT/UPDATE over ODBC/DBI/PHP-PG. Because if it's not possible yet, then I'll store the stuff on the filesystem. Thanks, Link.