การพยายามแทรกอักขระหลีกลงในตารางจะทำให้เกิดคำเตือน
ตัวอย่างเช่น:
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
( โดยใช้ PSQL 8.2.2 )
ใครทราบวิธีการแก้ไขปัญหานี้