Re: libpq URL syntax vs SQLAlchemy - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: libpq URL syntax vs SQLAlchemy
Date
Msg-id 1338234600.24935.21.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: libpq URL syntax vs SQLAlchemy  (Alex Shulgin <ash@commandprompt.com>)
Responses Re: libpq URL syntax vs SQLAlchemy
List 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.




pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: WIP: 2d-mapping based indexing for ranges
Next
From: Robert Haas
Date:
Subject: Re: How could we make it simple to access the log as a table?