too many warnings

From: "Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com>
To: "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: too many warnings
Date: 2008-05-13 16:11:57
Message-ID: 19b5841a0805130911i255b1042h5d641882b3f33723@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everybody

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'.
WARNING: nonstandard use of escape in a string literal
LINE 1: ...9.table.viewentry_general_old.txt' WITH DELIMITER '\ '; DROP...

the problem is thet this script was done by anothey guy, so i cant change
this. by the way it is possible to change somthing at postgresql.conf that
allows use \ as scape?

i found this variable

standard_conforming_strings

but i didn't find it at postgresql.conf

pau

--
Pau Marc Muñoz Torres

Laboratori de Biologia Computacional
Institut de Biotecnologia i Biomedicina Vicent Villar
Universitat Autonoma de Barcelona
E-08193 Bellaterra (Barcelona)

telèfon: 93 5812807
Email : paumarc(dot)munoz(at)bioinf(dot)uab(dot)cat

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2008-05-13 16:12:07 Re: rounding problems
Previous Message Richard Broersma 2008-05-13 16:10:17 Re: Conditional on Select List