Re: [PATCHES] psql commandline conninfo - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCHES] psql commandline conninfo
Date
Msg-id 4585A85C.7070500@dunslane.net
Whole thread Raw
In response to Re: [PATCHES] psql commandline conninfo  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
>   
>> OK, good to know.  Does the patch need documentation too?
>>     
>
> Certainly.
>   


That's why I haven't committed it yet. I intend to put info in the psql 
manual as well as in the libpq reference.
>   
>> Are we
>> deprecating the psql options now duplicated by the new functionality,
>> like host/port/username/password?
>>     
>
> I'd vote not.  This is just another way to do it.
>
>             
>   

I entirely agree. It lets you do some nice things that aren't obvious 
now, like:
 psql 'service=foo sslmode=require'

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] psql commandline conninfo
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Security leak with trigger functions?