Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2b99411

Browse files
committed
Fix erroneous column counts in some documentation tables. Brian Gough
1 parent a7664ca commit 2b99411

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.195 2007/04/06 19:22:38 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.196 2007/04/17 17:30:34 tgl Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -1938,7 +1938,7 @@ January 8 04:05:06 1999 PST
19381938

19391939
<table id="datatype-datetime-special-table">
19401940
<title>Special Date/Time Inputs</title>
1941-
<tgroup cols="2">
1941+
<tgroup cols="3">
19421942
<thead>
19431943
<row>
19441944
<entry>Input String</entry>

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.82 2007/02/16 03:56:45 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.83 2007/04/17 17:30:35 tgl Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -1485,7 +1485,7 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str);
14851485
you an idea of how to use this function.
14861486
<table>
14871487
<title>Valid input formats for <function>rdefmtdate</function></title>
1488-
<tgroup cols="2">
1488+
<tgroup cols="3">
14891489
<thead>
14901490
<row>
14911491
<entry>fmt</entry>

0 commit comments

Comments
 (0)