From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by andreas: r4501 - trunk/pgadmin3/src/slony |
Date: | 2005-10-05 16:44:14 |
Message-ID: | 200510051644.j95GiEA0020890@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: andreas
Date: 2005-10-05 17:44:14 +0100 (Wed, 05 Oct 2005)
New Revision: 4501
Modified:
trunk/pgadmin3/src/slony/dlgRepCluster.cpp
Log:
cluster creation fix
Modified: trunk/pgadmin3/src/slony/dlgRepCluster.cpp
===================================================================
--- trunk/pgadmin3/src/slony/dlgRepCluster.cpp 2005-10-05 10:55:28 UTC (rev 4500)
+++ trunk/pgadmin3/src/slony/dlgRepCluster.cpp 2005-10-05 16:44:14 UTC (rev 4501)
@@ -851,7 +851,7 @@
}
else
{
- if (createScript.Find(wxT("storeNode (int4, text)")) > 0)
+ if (createScript.Find(wxT("storeNode (int4, text)")) < 0)
sql += wxT(", false");
}
From | Date | Subject | |
---|---|---|---|
Next Message | blacknoz | 2005-10-05 16:46:16 | Re: Ready for beta yet? |
Previous Message | svn | 2005-10-05 10:55:28 | SVN Commit by andreas: r4500 - in trunk/pgadmin3/src: ctl frm main |