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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4280 - trunk/pgadmin3/src/slony
Date: 2005-06-06 07:29:10
Message-ID: 200506060729.j567TAaK004095@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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"));
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message blacknoz 2005-06-06 07:30:41 Re: configure doesn't find my pgsql installation
Previous Message Raphaël Enrici 2005-06-05 20:14:59 website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?