Re: Should psql support URI syntax? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Should psql support URI syntax?
Date
Msg-id 4D9C6C05020000250003C454@gw.wicourts.gov
Whole thread Raw
In response to Re: Should psql support URI syntax?  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Should psql support URI syntax?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.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


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Should psql support URI syntax?
Next
From: Peter Eisentraut
Date:
Subject: Re: Can I check if somebody is superuser in stored procedure?