On Wed, Nov 13, 2024 at 9:16 AM jayakumar s <kumardba27(dot)postgresql(at)gmail(dot)com>
wrote:
> postgres=# select name,setting from pg_settings where name like 'archive%';
> name | setting
> -----------------+------------
> archive_command | (disabled)
>
You cannot disable WAL. What is disabled here is copying the WAL that is
produced to an archive. IOW, backing up WAL.
David J.