forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitecc84b9
committed
Add regression test for TRUNCATE on foreign table not supporting TRUNCATE.
file_fdw doesn't support INSERT, UPDATE, DELETE and TRUNCATE.It has the regression test that confirms that INSERT, UPDATE and DELETEfail on its foreign table, but not TRUNCATE yet. It's better toalso test TRUNCATE fails on a foreign table not allowing TRUNCATE,for test coverage. This commit adds that regression test using file_fdw.Author: Yugo NagataReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/20220630104812.ec1556481452c019874f4ac9@sraoss.co.jp1 parent13d8388 commitecc84b9
2 files changed
+3
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
| 250 | + | |
249 | 251 |
| |
250 | 252 |
| |
251 | 253 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
|
0 commit comments
Comments
(0)