forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f898c9
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 parentaae4097 commit3f898c9
2 files changed
+22
-6
lines changedLines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 | 2105 |
| |
2106 |
| - | |
| 2106 | + | |
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
| |||
2191 | 2191 |
| |
2192 | 2192 |
| |
2193 | 2193 |
| |
2194 |
| - | |
2195 |
| - | |
| 2194 | + | |
2196 | 2195 |
| |
2197 | 2196 |
| |
2198 | 2197 |
| |
2199 | 2198 |
| |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
2200 | 2214 |
| |
2201 | 2215 |
| |
2202 | 2216 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8221 | 8221 |
| |
8222 | 8222 |
| |
8223 | 8223 |
| |
8224 |
| - | |
| 8224 | + | |
8225 | 8225 |
| |
8226 | 8226 |
| |
8227 | 8227 |
| |
8228 | 8228 |
| |
8229 | 8229 |
| |
8230 |
| - | |
8231 |
| - | |
| 8230 | + | |
| 8231 | + | |
| 8232 | + | |
8232 | 8233 |
| |
8233 | 8234 |
| |
8234 | 8235 |
| |
8235 | 8236 |
| |
8236 | 8237 |
| |
8237 | 8238 |
| |
| 8239 | + | |
8238 | 8240 |
| |
8239 | 8241 |
| |
8240 | 8242 |
| |
|
0 commit comments
Comments
(0)