Re: BUG #16631: postgres_fdw tries to insert into generated columns - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #16631: postgres_fdw tries to insert into generated columns
Date
Msg-id 8a61d9c4-b614-e2dc-6bcc-bfc17db4d2f9@enterprisedb.com
Whole thread Raw
In response to Re: BUG #16631: postgres_fdw tries to insert into generated columns  (Etsuro Fujita <etsuro.fujita@gmail.com>)
Responses Re: BUG #16631: postgres_fdw tries to insert into generated columns  (Etsuro Fujita <etsuro.fujita@gmail.com>)
Re: BUG #16631: postgres_fdw tries to insert into generated columns  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.



pgsql-bugs by date:

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