--- src/ui/dlgSequence.cpp.orig Thu Aug 21 10:06:06 2003 +++ src/ui/dlgSequence.cpp Thu Aug 21 10:17:37 2003 @@ -230,7 +230,8 @@ sql += wxT(";\n"); if (cbOwner->GetSelection() > 0) { - sql += wxT("ALTER TABLE ") + sequence->GetQuotedFullIdentifier() + sql += wxT("ALTER TABLE ") + schema->GetQuotedFullIdentifier() + + wxT(".") + qtIdent(GetName()) + wxT(" OWNER TO ") + qtIdent(cbOwner->GetValue()) + wxT(";\n"); } }