diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 76771f691e..037865b718 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -495,7 +495,7 @@ namespace OpenSim.Data.PGSQL { // WIP string query = string.Empty; - query += "SELECT \"notes\" FROM usernotes WHERE "; + query += "SELECT notes FROM usernotes WHERE "; query += "useruuid = :Id AND "; query += "targetuuid = :TargetId"; OSDArray data = new OSDArray();