From f2bc31f7984cf3e0196d868bc3e61b5bb7a8b3ac Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 13 Jul 2007 02:00:40 +0000 Subject: [PATCH] hushing a warning about standard string escaping git-svn-id: svn://svn.open-ils.org/ILS/trunk@7540 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/020.schema.functions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/020.schema.functions.sql b/Open-ILS/src/sql/Pg/020.schema.functions.sql index 2e802933de..04368ab82d 100644 --- a/Open-ILS/src/sql/Pg/020.schema.functions.sql +++ b/Open-ILS/src/sql/Pg/020.schema.functions.sql @@ -3,7 +3,7 @@ CREATE OR REPLACE FUNCTION public.non_filing_normalize ( TEXT, "char" ) RETURNS REGEXP_REPLACE( REGEXP_REPLACE( $1, - '\\W*$', + E'\W*$', '' ), ' ', -- 2.11.0