BUG #15954: Unable to alter partitioned table to set logged

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: ejberdecia(at)yahoo(dot)com
Subject: BUG #15954: Unable to alter partitioned table to set logged
Date: 2019-08-13 18:05:39
Message-ID: 15954-b61523bed4b110c4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15954
Logged by: Efrain Berdecia
Email address: ejberdecia(at)yahoo(dot)com
PostgreSQL version: 11.1
Operating system: Centos7
Description:

I have a partition table that I created unlogged. I'm using pg_partman to
manage the partition. I then proceeded to load data into it with a COPY
command.

Afterwards, I ran an alter table set logged on the parent table but the
table still shows as UNLOGGED along with all its children.

Is this broken?

I'm running pg11.1

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-08-13 18:52:18 Re: BUG #15946: "duplicate key" error on ANALYZE of table partitions in transaction
Previous Message Jeff Janes 2019-08-13 17:48:22 Re: BUG #15949: pg_basebackup failed(PG-12-Beta3)