From: | Zaid Shabbir <zaidshabbir(at)gmail(dot)com> |
---|---|
To: | Wasim Devale <wasimd60(at)gmail(dot)com> |
Cc: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>, pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: data_checksums = off |
Date: | 2024-09-09 08:59:58 |
Message-ID: | CABCJe_VVrmOJTR2SXEOZ3P1=f9YGEsUHRiu44V8wgxkRzUUd6A@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello,
You can use pg_checksum to enable or disable data_checksums after the
cluster initialization.
For reference please view the official PostgreSQL guide.
https://www.postgresql.org/docs/current/app-pgchecksums.html
Regards,
Zaid
On Mon, Sep 9, 2024 at 1:54 PM Wasim Devale <wasimd60(at)gmail(dot)com> wrote:
> Hi All
>
> The data_checksums option is off in pg_settings and it is a preset option
> to do while doing initialisation of data directory. I can not use alter
> command any solutions to it?
>
> Thanks,
> Wasim
>
From | Date | Subject | |
---|---|---|---|
Next Message | Muhammad Usman Khan | 2024-09-09 09:00:33 | Re: data_checksums = off |
Previous Message | Michael Banck | 2024-09-09 08:59:20 | Re: data_checksums = off |