Re: [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation. - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation.
Date
Msg-id CAKFQuwaqkFeRrOTNvPVEHMrsEPWegu4HbPzDsKPghtsj9ftD7A@mail.gmail.com
Whole thread Raw
In response to [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation.  (harinath kanchu <kanchuharinath@gmail.com>)
Responses Re: [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation.
List pgsql-hackers
On Tue, Jan 13, 2026 at 1:48 PM harinath kanchu <kanchuharinath@gmail.com> wrote:
This patch implements a new GUC parameter "permit_unlogged_tables" which allows admins to disable creation of unlogged tables or altering the existing tables to be unlogged.

I dislike the premise of this option.  It doesn't seem like something that should be evaluated on a cluster/database scope.

David J.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Enhancing Memory Context Statistics Reporting
Next
From: Andres Freund
Date:
Subject: Re: Enhancing Memory Context Statistics Reporting