Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add regression test for TRUNCATE on foreign table not supporting TRUN…
…CATE. file_fdw doesn't support INSERT, UPDATE, DELETE and TRUNCATE. It has the regression test that confirms that INSERT, UPDATE and DELETE fail on its foreign table, but not TRUNCATE yet. It's better to also test TRUNCATE fails on a foreign table not allowing TRUNCATE, for test coverage. This commit adds that regression test using file_fdw. Author: Yugo Nagata Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/[email protected]
- Loading branch information