escape_string_warning doesn't work - Mailing list pgsql-novice

From Tjibbe Rijpma
Subject escape_string_warning doesn't work
Date
Msg-id BAY115-DAV161813034F985462B3B9B4DDED0@phx.gbl
Whole thread Raw
In response to Relations as arguments to a stored procedure?  (<kynn@panix.com>)
Responses Re: escape_string_warning doesn't work  (Michael Fuhr <mike@fuhr.org>)
List pgsql-novice
Hello

I tried the option escape_string_warning, but why it doesn't get a warning
with the following code:

SET escape_string_warning TO on;
CREATE DOMAIN email AS character varying(50) CHECK (((VALUE)::text ~
'^[a-z0-9]+([_\\.-][a-z0-9]+)*@([a-z0-9]+([.-][a-z0-9]+)*)+\\.[a-z]{2,}$'::t
ext));

regards,

Tjibbe

pgsql-novice by date:

Previous
From: george young
Date:
Subject: Re: Relations as arguments to a stored procedure?
Next
From: Michael Fuhr
Date:
Subject: Re: escape_string_warning doesn't work