Re: Bad encoding in URL

Поиск
Список
Период
Сортировка
От George Weaver
Тема Re: Bad encoding in URL
Дата
Msg-id 00f101c38d08$05566a30$3e09a18e@cleartag
обсуждение исходный текст
Ответ на Bad encoding in URL  ("HR" <hre@netpointers.com>)
Список pgsql-sql
From the manual:
     replace(string text, from text, to text) text Replace all occurrences
in string of substring from with substring to  replace('abcdefabcdef', 'cd',
'XX') abXXefabXXef

HTH.
George

----- Original Message ----- 
From: "HR" <hre@netpointers.com>
To: <pgsql-sql@postgresql.org>
Sent: Monday, October 06, 2003 5:45 AM
Subject: [SQL] Bad encoding in URL


> 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@postgresql.org so that your
>       message can get through to the mailing list cleanly
>



В списке pgsql-sql по дате отправления:

Предыдущее
От: Theodore Petrosky
Дата:
Сообщение: Re: Bad encoding in URL
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: PG equivalent to Sybase varbinary