forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc7cf9a2
committed
Add usebypassrls to pg_user and pg_shadow
The row level security patches didn't add the 'usebypassrls' columns tothe pg_user and pg_shadow views on the belief that they were deprecated,but we havn't actually said they are and therefore we should include it.This patch corrects that, adds missing documentation for rolbypassrlsinto the system catalog page for pg_authid, along with the entries forpg_user and pg_shadow, and cleans up a few other uses of 'row-level'cases to be 'row level' in the docs.Pointed out by Amit Kapila.Catalog version bump due to system view changes.1 parentf8519a6 commitc7cf9a2
File tree
4 files changed
+36
-3
lines changed- doc/src/sgml
- src
- backend/catalog
- include/catalog
- test/regress/expected
4 files changed
+36
-3
lines changedLines changed: 31 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1444 | 1444 |
| |
1445 | 1445 |
| |
1446 | 1446 |
| |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
1447 | 1456 |
| |
1448 | 1457 |
| |
1449 | 1458 |
| |
| |||
1951 | 1960 |
| |
1952 | 1961 |
| |
1953 | 1962 |
| |
1954 |
| - | |
| 1963 | + | |
1955 | 1964 |
| |
1956 | 1965 |
| |
1957 | 1966 |
| |
| |||
4719 | 4728 |
| |
4720 | 4729 |
| |
4721 | 4730 |
| |
4722 |
| - | |
| 4731 | + | |
4723 | 4732 |
| |
4724 | 4733 |
| |
4725 | 4734 |
| |
| |||
9030 | 9039 |
| |
9031 | 9040 |
| |
9032 | 9041 |
| |
| 9042 | + | |
| 9043 | + | |
| 9044 | + | |
| 9045 | + | |
| 9046 | + | |
| 9047 | + | |
| 9048 | + | |
| 9049 | + | |
| 9050 | + | |
| 9051 | + | |
9033 | 9052 |
| |
9034 | 9053 |
| |
9035 | 9054 |
| |
| |||
9505 | 9524 |
| |
9506 | 9525 |
| |
9507 | 9526 |
| |
| 9527 | + | |
| 9528 | + | |
| 9529 | + | |
| 9530 | + | |
| 9531 | + | |
| 9532 | + | |
| 9533 | + | |
| 9534 | + | |
| 9535 | + | |
| 9536 | + | |
9508 | 9537 |
| |
9509 | 9538 |
| |
9510 | 9539 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1609 | 1609 |
| |
1610 | 1610 |
| |
1611 | 1611 |
| |
| 1612 | + | |
1612 | 1613 |
| |
1613 | 1614 |
| |
1614 | 1615 |
| |
| |||
2063 | 2064 |
| |
2064 | 2065 |
| |
2065 | 2066 |
| |
| 2067 | + | |
2066 | 2068 |
| |
2067 | 2069 |
| |
2068 | 2070 |
| |
|
0 commit comments
Comments
(0)