forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc22368
committed
Revamp documentation for predefined roles.
Presently, the page for predefined roles contains a table withbrief descriptions of what each role allows. Below the table,there is a separate section with more detailed information aboutsome of the roles. As the set of predefined roles has grown overthe years, this page has (IMHO) become less readable.This commit attempts to improve the predefined roles documentationby abandoning the table in favor of listing each role with its owncomplete description, similar to how we document GUCs. Besidesmerging the information that was split between the table and thesection below it, this commit also alphabetizes the roles. Thealphabetization is imperfect because some of the roles are grouped(e.g., pg_read_all_data and pg_write_all_data), and we order suchgroups by the first role mentioned, but that seemed like a betterchoice than breaking the groups apart. Finally, this commit makessome stylistic adjustments to the text.Reviewed-by: David G. Johnston, Robert HaasDiscussion:https://postgr.es/m/ZmtM-4-eRtq8DRf6%40nathan1 parent0dcf753 commitcc22368
File tree
5 files changed
+197
-168
lines changed- doc/src/sgml
- ref
5 files changed
+197
-168
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
734 |
| - | |
| 734 | + | |
735 | 735 |
| |
736 | 736 |
| |
737 | 737 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
290 |
| - | |
| 289 | + | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
|
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 |
| |
59 | 59 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
| 308 | + | |
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
|
0 commit comments
Comments
(0)