user mapping options question - Mailing list pgsql-general

From Sergey Urlin
Subject user mapping options question
Date
Msg-id AANLkTi=a_P8SiZ37WR9d0JLO=ec20_C-WC3CQUgYxQoj@mail.gmail.com
Whole thread Raw
List pgsql-general

Hello,

 

I’m using dblink package to execute queries between two postgresql databases.

Access definitions for the dblink are created using foreign data wrapper, server and user mappings.

When I set user and password as options then postgres saves these parameters in four system tables (table pg_user_mapping, view pg_user_mappings, information_schema: _pg_user_mapping  and user_mapping_options) and all these tables store un-encrypted password.

Is there a way to create user mappings using encrypted passwords or store the password encrypted in system tables?

 

Thanks,
Sergey

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Postgres 8.3 vs. 8.4 - Query plans and performance
Next
From: "Igor Neyman"
Date:
Subject: Re: A join of 2 tables with sum(column) > 30