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



On Jan 25, 2008 10:19 AM, Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk> wrote:
> 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)

 \df regexp*
                            List of functions
   Schema   |      Name      | Result data type |  Argument data types
------------+----------------+------------------+------------------------
 pg_catalog | regexp_replace | text             | text, text, text
 pg_catalog | regexp_replace | text             | text, text, text, text

I think you lost a p in there.



Home | Main Index | Thread Index

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