- Notifications
You must be signed in to change notification settings - Fork5
Commitc3bc76b
committed
Deprecate use of GLOBAL and LOCAL in temp table creation.
Aside from adjusting the documentation to say that these are deprecated,we now report a warning (not an error) for use of GLOBAL, since it seemsfairly likely that we might change that to request SQL-spec-compliant temptable behavior in the foreseeable future. Although our handling of LOCALis equally nonstandard, there is no evident interest in ever implementingSQL modules, and furthermore some other products interpret LOCAL asbehaving the same way we do. So no expectation of change and no warningfor LOCAL; but it still seems a good idea to deprecate writing it.Noah Misch1 parent93f4d7f commitc3bc76b
File tree
3 files changed
+42
-13
lines changed- doc/src/sgml/ref
- src/backend/parser
3 files changed
+42
-13
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
| 167 | + | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
| |||
1304 | 1305 |
| |
1305 | 1306 |
| |
1306 | 1307 |
| |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
1311 | 1316 |
| |
1312 | 1317 |
| |
1313 |
| - | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
1314 | 1322 |
| |
1315 | 1323 |
| |
1316 | 1324 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 65 | + | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
|
Lines changed: 26 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2507 | 2507 |
| |
2508 | 2508 |
| |
2509 | 2509 |
| |
2510 |
| - | |
2511 |
| - | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
2512 | 2516 |
| |
2513 | 2517 |
| |
2514 | 2518 |
| |
2515 | 2519 |
| |
2516 | 2520 |
| |
2517 |
| - | |
2518 |
| - | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
2519 | 2535 |
| |
2520 | 2536 |
| |
2521 | 2537 |
| |
| |||
8930 | 8946 |
| |
8931 | 8947 |
| |
8932 | 8948 |
| |
| 8949 | + | |
| 8950 | + | |
| 8951 | + | |
8933 | 8952 |
| |
8934 | 8953 |
| |
8935 | 8954 |
| |
8936 | 8955 |
| |
8937 | 8956 |
| |
| 8957 | + | |
| 8958 | + | |
| 8959 | + | |
8938 | 8960 |
| |
8939 | 8961 |
| |
8940 | 8962 |
| |
|
0 commit comments
Comments
(0)