- Notifications
You must be signed in to change notification settings - Fork5
Commit8abba63
committed
Update wording:
< o Process mixed ANSI/PG syntax, and round value to requested< precision or generate an error< o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS< INTERVAL MONTH), and this should return '12 months'194a191,194> o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS> INTERVAL MONTH), and this should return '12 months'> o Round or truncate values to the requested precision, e.g.> INTERVAL '11 months' AS YEAR should return one or zero1 parentd5dd9db commit8abba63
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 | 188 |
| |
193 | 189 |
| |
194 | 190 |
| |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
0 commit comments
Comments
(0)