Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: regex_replace problem -additional



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     



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group