Re: Using escape strings in an insert statement.

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Using escape strings in an insert statement.
Date: 2007-07-03 00:13:12
Message-ID: 3D8C02A5-AF50-4D0C-AF36-188C83980452@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Jul 2, 2007, at 18:26 , Paul Lambert wrote:

> Looks like it's a toss-up between turning
> standard_conforming_strings on or turning escape_string_warning
> off, both seem to have the same effect in not giving the error
> anymore.

A warning is not an error :)

Michael Glaesemann
grzm seespotcode net

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Loredana Curugiu 2007-07-03 09:02:54 dblink inside plpgsql function
Previous Message Paul Lambert 2007-07-02 23:26:56 Re: Using escape strings in an insert statement.