*** pgUser.cpp.old	2004-06-22 18:14:17.000000000 +0200
--- pgUser.cpp	2004-08-14 13:47:44.000000000 +0200
***************
*** 58,64 ****
              + wxT("\n\nCREATE USER ") + GetQuotedIdentifier()
              + wxT("\n  WITH SYSID ") + NumToStr(userId);
          if (GetPassword() != wxT("********"))
!             AppendIfFilled(sql, wxT("\n  PASSWORD ENCRYPTED "), GetPassword());
          sql += wxT("\n ");
          if (GetCreateDatabase())    sql += wxT(" CREATEDB");
          else                        sql += wxT(" NOCREATEDB");
--- 58,64 ----
              + wxT("\n\nCREATE USER ") + GetQuotedIdentifier()
              + wxT("\n  WITH SYSID ") + NumToStr(userId);
          if (GetPassword() != wxT("********"))
!             AppendIfFilled(sql, wxT("\n  ENCRYPTED PASSWORD "), qtString(GetPassword()));
          sql += wxT("\n ");
          if (GetCreateDatabase())    sql += wxT(" CREATEDB");
          else                        sql += wxT(" NOCREATEDB");
