Erro no update

Alguem saberia me dizer oq ha de errado com esse update

update TB_PERFIL set DS_PERFIL = ‘teste OK’ GRAVA = ‘S’ where ID_PERFIL = 13

na hora de inserir, deletar e pesquisar nao tem problema so no update. Estou usando o prostgre e o erro e esse:

ERROR: syntax error at or near “grava” at character 45

se alguem pode me ajuda agradeço.

valeu

rapaz…uma vírgula resolve?

update TB_PERFIL set DS_PERFIL = ‘teste OK’ , GRAVA = ‘S’ where ID_PERFIL = 13

Não falta uma vírgula depois de “DR_PERFIL = ‘teste OK’”?

Não falta vírgula entre os campos???!

update TB_PERFIL set DS_PERFIL = ‘teste OK’, GRAVA = ‘S’ where ID_PERFIL = 13

Legal, todos foram unânimes, eheheheheh