forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfee590c
committed
Update for roles:
< * Allow limits on per-db/user connections> * Allow limits on per-db/role connections< * Prevent default re-use of sysids for dropped users and roles<< Currently, if a user is removed while he still owns objects, a new< user given might be given their user id and inherit the< previous users objects.<450c444< * Add COMMENT ON for all cluster global objects (users, roles, databases> * Add COMMENT ON for all cluster global objects (roles, databases609c603< users and roles with separate DROP commands> roles with separate DROP commands1 parentb00f557 commitfee590c
2 files changed
+8
-19
lines changedLines changed: 4 additions & 10 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 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 30 |
| |
37 | 31 |
| |
38 | 32 |
| |
| |||
447 | 441 |
| |
448 | 442 |
| |
449 | 443 |
| |
450 |
| - | |
| 444 | + | |
451 | 445 |
| |
452 | 446 |
| |
453 | 447 |
| |
| |||
606 | 600 |
| |
607 | 601 |
| |
608 | 602 |
| |
609 |
| - | |
| 603 | + | |
610 | 604 |
| |
611 | 605 |
| |
612 | 606 |
| |
|
Lines changed: 4 additions & 9 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 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 | 33 |
| |
39 | 34 |
| |
40 | 35 |
| |
| |||
413 | 408 |
| |
414 | 409 |
| |
415 | 410 |
| |
416 |
| - | |
| 411 | + | |
417 | 412 |
| |
418 | 413 |
| |
419 | 414 |
| |
| |||
562 | 557 |
| |
563 | 558 |
| |
564 | 559 |
| |
565 |
| - | |
| 560 | + | |
566 | 561 |
| |
567 | 562 |
| |
568 | 563 |
| |
|
0 commit comments
Comments
(0)