BUG #6025: psql show password inserted in database restore

From: "Alessio Pollero" <alessio(dot)pollero(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6025: psql show password inserted in database restore
Date: 2011-05-13 16:13:25
Message-ID: 201105131613.p4DGDPZl097312@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6025
Logged by: Alessio Pollero
Email address: alessio(dot)pollero(at)gmail(dot)com
PostgreSQL version: 9.0.4
Operating system: Windows
Description: psql show password inserted in database restore
Details:

If i restore a database previously created with pg_dump with psql :

psql -U postgres db_test < db_test.bak

When psql ask for postgres password, the password that i insert is clearly
visible , it's no masked ...

I've verified this anomalies on Windows OS.

Browse pgsql-bugs by date

  From Date Subject
Next Message KOIZUMI Satoru 2011-05-15 13:23:49 BUG #6026: redundant sentences?
Previous Message Grzegorz Szpetkowski 2011-05-13 01:33:54 Re: BUG #6021: There is no difference between default and empty access privileges with \dp