[Osaas-commits] r30 - in trunk: . server

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 29 18:39:07 CEST 2007


Author: bh
Date: 2007-08-29 18:39:07 +0200 (Wed, 29 Aug 2007)
New Revision: 30

Modified:
   trunk/ChangeLog
   trunk/server/demo-config.xml
Log:
* server/demo-config.xml: Change column type of responsetime to
"timestamp with time zone"


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-08-29 16:37:56 UTC (rev 29)
+++ trunk/ChangeLog	2007-08-29 16:39:07 UTC (rev 30)
@@ -1,5 +1,10 @@
 2007-08-29  Bernhard Herzog  <bh at intevation.de>
 
+	* server/demo-config.xml: Change column type of responsetime to
+	"timestamp with time zone"
+
+2007-08-29  Bernhard Herzog  <bh at intevation.de>
+
 	* client/java/src/de/intevation/osaas/OSAASClient.java: Make sure
 	the timestamps are in UTC
 

Modified: trunk/server/demo-config.xml
===================================================================
--- trunk/server/demo-config.xml	2007-08-29 16:37:56 UTC (rev 29)
+++ trunk/server/demo-config.xml	2007-08-29 16:39:07 UTC (rev 30)
@@ -50,7 +50,8 @@
       <value param="user" column="username" type="character varying(20)"/>
 
       <!-- The timestamp of the response -->
-      <value param="responsetime" column="responsetime" type="timestamp"/>
+      <value param="responsetime" column="responsetime" 
+	     type="timestamp with time zone"/>
 
       <!-- The values taken from the original WMS request-->
       <value param="SERVICE" column="service" type="character varying(10)"/>



More information about the Osaas-commits mailing list