--- Ora2Pg.pm	2004-12-30 01:30:40.000000000 +0100
+++ Ora2Pg.pm	2006-03-14 14:40:16.000000000 +0100
@@ -1091,8 +1091,11 @@
 								}
 							}
 						} else {
-							# remove end of line
+							# remove end of line and tab
+							$row->[$i] =~ s/\\/\\\\/gs;
 							$row->[$i] =~ s/\n/\\n/gs;
+							$row->[$i] =~ s/\r/\\r/gs;
+							$row->[$i] =~ s/\t/\\t/gs;
 
 							if ($tt[$i] !~ /(char|date|time|text)/) {
 								$row->[$i] =~ s/,/./;
