Re: libpq URL syntax vs SQLAlchemy
Alex Shulgin <ash@commandprompt.com>
From: Alex <ash@commandprompt.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-05-29T04:27:21Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes: > 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. Many thanks! > I also updated the documentation and tests to show that percent-encoding > a host part starting with slash also works, as discussed upthread. Yes, that's a side-effect, but still might be useful to know. -- Regards, Alex