Re: Notes on implementing URI syntax for libpq - Mailing list pgsql-hackers

From Alexander Shulgin
Subject Re: Notes on implementing URI syntax for libpq
Date
Msg-id 1322596200-sup-4727@moon
Whole thread Raw
In response to Re: Notes on implementing URI syntax for libpq  (Alexander Shulgin <ash@commandprompt.com>)
List 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."!@#$%^",) it should be percent-encoded, like: 
>
>   postgresql://user:!%40#$%^@/

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

since the %-sign has to be encoded itself.


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: review: CHECK FUNCTION statement
Next
From: Alexander Shulgin
Date:
Subject: Re: Notes on implementing URI syntax for libpq