Re: Modifying text data? - Mailing list pgsql-general

From Jacob Vennervald Madsen
Subject Re: Modifying text data?
Date
Msg-id EB0B5D39043C344BA53B0F4AB15AE63302995B@gop-server.GOP-server.local
Whole thread Raw
In response to Modifying text data?  (e_arizon_benito@yahoo.com (Enrique Arizón Benito))
List pgsql-general
I would guess you will have to make a stored procedure to handle that.

Jacob Vennervald

> -----Original Message-----
> From: Enrique Arizón Benito [mailto:e_arizon_benito@yahoo.com]
> Sent: 8. marts 2002 11:48
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] Modifying text data?
>
>
> Hi,
>  I'm trying to modify text fields in an "automatic" way so to be able
> for example, to change any 'Canada' substring occurrence with the
> UPPER CASE equivalent "CANADA", with the added option 'Canada'
> appearing anywhere inside the text field.
> While it is very easy to find matching registers by using regular
> expresions, (SELECT * from my_table where my_columm ~* 'canada'; in
> previous example) I find no way to change them afterwards, but
> manually updating each register.
>
>  Thanks in advance for any suggestions!
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

pgsql-general by date:

Previous
From: smarlowe@ihs.com (Scott Marlowe)
Date:
Subject: Re: Temp Tables
Next
From: "Crash Dummy"
Date:
Subject: Query planner problem