Re: Notes on implementing URI syntax for libpq

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Notes on implementing URI syntax for libpq
Дата
Msg-id C80ACCC0-1416-4A7A-B7D1-E10836B5D4BB@gmail.com
обсуждение исходный текст
Ответ на Re: Notes on implementing URI syntax for libpq  (Alexander Shulgin <ash@commandprompt.com>)
Ответы Re: Notes on implementing URI syntax for libpq  (Alexander Shulgin <ash@commandprompt.com>)
Re: Notes on implementing URI syntax for libpq  (Alexander Shulgin <ash@commandprompt.com>)
Список pgsql-hackers
On Nov 24, 2011, at 1:57 AM, Alexander Shulgin <ash@commandprompt.com> wrote:
> While it is really tempting to provide support for all that fancy stuff (or at least support "user:password@host"
partinstead of the ugly "?user=&password=") this will make psql URIs backward-incompatible with the JDBC syntax, which
isexactly what we want to avoid. 

I think it would be really weird not to support user:pw@host:port.  You can presumably also support the JDBC style for
backwardcompatibility, but I don't think we should adopt that syntax as project standard. 

...Robert

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Making TEXT NUL-transparent
Следующее
От: Alexander Shulgin
Дата:
Сообщение: Re: Notes on implementing URI syntax for libpq