aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-04-17 17:30:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-04-17 17:30:35 +0000
commit2b99411df279d7625c27f3b6129a3c4e52c39742 (patch)
treed6124704157add79a5ee8c3c78544a1e6385883b
parenta7664ca3ebcf6ef413a8053bf19a92ce2bd162f1 (diff)
downloadpostgresql-2b99411df279d7625c27f3b6129a3c4e52c39742.tar.gz
postgresql-2b99411df279d7625c27f3b6129a3c4e52c39742.zip
Fix erroneous column counts in some documentation tables. Brian Gough
-rw-r--r--doc/src/sgml/datatype.sgml4
-rw-r--r--doc/src/sgml/ecpg.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 8bcaf717607..d58156bd70e 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.195 2007/04/06 19:22:38 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.196 2007/04/17 17:30:34 tgl Exp $ -->
<chapter id="datatype">
<title id="datatype-title">Data Types</title>
@@ -1938,7 +1938,7 @@ January 8 04:05:06 1999 PST
<table id="datatype-datetime-special-table">
<title>Special Date/Time Inputs</title>
- <tgroup cols="2">
+ <tgroup cols="3">
<thead>
<row>
<entry>Input String</entry>
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 40bb1b638c8..d8ebbd46b8f 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.82 2007/02/16 03:56:45 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.83 2007/04/17 17:30:35 tgl Exp $ -->
<chapter id="ecpg">
<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);
you an idea of how to use this function.
<table>
<title>Valid input formats for <function>rdefmtdate</function></title>
- <tgroup cols="2">
+ <tgroup cols="3">
<thead>
<row>
<entry>fmt</entry>