Попытка вставить escape-символ в таблицу приводит к предупреждению. Например: create table EscapeTest (text varchar(50)); insert into EscapeTest (text) values ('This is the first part \n And this is the second'); Выдает предупреждение: WARNING: nonstandard use of escape in a string literal (...