Re: BUG #16631: postgres_fdw tries to insert into generated columns

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>, dacherny(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #16631: postgres_fdw tries to insert into generated columns
Date: 2021-07-07 08:44:58
Message-ID: 8a61d9c4-b614-e2dc-6bcc-bfc17db4d2f9@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 07.07.21 09:20, Etsuro Fujita wrote:
> * Modified nodeModifyTable.c and copyfrom.c so that they don't compute
> generated columns for FDWs anymore.

I don't agree with that change. What is the point of declaring a
generated column on a foreign table if you ignore it? Then you might as
well prohibit declaring such columns in the first place.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Etsuro Fujita 2021-07-07 09:35:09 Re: BUG #16631: postgres_fdw tries to insert into generated columns
Previous Message Adrian Ho 2021-07-07 07:54:59 Re: BUG #17083: [PATCH] PostgreSQL fails to build with OpenLDAP 2.5.x