forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc7e84d5
committed
Fix omissions in documentation of the pg_roles view.
Somehow, column rolconfig got removed from the documentation of thepg_roles view in the 9.0 cycle, although the column is actually stillthere. In 9.1, we'd also forgotten to document the rolreplication column.Spotted by Sakamoto Masahiko.1 parent789d3d4 commitc7e84d5
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
1166 |
| - | |
| 1166 | + | |
1167 | 1167 |
| |
1168 | 1168 |
| |
1169 | 1169 |
| |
| |||
6684 | 6684 |
| |
6685 | 6685 |
| |
6686 | 6686 |
| |
6687 |
| - | |
| 6687 | + | |
6688 | 6688 |
| |
6689 | 6689 |
| |
6690 | 6690 |
| |
| |||
6723 | 6723 |
| |
6724 | 6724 |
| |
6725 | 6725 |
| |
| 6726 | + | |
| 6727 | + | |
| 6728 | + | |
| 6729 | + | |
| 6730 | + | |
| 6731 | + | |
| 6732 | + | |
6726 | 6733 |
| |
6727 | 6734 |
| |
6728 | 6735 |
| |
|
0 commit comments
Comments
(0)