Re: block corruption message in error logs. - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: block corruption message in error logs.
Date
Msg-id 56548c641f4c30cdc4950c00d1988f7deda36e6c.camel@cybertec.at
Whole thread Raw
In response to block corruption message in error logs.  (vinod kale <vinod16895@gmail.com>)
Responses Re: block corruption message in error logs.
List pgsql-admin
On Tue, 2020-06-09 at 07:27 +0530, vinod kale wrote:
> I have dought regarding block corruption message in error logs.
> Below is the scenario :-
> If i made changes in table's disk level file so is it possible that it can display in postgres error logs.
> If possible then what are the parameters in postgresql.conf needs to capture it.

The default setting of "log_min_error_messages" will already log such errors.

Of you will only get an error if an SQL statement actually tries to access
the corrupted block.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-admin by date:

Previous
From: Antonio Gomez
Date:
Subject: Create a non-owner administrator in rds postgresql
Next
From: vinod kale
Date:
Subject: Re: block corruption message in error logs.