forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf9fd176
committed
Add pg_has_role() family of privilege inquiry functions modeled after the
existing ones for object privileges. Update the information_schema forroles --- pg_has_role() makes this a whole lot easier, removing the needfor most of the explicit joins with pg_user. The views should be a tadfaster now, too. Stephen Frost and Tom Lane.1 parente5d6b91 commitf9fd176
File tree
6 files changed
+383
-132
lines changed- doc/src/sgml
- src
- backend
- catalog
- utils/adt
- include
- catalog
- utils
6 files changed
+383
-132
lines changedLines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
8427 | 8427 |
| |
8428 | 8428 |
| |
8429 | 8429 |
| |
| 8430 | + | |
| 8431 | + | |
| 8432 | + | |
| 8433 | + | |
| 8434 | + | |
| 8435 | + | |
| 8436 | + | |
| 8437 | + | |
| 8438 | + | |
| 8439 | + | |
| 8440 | + | |
| 8441 | + | |
| 8442 | + | |
| 8443 | + | |
| 8444 | + | |
8430 | 8445 |
| |
8431 | 8446 |
| |
8432 | 8447 |
| |
| |||
8473 | 8488 |
| |
8474 | 8489 |
| |
8475 | 8490 |
| |
| 8491 | + | |
| 8492 | + | |
| 8493 | + | |
8476 | 8494 |
| |
8477 | 8495 |
| |
8478 | 8496 |
| |
| |||
8536 | 8554 |
| |
8537 | 8555 |
| |
8538 | 8556 |
| |
| 8557 | + | |
| 8558 | + | |
| 8559 | + | |
| 8560 | + | |
| 8561 | + | |
| 8562 | + | |
| 8563 | + | |
| 8564 | + | |
8539 | 8565 |
| |
8540 | 8566 |
| |
8541 | 8567 |
| |
|
0 commit comments
Comments
(0)