- Notifications
You must be signed in to change notification settings - Fork5
Commitd90ced8
committed
Add DISCARD SEQUENCES command.
DISCARD ALL will now discard cached sequence information, as well.Fabrízio de Royes Mello, reviewed by Zoltán Böszörményi, with somefurther tweaks by me.1 parentc64e68f commitd90ced8
File tree
10 files changed
+53
-4
lines changed- doc/src/sgml/ref
- src
- backend
- commands
- parser
- tcop
- bin/psql
- include
- commands
- nodes
- test/regress
- expected
- sql
10 files changed
+53
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
69 | 78 |
| |
70 | 79 |
| |
71 | 80 |
| |
| |||
83 | 92 |
| |
84 | 93 |
| |
85 | 94 |
| |
| 95 | + | |
86 | 96 |
| |
87 | 97 |
| |
88 | 98 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 |
| |
43 | 48 |
| |
44 | 49 |
| |
| |||
69 | 74 |
| |
70 | 75 |
| |
71 | 76 |
| |
| 77 | + | |
72 | 78 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1602 | 1602 |
| |
1603 | 1603 |
| |
1604 | 1604 |
| |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1674 | 1674 |
| |
1675 | 1675 |
| |
1676 | 1676 |
| |
1677 |
| - | |
| 1677 | + | |
1678 | 1678 |
| |
1679 | 1679 |
| |
1680 | 1680 |
| |
| |||
1703 | 1703 |
| |
1704 | 1704 |
| |
1705 | 1705 |
| |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
1706 | 1713 |
| |
1707 | 1714 |
| |
1708 | 1715 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2190 | 2190 |
| |
2191 | 2191 |
| |
2192 | 2192 |
| |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
2193 | 2196 |
| |
2194 | 2197 |
| |
2195 | 2198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2378 | 2378 |
| |
2379 | 2379 |
| |
2380 | 2380 |
| |
2381 |
| - | |
| 2381 | + | |
2382 | 2382 |
| |
2383 | 2383 |
| |
2384 | 2384 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2543 | 2543 |
| |
2544 | 2544 |
| |
2545 | 2545 |
| |
| 2546 | + | |
2546 | 2547 |
| |
2547 | 2548 |
| |
2548 | 2549 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 |
| |
167 | 170 |
| |
168 | 171 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
| 76 | + | |
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
|
0 commit comments
Comments
(0)