Re: [HACKERS] \conninfo and SSL

2012-06-14 Thread Robert Haas
On Sun, Jun 3, 2012 at 5:30 AM, Alastair Turner wrote: > A one-line change adds the SSL info on its own line like > > -- > You are connected to database "scratch" as user "scratch" on host > "127.0.0.1" at port "5432". > SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) > -- > > Does

Re: [HACKERS] \conninfo and SSL

2012-06-07 Thread Magnus Hagander
On Wednesday, June 6, 2012, Alvaro Herrera wrote: > > Excerpts from Robert Haas's message of mié jun 06 14:45:46 -0400 2012: > > On Sun, Jun 3, 2012 at 5:30 AM, Alastair Turner > > > > wrote: > > > A one-line change adds the SSL info on its own line like > > > > > > -- > > > You are connected

Re: [HACKERS] \conninfo and SSL

2012-06-06 Thread Alvaro Herrera
Excerpts from Robert Haas's message of mié jun 06 14:45:46 -0400 2012: > On Sun, Jun 3, 2012 at 5:30 AM, Alastair Turner wrote: > > A one-line change adds the SSL info on its own line like > > > > -- > > You are connected to database "scratch" as user "scratch" on host > > "127.0.0.1" at port

Re: [HACKERS] \conninfo and SSL

2012-06-06 Thread Robert Haas
On Sun, Jun 3, 2012 at 5:30 AM, Alastair Turner wrote: > A one-line change adds the SSL info on its own line like > > -- > You are connected to database "scratch" as user "scratch" on host > "127.0.0.1" at port "5432". > SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) > -- > > Does

Re: [HACKERS] \conninfo and SSL

2012-06-03 Thread Alastair Turner
On Thu, May 31, 2012 at 9:11 PM, Magnus Hagander wrote: > On Thu, May 31, 2012 at 9:04 PM, Bruce Momjian wrote: >> On startup, psql shows the SSL information: >> >>        $ psql 'sslmode=require host=localhost' >>        psql (9.2beta1) >>        SSL connection (cipher: DHE-RSA-AES256-SHA, bits:

Re: [HACKERS] \conninfo and SSL

2012-05-31 Thread Magnus Hagander
On Thu, May 31, 2012 at 9:04 PM, Bruce Momjian wrote: > On startup, psql shows the SSL information: > >        $ psql 'sslmode=require host=localhost' >        psql (9.2beta1) >        SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) > > However, \conninfo does not mention SSL: > >        po

[HACKERS] \conninfo and SSL

2012-05-31 Thread Bruce Momjian
On startup, psql shows the SSL information: $ psql 'sslmode=require host=localhost' psql (9.2beta1) SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) However, \conninfo does not mention SSL: postgres=> \conninfo You are connected to database "postgres