Author: dpage Date: 2005-05-17 15:12:52 +0100 (Tue, 17 May 2005) New Revision: 4190
Modified: trunk/pgadmin3/xtra/pgagent/job.cpp Log: Correct sequence name Modified: trunk/pgadmin3/xtra/pgagent/job.cpp =================================================================== --- trunk/pgadmin3/xtra/pgagent/job.cpp 2005-05-17 13:54:23 UTC (rev 4189) +++ trunk/pgadmin3/xtra/pgagent/job.cpp 2005-05-17 14:12:52 UTC (rev 4190) @@ -84,7 +84,7 @@ string jpsid, jpecode; DBresult *id=serviceConn->Execute( - "SELECT nextval('pga_jobprotocolstep_jpeid_seq') AS id"); + "SELECT nextval('pgagent.pga_jobprotocolstep_jpeid_seq') AS id"); if (id) { jpsid=id->GetString("id"); ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend