Обсуждение: SVN Commit by dpage: r4280 - trunk/pgadmin3/src/slony

Поиск
Список
Период
Сортировка

SVN Commit by dpage: r4280 - trunk/pgadmin3/src/slony

От
svn@pgadmin.org
Дата:
Author: dpage
Date: 2005-06-06 08:29:10 +0100 (Mon, 06 Jun 2005)
New Revision: 4280

Modified:
   trunk/pgadmin3/src/slony/slPath.cpp
Log:
Fix droppath function name per Chris Kings-Lynne.

Modified: trunk/pgadmin3/src/slony/slPath.cpp
===================================================================
--- trunk/pgadmin3/src/slony/slPath.cpp    2005-06-04 21:00:11 UTC (rev 4279)
+++ trunk/pgadmin3/src/slony/slPath.cpp    2005-06-06 07:29:10 UTC (rev 4280)
@@ -39,7 +39,7 @@
 {
     return GetDatabase()->ExecuteVoid(
               wxT("SELECT ") + GetCluster()->GetSchemaPrefix()
-            + wxT("setdroppath(") + NumToStr(GetSlId())
+            + wxT("droppath(") + NumToStr(GetSlId())
             + wxT(", ") + NumToStr(GetNode()->GetSlId())
             + wxT(");\n"));
 }