On Thu, 11 Sep 2003 14:24:25 -0700, Sean Chittenden
<sean(at)chittenden(dot)org> wrote:
>Agreed, but if anyone has a table with close to 1600 columns in a
>table...
This 1600 column limit has nothing to do with block size. It is
caused by the fact that a heap tuple header cannot be larger than 255
bytes, so there is a limited number of bits in the null bitmap.
Servus
Manfred