- Notifications
You must be signed in to change notification settings - Fork28
Commitd317fd7
committed
Doc: caution against misuse of 'now' and related datetime literals.
Section 8.5.1.4, which defines these literals, made only a vaguereference to the fact that they might be evaluated too soon to besafe in non-interactive contexts. Provide a more explicit cautionagainst misuse. Also, generalize the wording in the related tip insection 9.9.4: while it clearly described this problem, it implied(or really, stated outright) that the problem only applies to tableDEFAULT clauses.Per gripe from Tijs van Dam. Back-patch to all supported branches.Discussion:https://postgr.es/m/c2LuRv9BiRT3bqIo5mMQiVraEXey_25B4vUn0kDqVqilwOEu_iVF1tbtvLnyQK7yDG3PFaz_GxLLPil2SDkj1MCObNRVaac-7j1dVdFERk8=@thalex.com1 parent3f26dca commitd317fd7
2 files changed
+22
-6
lines changedLines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2154 | 2154 |
| |
2155 | 2155 |
| |
2156 | 2156 |
| |
2157 |
| - | |
| 2157 | + | |
2158 | 2158 |
| |
2159 | 2159 |
| |
2160 | 2160 |
| |
| |||
2242 | 2242 |
| |
2243 | 2243 |
| |
2244 | 2244 |
| |
2245 |
| - | |
2246 |
| - | |
| 2245 | + | |
2247 | 2246 |
| |
2248 | 2247 |
| |
2249 | 2248 |
| |
2250 | 2249 |
| |
| 2250 | + | |
| 2251 | + | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
| 2260 | + | |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
2251 | 2265 |
| |
2252 | 2266 |
| |
2253 | 2267 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9997 | 9997 |
| |
9998 | 9998 |
| |
9999 | 9999 |
| |
10000 |
| - | |
| 10000 | + | |
10001 | 10001 |
| |
10002 | 10002 |
| |
10003 | 10003 |
| |
10004 | 10004 |
| |
10005 | 10005 |
| |
10006 |
| - | |
10007 |
| - | |
| 10006 | + | |
| 10007 | + | |
| 10008 | + | |
10008 | 10009 |
| |
10009 | 10010 |
| |
10010 | 10011 |
| |
10011 | 10012 |
| |
10012 | 10013 |
| |
10013 | 10014 |
| |
| 10015 | + | |
10014 | 10016 |
| |
10015 | 10017 |
| |
10016 | 10018 |
| |
|
0 commit comments
Comments
(0)