[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/datatype.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/datatype.sgml,v
retrieving revision 1.195
diff -u -8 -r1.195 datatype.sgml
--- doc/src/sgml/datatype.sgml  6 Apr 2007 19:22:38 -   1.195
+++ doc/src/sgml/datatype.sgml  17 Apr 2007 16:02:04 -
@@ -1933,17 +1933,17 @@
   (In particular, now and related strings are converted
   to a specific time value as soon as they are read.)
   All of these values need to be written in single quotes when used
   as constants in SQL commands.
  
 
   
Special Date/Time Inputs
-   
+   
 
  
   Input String
   Valid Types
   Description
  
 
 
Index: doc/src/sgml/ecpg.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v
retrieving revision 1.82
diff -u -8 -r1.82 ecpg.sgml
--- doc/src/sgml/ecpg.sgml  16 Feb 2007 03:56:45 -  1.82
+++ doc/src/sgml/ecpg.sgml  17 Apr 2007 16:02:07 -
@@ -1480,17 +1480,17 @@
 the month and dd to indicate the position of the
 day.


 The following table indicates a few possible formats. This will give
 you an idea of how to use this function.
 
  Valid input formats for rdefmtdate
- 
+ 
   

 fmt
 str
 result

   
   

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


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 --- applied.

regards, tom lane

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org