Re: Another review of URI for libpq, v7 submission - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Another review of URI for libpq, v7 submission
Date
Msg-id 1334129965-sup-5552@alvh.no-ip.org
Whole thread Raw
In response to Re: Another review of URI for libpq, v7 submission  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Excerpts from Alvaro Herrera's message of lun abr 09 16:41:50 -0300 2012:

> There are three minor things that need to be changed for this to be
> committable:

Committed this patch after some more editorialization; in particular the
test was rewritten so that instead of trying to connect, it uses
PQconninfoParse to figure out how the URI is parsed, which makes a
lot more sense.  Also some other changes to the accepted URI, in
particular so that username, pwd, and port are possible to be specified
when using unix-domain sockets.

Now that it is a done deal I'm sure people will start complaining how
bad the documentation change was; please keep the flames up.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: "Etsuro Fujita"
Date:
Subject: [Patch] Fix little typo in a comment
Next
From: Daniel Farina
Date:
Subject: Re: Last gasp