----- Цитат от Alex Shulgin (a...@commandprompt.com), на 14.05.2012 в 18:16 
-----

> Alex <a...@commandprompt.com> writes:
> 
> 
> The host part in this case is empty (it is "hidden" between the "//" and
> the following "/",) thus local socket connection is employed for this
> type of URIs.  To specify non-standard path to the local sockets
> directory use the familiar URI parameter:
> 
>   postgres:///db?host=/path/to/socket/dir
> 

And why are we calling "host" the parameter that specifies the path for socket
dir - it is not host and could be confused with the  host part of the URI (the 
part between // and /). Why do not call it "path" ? So it will become:

postgres:///db?path=/path/to/socket/dir

Best regards

--
Luben Karavelov

Reply via email to