Re: Notes on implementing URI syntax for libpq - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Notes on implementing URI syntax for libpq
Date
Msg-id 1322164880.20912.0.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Notes on implementing URI syntax for libpq  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On tor, 2011-11-24 at 09:02 -0500, Robert Haas wrote:
> e.g. if we used the format suggested in my previous email, this would
> just boil down to:
> 
> postgresql:///?service=foo

More correct would be

postgresql:?service=foo

See http://en.wikipedia.org/wiki/URI_scheme for some inspiration.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Better implementation of CREATE TABLE AS ... WITH NO DATA
Next
From: Peter Eisentraut
Date:
Subject: Re: Notes on implementing URI syntax for libpq