Re: Another review of URI for libpq, v7 submission

From: Marko Kreen <markokr(at)gmail(dot)com>
To: Alex <ash(at)commandprompt(dot)com>
Cc: Daniel Farina <daniel(at)heroku(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Another review of URI for libpq, v7 submission
Date: 2012-03-17 14:51:10
Message-ID: 20120317145110.GA25172@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 15, 2012 at 11:29:31PM +0200, Alex wrote:
> https://github.com/a1exsh/postgres/commits/uri

The point of the patch is to have one string with all connection options,
in standard format, yes? So why does not this work:

db = PQconnectdb("postgres://localhost");

?

--
marko

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-03-17 14:52:39 Re: github notification spam
Previous Message Tom Lane 2012-03-17 14:46:52 Re: EquivalenceClasses and subqueries and PlaceHolderVars, oh my