Author: dpage
Date: 2005-05-17 17:05:23 +0100 (Tue, 17 May 2005)
New Revision: 4196

Modified:
   trunk/pgadmin3/xtra/pgagent/job.cpp
Log:
Oops, fix typos.

Modified: trunk/pgadmin3/xtra/pgagent/job.cpp
===================================================================
--- trunk/pgadmin3/xtra/pgagent/job.cpp 2005-05-17 15:48:55 UTC (rev 4195)
+++ trunk/pgadmin3/xtra/pgagent/job.cpp 2005-05-17 16:05:23 UTC (rev 4196)
@@ -144,9 +144,9 @@
 
         rc=serviceConn->ExecuteVoid(
             "UPDATE pgagent.pga_jobsteplog "
-            "   SET jlgduration = now() - jlgstarted, "
-            "       jlgresult = " + NumToStr(rc) + ", jlgstatus = '" + 
stepstatus + "' "
-            " WHERE jlgid=" + jpsid);
+            "   SET jslduration = now() - jslstarted, "
+            "       jslresult = " + NumToStr(rc) + ", jslstatus = '" + 
stepstatus + "' "
+            " WHERE jslid=" + jpsid);
         if (rc != 1 || stepstatus == "f")
         {
             status = 'f';


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to