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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4301 - trunk/pgadmin3/src/slony
Date: 2005-06-14 07:40:20
Message-ID: 200506140740.j5E7eKEZ021571@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-06-14 08:40:19 +0100 (Tue, 14 Jun 2005)
New Revision: 4301

Modified:
trunk/pgadmin3/src/slony/dlgRepSet.cpp
Log:
Fix typo

Modified: trunk/pgadmin3/src/slony/dlgRepSet.cpp
===================================================================
--- trunk/pgadmin3/src/slony/dlgRepSet.cpp 2005-06-10 10:36:04 UTC (rev 4300)
+++ trunk/pgadmin3/src/slony/dlgRepSet.cpp 2005-06-14 07:40:19 UTC (rev 4301)
@@ -268,7 +268,7 @@
pgSet *nodes=connection->ExecuteSet(
wxT("SELECT no_id, no_comment\n")
wxT(" FROM ") + cluster->GetSchemaPrefix() + wxT("sl_node\n")
- wxT(" JOIN ") + cluster->GetSchemaPrefix() + wxT("sl_subscriber ON sub_receiver=no_id\n")
+ wxT(" JOIN ") + cluster->GetSchemaPrefix() + wxT("sl_subscribe ON sub_receiver=no_id\n")
wxT(" WHERE sub_set = ") + NumToStr(set->GetSlId()));

if (nodes)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-06-14 07:41:15 Re: Move Set
Previous Message Dave Page 2005-06-14 07:36:23 Re: Crash in pgadmin3