Re: : : How to mask column: :

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: : : How to mask column: :
Date: 2019-01-29 08:39:47
Message-ID: 8a65c3aa-5059-d660-5d8c-523df82e7ea4@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

JD schrieb am 29.01.2019 um 09:02:
> Hi Team,
>
> Is there any way to mask the column value (*******) in postgresql? 

You could create a view that does that and only give access to that view, rather than the underlying table.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2019-01-29 08:55:52 Re: : : How to mask column: :
Previous Message JD 2019-01-29 08:21:35 Re: : : How to mask column: :