Hi Dave Page,
Please find the attached patch for "Comments on procedure that contains
special characters giving error".
--
Regards,
Ashesh Vashi
EnterpriseDB INDIA: http://www.enterprisedb.com
Index: dlg/dlgFunction.cpp
===================================================================
--- dlg/dlgFunction.cpp (revision 7594)
+++ dlg/dlgFunction.cpp (working copy)
@@ -963,7 +963,7 @@
}
if (isProcedure)
- AppendComment(sql, wxT("PROCEDURE ") + GetName(), function);
+ AppendComment(sql, wxT("PROCEDURE ") + qtIdent(GetName()), function);
else
AppendComment(sql, wxT("FUNCTION ") + name, function);
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers