Re: Should psql support URI syntax?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <jd(at)commandprompt(dot)com>,"Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Adrian von Bidder" <avbidder(at)fortytwo(dot)ch>, <pgsql-hackers(at)postgresql(dot)org>,"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Should psql support URI syntax?
Date: 2011-04-06 18:35:01
Message-ID: 4D9C6C05020000250003C454@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joshua D. Drake" <jd(at)commandprompt(dot)com> wrote:

> 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.

We've been there for years:

http://jdbc.postgresql.org/documentation/head/connect.html

-Kevin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-06 19:13:08 Re: Can I check if somebody is superuser in stored procedure?
Previous Message Joshua D. Drake 2011-04-06 18:31:38 Re: Should psql support URI syntax?