Re: [GENERAL] How to read cleartext user password from pgsql database

2006-07-14 Thread Berend Tober
Martijn van Oosterhout wrote: On Fri, Jul 14, 2006 at 03:21:01PM +0400, Eugene Prokopiev wrote: Is it possible to read cleartext user password from pgsql database? In this link http://www.postgresql.org/docs/8.1/interactive/view-pg-user.html explained that password always reads as . Bu

Re: [GENERAL] How to read cleartext user password from pgsql database

2006-07-14 Thread Martijn van Oosterhout
On Fri, Jul 14, 2006 at 03:21:01PM +0400, Eugene Prokopiev wrote: > Hi, > > Is it possible to read cleartext user password from pgsql database? In > this link > http://www.postgresql.org/docs/8.1/interactive/view-pg-user.html > explained that password always reads as . But I need to use

[GENERAL] How to read cleartext user password from pgsql database

2006-07-14 Thread Eugene Prokopiev
Hi, Is it possible to read cleartext user password from pgsql database? In this link http://www.postgresql.org/docs/8.1/interactive/view-pg-user.html explained that password always reads as . But I need to use pgsql login/password as authentication info for another service. -- Thank