Re: [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation.

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: harinath kanchu <kanchuharinath(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add permit_unlogged_tables GUC to control unlogged table creation.
Date: 2026-01-13 21:14:09
Message-ID: CAKFQuwaqkFeRrOTNvPVEHMrsEPWegu4HbPzDsKPghtsj9ftD7A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 13, 2026 at 1:48 PM harinath kanchu <kanchuharinath(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-01-13 21:47:41 Re: Enhancing Memory Context Statistics Reporting
Previous Message Robert Haas 2026-01-13 21:11:24 Re: Enhancing Memory Context Statistics Reporting