Just had to import some data in my postgreSQL db with sometimes single quote escapes. Everything is fine, but at the end I still have my '' escapes in my DB values.
before import : L'Auberge D'Aillane
after import (when I do a "SELECT name from mytable") : L''Auberge D''Aillane
is that normal ? is there any way to have to right value in the entries ?
thanks a lot