Обсуждение: List of characters to escape for safe psql imports

Поиск
Список
Период
Сортировка

List of characters to escape for safe psql imports

От
Adam Haberlach
Дата:
    I am looking at using a Frontier script to export the
data from a FileMaker Pro database (as you all may have heard
earlier).
    Is there an official list of chracters that should be
escaped from the input stream and how they should be escaped?

I know that ' and \ need to be escaped with \'s, but I am
wondering if there are any other gotchas out there.