Re: regex_replace problem -additional

From: Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: regex_replace problem -additional
Date: 2008-01-25 16:19:43
Message-ID: 200801251619.43305.gary.stainburn@ringways.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Sorry,

should have added that I tried type-casting to see if that fixed it. It
didn't.

Gary

goole=# select distinct regex_replace(ud_rfl::text,' *= *'::text,'+'::text)
from used_diary where ud_rfl ~ ' *= *';
ERROR: function regex_replace(text, text, text) does not exist
HINT: No function matches the given name and argument types. You may need to
add explicit type casts.
goole=#
--
Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2008-01-25 16:23:53 Re: This SQL works under Mysql, not Postgresql.
Previous Message Scott Marlowe 2008-01-25 16:19:09 Re: [SQL] Unclosed connections