Re: too many warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com>
Cc: "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: too many warnings
Date: 2008-05-13 16:34:51
Message-ID: 27354.1210696491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Pau Marc Munoz Torres" <paumarc(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fernando 2008-05-13 16:40:18 Re: Conditional on Select List
Previous Message Tom Lane 2008-05-13 16:18:35 Re: pg_standby / WAL archive-restore through system restarts