pgsql: postgres_fdw: Disable batch insertion when there are WCO constra

2022-08-05 Thread Etsuro Fujita
postgres_fdw: Disable batch insertion when there are WCO constraints. When inserting a view referencing a foreign table that has WITH CHECK OPTION constraints, in single-insert mode postgres_fdw retrieves the data that was actually inserted on the remote side so that the WITH CHECK OPTION constrai

pgsql: postgres_fdw: Disable batch insertion when there are WCO constra

2022-08-05 Thread Etsuro Fujita
postgres_fdw: Disable batch insertion when there are WCO constraints. When inserting a view referencing a foreign table that has WITH CHECK OPTION constraints, in single-insert mode postgres_fdw retrieves the data that was actually inserted on the remote side so that the WITH CHECK OPTION constrai

pgsql: postgres_fdw: Disable batch insertion when there are WCO constra

2022-08-05 Thread Etsuro Fujita
postgres_fdw: Disable batch insertion when there are WCO constraints. When inserting a view referencing a foreign table that has WITH CHECK OPTION constraints, in single-insert mode postgres_fdw retrieves the data that was actually inserted on the remote side so that the WITH CHECK OPTION constrai