Re: too many warnings - Mailing list pgsql-general

From Tom Lane
Subject Re: too many warnings
Date
Msg-id 27354.1210696491@sss.pgh.pa.us
Whole thread Raw
In response to too many warnings  ("Pau Marc Munoz Torres" <paumarc@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_standby / WAL archive-restore through system restarts
Next
From: "J. Manuel Velasco - UBILIBET"
Date:
Subject: Re: change encoding