forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b19101

Thomas G. Lockhart
Update UNION and subselect syntax.
Support SQL92 syntax for type coersion of strings (type 'typeval'). Example: "DATETIME 'now'". This works only for string constants and can not replace the CAST and ::type syntax which behave identically in this context.1 parent6df9626 commit4b19101
1 file changed
+27
-12
lines changedLines changed: 27 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
| |||
1130 | 1132 |
| |
1131 | 1133 |
| |
1132 | 1134 |
| |
1133 |
| - | |
| 1135 | + | |
1134 | 1136 |
| |
1135 | 1137 |
| |
1136 | 1138 |
| |
| |||
2097 | 2099 |
| |
2098 | 2100 |
| |
2099 | 2101 |
| |
2100 |
| - | |
| 2102 | + | |
2101 | 2103 |
| |
2102 | 2104 |
| |
2103 | 2105 |
| |
2104 |
| - | |
2105 |
| - | |
| 2106 | + | |
| 2107 | + | |
2106 | 2108 |
| |
2107 | 2109 |
| |
2108 | 2110 |
| |
2109 | 2111 |
| |
2110 | 2112 |
| |
2111 |
| - | |
| 2113 | + | |
2112 | 2114 |
| |
2113 | 2115 |
| |
2114 | 2116 |
| |
2115 | 2117 |
| |
2116 | 2118 |
| |
2117 |
| - | |
2118 |
| - | |
2119 |
| - | |
2120 |
| - | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
2121 | 2123 |
| |
2122 | 2124 |
| |
2123 | 2125 |
| |
| |||
2128 | 2130 |
| |
2129 | 2131 |
| |
2130 | 2132 |
| |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
2131 | 2137 |
| |
2132 | 2138 |
| |
2133 |
| - | |
| 2139 | + | |
| 2140 | + | |
2134 | 2141 |
| |
2135 | 2142 |
| |
2136 | 2143 |
| |
| |||
3416 | 3423 |
| |
3417 | 3424 |
| |
3418 | 3425 |
| |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
| 3432 | + | |
| 3433 | + | |
3419 | 3434 |
| |
3420 | 3435 |
| |
3421 | 3436 |
| |
|
0 commit comments
Comments
(0)