forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ad642d
committed
Add "AS" item:
< * All backends running as threads in a single process (not want)> * All backends running as threads in a single process (not wanted)< * Optimizer hints (not want)> * Optimizer hints (not wanted)>> * Allow AS in "SELECT col AS label" to be optional (not wanted)>> Because we support postfix operators, it isn't possible to make AS> optional and continue to use bison.>http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php1 parenta6558b0 commit7ad642d
2 files changed
+17
-6
lines changedLines changed: 9 additions & 3 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 |
| |
| |||
1431 | 1431 |
| |
1432 | 1432 |
| |
1433 | 1433 |
| |
1434 |
| - | |
| 1434 | + | |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | 1437 |
| |
1438 | 1438 |
| |
1439 | 1439 |
| |
1440 |
| - | |
| 1440 | + | |
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 | 1445 |
| |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
1446 | 1452 |
| |
1447 | 1453 |
| |
1448 | 1454 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1293 | 1293 |
| |
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 |
| - | |
| 1296 | + | |
1297 | 1297 |
| |
1298 | 1298 |
| |
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 |
| - | |
| 1301 | + | |
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
1305 | 1310 |
| |
1306 | 1311 |
| |
1307 | 1312 |
| |
|
0 commit comments
Comments
(0)