Re: proposal - urlencode, urldecode support - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: proposal - urlencode, urldecode support
Date
Msg-id CAFj8pRAEsP8gRYa9HiG6tCM_jDfhe41PbNY8XYC1UesyJ57yfQ@mail.gmail.com
Whole thread Raw
In response to Re: proposal - urlencode, urldecode support  (Michael Glaesemann <grzm@seespotcode.net>)
Responses Re: proposal - urlencode, urldecode support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2012/4/25 Michael Glaesemann <grzm@seespotcode.net>:
>
> On Apr 25, 2012, at 13:54, Pavel Stehule wrote:
>
>> what do you think about enhancing encode, decode functions for support
>> of mentioned code?
>
> Sounds like a great idea for a PGXN module.

it is one variant - but with support some web technologies - XML,
JSON, I prefer this in core. Urlcode is one the most used code on
world now -  implementation is simple - and it can be well integrated
with decode, encode functions.

Regards

Pavel


>
> Michael Glaesemann
> grzm seespotcode net
>
>
>


pgsql-hackers by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: proposal - urlencode, urldecode support
Next
From: Robert Haas
Date:
Subject: Re: Temporary tables under hot standby