Re: libpq URL syntax vs SQLAlchemy
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Alex Shulgin <ash@commandprompt.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-05-28T19:50:00Z
Lists: pgsql-hackers
On mån, 2012-05-14 at 18:16 +0300, Alex Shulgin wrote: > Upon closer inspection of the issue I came to believe that the proper > fix is to drop support for special treatment of "host part" starting > with slash altogether. > > Attached is a patch to do that. Committed. I also updated the documentation and tests to show that percent-encoding a host part starting with slash also works, as discussed upthread.