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)
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])