[GENERAL] Re: postgres limitation

2001-02-05 Thread
Are there limitations for other DBMS vendors? I would like to see that! [EMAIL PROTECTED] wrote in message <95bv3v$tki$[EMAIL PROTECTED]>... >In article <94skg9$n5q$[EMAIL PROTECTED]>, > "a" <[EMAIL PROTECTED]> writes: >> Hi, >> >> Is there any document about the limitation of postgres >> like th

[GENERAL] Re: postgres limitation -what does it mean? (8k row limit)

2001-01-26 Thread Matt Friedman
I've been following this thread but it's not clear to me what an 8k row limit means exactly. Does it mean that the size of all the data in that row must not be greater than 8k? That seems very small to me. Also, how does one change BLCKSZ? Some more detail on the subject would be great. thank y

[GENERAL] Re: postgres limitation

2001-01-26 Thread Mitch Vincent
> > the max size of a row... > > 8k in pre v7.1, no limit in v7.1 an dlater ... 32k really... BLCKSZ can be changed.. I've had no trouble running a production database with BLCKSZ set to 32k though there might be issues I'm not aware of.. -Mitch