Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id C76C79FB7D1 for ; Tue, 17 Apr 2007 14:31:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 61398-07 for ; Tue, 17 Apr 2007 14:31:30 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id B58F49FB7C4 for ; Tue, 17 Apr 2007 14:31:29 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id l3HHVRJM003632; Tue, 17 Apr 2007 13:31:27 -0400 (EDT) To: Brian Gough cc: pgsql-docs@postgresql.org Subject: Re: patch for overflowing tables In-reply-to: <87slazm0ag.wl%bjg@network-theory.co.uk> References: <87slazm0ag.wl%bjg@network-theory.co.uk> Comments: In-reply-to Brian Gough message dated "Tue, 17 Apr 2007 17:29:59 +0100" Date: Tue, 17 Apr 2007 13:31:27 -0400 Message-ID: <3631.1176831087@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/17 X-Sequence-Number: 4213 Brian Gough writes: > The cols attribute in a couple of tables does not match > the actual number of entries in the tables, causing > them to overflow the edge of the page. The patch below > fixes the problem -- I didn't find any other cases > apart from these two. Good catch --- applied. regards, tom lane