From... http://www.postgresql.org/docs/current/interactive/datatype-character.html
text: variable unlimited length It's technically unlimited, but you probably want to stay within certain limits to keep the blob useful (under 4GB should be fine). On Thu, Oct 8, 2009 at 10:23 AM, Scott Olmsted <[email protected]> wrote: > > How big a file? Well, I'm just going to store the CSV file, maybe 50 rows, > 10 columns, average 20 characters per cell maximum, so roughly 10K bytes, > shouldn't be a problem. > > Any limit on blob size in PostgreSQL (which Heroku uses)? > > --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
