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")); } ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings