Hi there, I am using postgresql-9.0-801.jdbc3, on postgresql 9.0.4. On a bytea column, getMetaData().getColumns().getIn("COLUMN_SIZE") returns 2147483647 yet from asking around on #postgresql on irc, the bytea has a limit just less than 1GB. Why then does jdbc return 2GB instead of 1GB? --
|