Thread: BUG #18659: Need support on disable database queries to memory dump

BUG #18659: Need support on disable database queries to memory dump

From
PG Bug reporting form
Date:
The following bug has been logged on the website:

Bug reference:      18659
Logged by:          Santhosh Kumar MK
Email address:      skumarmk411@gmail.com
PostgreSQL version: 16.0
Operating system:   Windows 11
Description:

Hi Team,

I am sing dotnet core API 8 with postgreSQL as database. I ahve used
Npgsql.EntityFrameworkCore.PostgreSQL 7.0.3 entity framework to coonect with
the database. Currently Npgsql.EntityFrameworkCore.PostgreSQL 7.0.3 logging
all database queries to memory dump with all table data. I want to disable
this as a part of security concern. Please help on this