Author: dpage
Date: 2005-06-15 15:53:41 +0100 (Wed, 15 Jun 2005)
New Revision: 4302

Modified:
   trunk/pgadmin3/src/dlg/dlgAggregate.cpp
Log:
Fix comment update SQL.

Modified: trunk/pgadmin3/src/dlg/dlgAggregate.cpp
===================================================================
--- trunk/pgadmin3/src/dlg/dlgAggregate.cpp     2005-06-14 07:40:19 UTC (rev 
4301)
+++ trunk/pgadmin3/src/dlg/dlgAggregate.cpp     2005-06-15 14:53:41 UTC (rev 
4302)
@@ -271,7 +271,7 @@
         AppendOwnerNew(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + 
qtIdent(name)+ 
                                        wxT("(") + 
GetQuotedTypename(cbBaseType->GetGuessedSelection()) + wxT(")"));
     }
-    AppendComment(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + 
qtIdent(name)
+    AppendComment(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + 
qtIdent(GetName())
                   + wxT("(") + 
GetQuotedTypename(cbBaseType->GetGuessedSelection())
                   + wxT(")"), aggregate);
 


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to