Re: Bug in postgresql related column level security authentication.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shubham Gholap <shubhamgholap2910(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Bug in postgresql related column level security authentication.
Date: 2023-10-01 16:21:50
Message-ID: 1801327.1696177310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Shubham Gholap <shubhamgholap2910(at)gmail(dot)com> writes:
> In column level security authentication. The password-based column level
> security authentication methods we use md5 & bf for encryption of data.
> But after some days, if we don't know which one is used for encryption.
> Which format of encryption (md5 / bf) is not showing in postgresql.
> So it's very important to show, which type of encryption is used. And will
> to much helpful for all.

This is not a bug, but a feature request. And AFAICT it's not even
a request that should be directed to the core Postgres project,
because there's no such feature as "password-based column level
security" in core Postgres. You should talk to the authors of
whatever extension you're using for that.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jorge Soro Domenech 2023-10-01 16:39:57 Re: Help pg_restore version
Previous Message Tom Lane 2023-10-01 16:18:23 Re: Help pg_restore version