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.
-- Thanks, Eugene Prokopiev