Re: Bad encoding in URL

From: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
To: HR <hre(at)netpointers(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Bad encoding in URL
Date: 2003-10-07 19:11:34
Message-ID: 20031007191134.5867.qmail@web41002.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Maybe you want to look here:

http://www.brasileiro.net/postgres/cookbook/

mimic oracle's replace function. versions in pltcl
and plpgsql.

If the function you want isn't built in to
posgresql...

Ted

--- HR <hre(at)netpointers(dot)com> wrote:
> Hi
>
> I have some URLs in a database but some of the URL
> contain %3A and so on..
>
> Is there an easy way of converting '%3A' to ':' ???
>
> I cannot find any replace(String str, String str)
> among the string
> functions.
>
> ThankYou.
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please
> send an appropriate
> subscribe-nomail command to
> majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message George Weaver 2003-10-07 19:18:44 Re: Bad encoding in URL
Previous Message Bruno Wolff III 2003-10-07 18:44:06 Re: row and column transposition