forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit12a34f5
committed
Improve ExecModifyTable comments.
Some of these comments wrongly implied that only an AFTER ROW triggerwill cause a 'wholerow' attribute to be present for a foreign table,but a BEFORE ROW trigger can have the same effect. Others impliedthat it would always be present for a foreign table, but that's nottrue either.Etsuro Fujita and Robert HaasDiscussion:http://postgr.es/m/10026bc7-1403-ef85-9e43-c6100c1cc0e3@lab.ntt.co.jp1 parent610e8eb commit12a34f5
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1696 | 1696 |
| |
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 |
| - | |
| 1699 | + | |
1700 | 1700 |
| |
1701 | 1701 |
| |
1702 | 1702 |
| |
| |||
2182 | 2182 |
| |
2183 | 2183 |
| |
2184 | 2184 |
| |
2185 |
| - | |
2186 |
| - | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2187 | 2190 |
| |
2188 | 2191 |
| |
2189 | 2192 |
| |
| |||
2251 | 2254 |
| |
2252 | 2255 |
| |
2253 | 2256 |
| |
2254 |
| - | |
| 2257 | + | |
2255 | 2258 |
| |
2256 | 2259 |
| |
2257 | 2260 |
| |
|
0 commit comments
Comments
(0)