Problem saving emails to database.

Поиск
Список
Период
Сортировка
От Andre Lopes
Тема Problem saving emails to database.
Дата
Msg-id n2g18f98e681004251031r94e05c6cmadcd72989cd6e259@mail.gmail.com
обсуждение исходный текст
Ответы Re: Problem saving emails to database.  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
Hi,

It is the first time that I store emails in a database to send them later...

Let me explain the problem... I'am sending text emails, and to break the lines of the message I use "\n". The first problem was to stores the "\". To INSERT "\n" I need to write "\\n". When I do a SELECT I see "\n" but when I dump the database in the INSERTS I see "\\n".

The problem with this is that when I send an email the "\n" that I see in the SELECT returns simply "n" in the email and does not break the line.

This problem have solution?

Best Regards,

В списке pgsql-general по дате отправления:

Предыдущее
От: "dario.ber@libero.it"
Дата:
Сообщение: R: Catch exception from plpy
Следующее
От: "Little, Douglas"
Дата:
Сообщение: ALTER Bigserial error