Re: Should psql support URI syntax?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Should psql support URI syntax?
Дата
Msg-id 1302114698.23164.17.camel@jd-desktop
обсуждение исходный текст
Ответ на Re: Should psql support URI syntax?  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Should psql support URI syntax?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Should psql support URI syntax?  (Adrian von Bidder <avbidder@fortytwo.ch>)
Список pgsql-hackers
Hello,

O.k., the basic JDBC syntax is:

jdbc:<driver>://<host>[:<port>]/<database_name> 

Where driver is the actual database such as postgresql or db2.

I am thinking something like:

postgres:ssl://localhost:5432/template

Many drivers support an extended syntax like:

postgres:ssl://localhost:5432/template1/?username=jd&password=foobar&ssl=true

But I don't know if we want to go there.

Sincerely,

Joshua D. Drake
-- 
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt



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

Предыдущее
От: Erdinc Akkaya
Дата:
Сообщение: Proposal for GSoC : ADJ dashboard (Administration related software)
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Should psql support URI syntax?