Re: too many warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: too many warnings
Дата
Msg-id 27354.1210696491@sss.pgh.pa.us
обсуждение исходный текст
Ответ на too many warnings  ("Pau Marc Munoz Torres" <paumarc@gmail.com>)
Список pgsql-general
"Pau Marc Munoz Torres" <paumarc@gmail.com> writes:
> i get a lot of warnings when i try to execute a postgresql from a script

> the warrning is

> HINT:  Use the escape string syntax for escapes, e.g., E'\r\n'.

set escape_string_warning = off;
or possibly
set standard_conforming_strings = on;
depending on what you are actually doing with backslashes.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_standby / WAL archive-restore through system restarts
Следующее
От: "J. Manuel Velasco - UBILIBET"
Дата:
Сообщение: Re: change encoding