Re: Notes on implementing URI syntax for libpq

From: Alexander Shulgin <ash(at)commandprompt(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Notes on implementing URI syntax for libpq
Date: 2011-11-29 19:53:44
Message-ID: 1322596200-sup-4727@moon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Excerpts from Alexander Shulgin's message of Sat Nov 26 21:46:32 +0200 2011:
>
> I would also think that if one is to specify the password in the URI, and the password happen to contain the @-sign (e.g. "!(at)#$%^",) it should be percent-encoded, like:
>
> postgresql://user:!%40#$%^@/

Actually, like:

postgresql://user:!%40#$%25^@/

since the %-sign has to be encoded itself.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Shulgin 2011-11-29 20:02:37 Re: Notes on implementing URI syntax for libpq
Previous Message Pavel Stehule 2011-11-29 19:38:06 Re: review: CHECK FUNCTION statement