• Peter Eisentraut's avatar
    libpq: URI parsing fixes · 2d612abd
    Peter Eisentraut authored
    Drop special handling of host component with slashes to mean
    Unix-domain socket.  Specify it as separate parameter or using
    percent-encoding now.
    
    Allow omitting username, password, and port even if the corresponding
    designators are present in URI.
    
    Handle percent-encoding in query parameter keywords.
    
    Alex Shulgin
    
    some documentation improvements by myself
    2d612abd
regress.in 1.57 KB