[DOCS] patch for overflowing tables

2007-04-17 Thread Brian Gough
Hello, 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. -- best regards, Brian Gough Index: doc/src/sgml/

Re: [DOCS] patch for overflowing tables

2007-04-17 Thread Tom Lane
Brian Gough <[EMAIL PROTECTED]> 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