Re: WIP: URI connection string support for libpq - Mailing list pgsql-hackers

From Robert Haas
Subject Re: WIP: URI connection string support for libpq
Date
Msg-id CA+TgmoYC4dBRJuqrcKCLgsrvCCsVUX9EQH4BAKw6ZmGA3+6-ZQ@mail.gmail.com
Whole thread Raw
In response to Re: WIP: URI connection string support for libpq  (Peter van Hardenberg <pvh@pvh.ca>)
Responses Re: WIP: URI connection string support for libpq  (Alexander Shulgin <ash@commandprompt.com>)
List pgsql-hackers
On Mon, Dec 12, 2011 at 6:55 PM, Peter van Hardenberg <pvh@pvh.ca> wrote:
> I'd like to make the controversial proposal that the URL prefix should
> be "postgres:" instead of "postgresql:". Postgres is a widely accepted
> nickname for the project, and is eminently more pronounceable. Once
> the url is established it will be essentially impossible to change
> later, but right now only a nearly insurmountable mailing list thread
> prevents it.

That, and the fact the JDBC is already doing it the other way.  A
reasonable compromise might be to accept either one.  AIUI, part of
what Alexander was aiming for here was to "unite the clans", so to
speak, and it would seem a bit unfriendly (and certainly
counter-productive as regards that goal) to pull the rug out from him
by refusing to support that syntax over what is basically a
supermassive bikeshed.  However, being generous in what we accept
won't cost anything, so why not?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: static or dynamic libpgport
Next
From: Alvaro Herrera
Date:
Subject: Re: foreign key locks, 2nd attempt